Skip to content
Snippets Groups Projects
Commit d18285c5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 8ab3c89a
No related branches found
No related tags found
No related merge requests found
...@@ -3524,14 +3524,15 @@ information about the file (@code{$MeshFormat}), followed by several ...@@ -3524,14 +3524,15 @@ information about the file (@code{$MeshFormat}), followed by several
optional sections defining the nodes (@code{$Nodes}), elements optional sections defining the nodes (@code{$Nodes}), elements
(@code{$Elements}), region names (@code{$PhysicalName}) and (@code{$Elements}), region names (@code{$PhysicalName}) and
post-processing datasets (@code{$NodeData}, @code{$ElementData}, post-processing datasets (@code{$NodeData}, @code{$ElementData},
@code{$ElementNodeData}). @code{$ElementNodeData}).
Any section with an unrecognized header is simply ignored: you can thus Any section with an unrecognized header is simply ignored: you can thus
add comments in a @file{.msh} file by putting them e.g. inside a add comments in a @file{.msh} file by putting them e.g. inside a
@code{$Comments}/@code{$EndComments} section. @code{$Comments}/@code{$EndComments} section.
Sections can be repeated in the same file, and post-processing sections Sections can be repeated in the same file, and post-processing sections
can be put into separate files (e.g. one file per time step). can be put into separate files (e.g. one file per time step). Nodes are
assumed to be defined before elements.
The format is defined as follows: The format is defined as follows:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment