Unstructured mesh ๐ธ๏ธ#
Grid Specification#
Uniform grid. |
|
Adaptive grid based on distance to material interfaces. |
|
Refinement region for the unstructured mesh. |
|
Refinement line for the unstructured mesh. |
Volume mesher#
Specification for a standalone volume mesher. |
Mesh monitors#
Monitor recording the volume mesh. |
Output Data#
Simulation Data#
Stores results of a |
Monitor Data#
Data associated with a |
Unstructured Data Classes#
Dataset for storing triangular grid data. |
|
Dataset for storing tetrahedral grid data. |
Individual Datasets#
A two-dimensional array that stores coordinates/field components for a collection of points. |
|
A two-dimensional array that stores indices of points composing each cell in a collection of cells of the same type (for example: triangles, tetrahedra, etc). |
|
Stores a one-dimensional array enumerated by coordinate |