Releases: DorianDepriester/MTEX2Gmsh
v4.0.1
This release includes the bug fix #9
Full Changelog: v4.0.0...v4.0.1
v4.0.0
This releases provides a Graphical User Interface (GUI), helping the user to tune the parameters in a user-friendly way.
Full Changelog: v3.2.0...v4.0.0
v3.2.0
The main new feature in this release is the ability to define the grain-wised element sizes and the grain-wised slopes for size gradient. E.g.:
LS=LocalSize([5 7], 20 , 0.5)
G.mesh('small_with_localGradient.msh','ElementSize',100,'LocalSize',LS);
will set the element size to 100 globally, except in grains 5 and 7, where the size will linearly increase with the distance from GBs, starting from 20 with slope 0.5.
This release also contains a full example for running a CPFEM with PRISMS-Plasticity software.
Finally, some bugs have been fixed.
v3.1.0
By default, the function fixRectangularROI
is now invoked when running the gmshGeo
constructor. This feature can be disabled with:
G=gmshGeo(grains,'rectangularROI',false)
In addition, fixRectangularROI
can now add vertices at the corners of the RoI if needed.
v3.0.0
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.
v2.4.2
Remove unused version number in mesh.m
v2.4.1
This release provides new features, such as:
- properties to be exported by the exportGrainProps() can now be specified by user,
- implementation of full-quad and full-hex mesh,
- higher order elements (quadratic and so)
- better description of boundaries of the RoI with sharp corners,
- integration for PRIMS-Plasticity CPFEM code,
- minor improvements and bug fixes.
Published version in JOSS
Update paper.md Fix typo
Even simplier workflow
- The user no longer has to dump the .geo file before meshing it
- The plot() method has been sped up
- Linear indexing is now possible (e.g. G(1) for accessing data from grain1)
- Full script for Install/Uninstall
- The OS path to Gmsh is no longer needed
Version submitted to JOSS
This version is submitted to the Journal of Open Source Software (JOSS)