MOF mesh for visualization in 2D.
|
double precision, dimension(:,:), allocatable | point |
| Vertices of the quads.
|
|
double precision, dimension(:), allocatable | phase_id |
| ID of the phase for the current quad.
|
|
logical, dimension(:,:,:), allocatable | is_mixed |
| Mixture flag.
|
|
integer, dimension(:,:), allocatable | quadrilateral |
| Connectivities of the quads.
|
|
integer | nb_point |
| Number of vertices and quads.
|
|
integer | nb_quad |
|
integer | nb_point_global |
| Global number of vertices and quads.
|
|
integer | nb_quad_global |
|
integer | offset_point |
| Offsets for vertices and quads.
|
|
integer | offset_quad |
|
The documentation for this type was generated from the following file:
- src/lib/io/grids_and_fields/mof_mesh_output.f90