Skip to content

Releases: DorianDepriester/MTEX2Gmsh

v4.0.1

27 Mar 08:05
Compare
Choose a tag to compare

This release includes the bug fix #9

Full Changelog: v4.0.0...v4.0.1

v4.0.0

13 Mar 08:51
Compare
Choose a tag to compare

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

05 May 09:37
Compare
Choose a tag to compare

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

08 Feb 08:15
Compare
Choose a tag to compare

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

03 Feb 10:53
Compare
Choose a tag to compare

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

25 Jan 15:16
Compare
Choose a tag to compare
Remove unused version number in mesh.m

v2.4.1

25 Jan 10:25
Compare
Choose a tag to compare

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

21 Aug 09:42
447b415
Compare
Choose a tag to compare
Update paper.md

Fix typo

Even simplier workflow

27 Jan 08:00
Compare
Choose a tag to compare
  • 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

20 Dec 16:25
Compare
Choose a tag to compare