Skip to content

Releases: mjx888/writeMesh

Version 1.15

02 Feb 03:16

Choose a tag to compare

  • Fix bugs in getExtremaNode.m. No more errors when searching boundary nodes.
  • Add a new function convert2uint() for converting double type to uint type. Function convert2uint() is used by insertNode3d(). Better storage for element data.

Version 1.12

25 Jan 03:17

Choose a tag to compare

  1. Improve the phase labeling when printing INP files. Now it works when the number of phases in the mesh is larger than 26.
  2. Rename the function plotMeshes3d as plotMesh3d

Version 1.11

06 Sep 02:51

Choose a tag to compare

Version 1.11 is a major update. WriteMesh supports 3D mesh now!

Add a few new functions: printInp3d, printBdf3d, plotMeshes3d, insertNode3d, ...

New demo: demo07, demo08, demo09

Version 1.02

31 Aug 13:06

Choose a tag to compare

Revise comments

Version 1.00

17 Aug 13:53
8a36178

Choose a tag to compare

Improve function printInp2d
Add parameter 'opt.mode' to function printInp2d
Add demo05 demo06
Minor revision: demo01-04

Version 0.9.1

14 May 12:54

Choose a tag to compare

Update license

Version 0.9.0

11 May 03:22

Choose a tag to compare

Fix bug when exporting msh file.
Function printInp2d is now able to export boundary node set automatically.

Version 0.8.2

18 Mar 14:21

Choose a tag to compare

Add function insertNode
Fix demo04

Version 0.8

17 Mar 18:02
2739bdc

Choose a tag to compare

Initial release