Main changes
- import meshes as plotting grids with
.evaluation_plottingGrid(study, "path/to/custom_grid.msh")
, - in-progress documentation now available at https://electroacpy.readthedocs.io/,
- improved way to assign surface impedance (still need to be documented),
- various bug fixes.
Notes
The module "generalToolbox" as been merged into the electroacPy module. You can access it through:
import electroacPy.general
, orfrom electroacPy import gtb
.
From there, all functions should work as usual.