v3.0.0
DorianDepriester
released this
03 Feb 10:53
·
60 commits
to master
since this release
The main new feature for this release is the Periodic condition for meshing. The syntax is as follows:
G.mesh('mesh.msh','periodic','x')
See meshing documentation for details.
In addition, the followings have been added:
- new method
fixRectangularROI()
ensures that the RoI is rectangular; - an estimate for the resolution is now stored as a property for the geometry; this value is used as the default element size;
- new method
plotSingularPoints()
has been added; - minor bug fixes.