Skip to content

2.3.0-beta

Compare
Choose a tag to compare
@OrtnerMichael OrtnerMichael released this 17 Jan 11:15
8ab6c31

Changed

  • Improved performance of getB for diametral magnetized Cylinders by 20%.
  • GetB of Line current now uses vectorized code which leads to massive performance enhancement.
  • IMPORTANT: position arguments of getBv functions have been flipped! First comes the source position POSm THEN the observer position POSo!
  • getB(pos) now takes single AND vector position arguments. If a vector is handed to getB it will automatically execute vectorized code from the vector module.

Added

  • completed the library vector functionality adding magnet Cylinder, moment Dipole, current Circular and Line. This includes adding several private vectorized functions (e.g. ellipticV) to mathLib_vector, adding respective tests and docu examples.