Recent Releases of MTEX2Gmsh

MTEX2Gmsh - v4.0.1

This release includes the bug fix #9

Full Changelog: https://github.com/DorianDepriester/MTEX2Gmsh/compare/v4.0.0...v4.0.1

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester almost 3 years ago

MTEX2Gmsh - 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: https://github.com/DorianDepriester/MTEX2Gmsh/compare/v3.2.0...v4.0.0

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester almost 3 years ago

MTEX2Gmsh - 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.

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester almost 4 years ago

MTEX2Gmsh - 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.

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester about 5 years ago

MTEX2Gmsh - 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.

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester about 5 years ago

MTEX2Gmsh -

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester about 5 years ago

MTEX2Gmsh -

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.

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester about 5 years ago

MTEX2Gmsh - Published version in JOSS

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester over 5 years ago

MTEX2Gmsh - 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

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester about 6 years ago

MTEX2Gmsh - Version submitted to JOSS

This version is submitted to the Journal of Open Source Software (JOSS)

Scientific Software - Peer-reviewed - MATLAB
Published by DorianDepriester about 6 years ago