MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Struct in which to store mesh description. More...
Public Attributes | |
double | x |
double | y |
double | w |
double | h |
Struct in which to store mesh description.
Definition at line 57 of file high_aspect_ratio_test.cpp.
double MeshParams::h |
Definition at line 59 of file high_aspect_ratio_test.cpp.
Referenced by create_input_mesh(), main(), operator<<(), and parse_mesh_params().
double MeshParams::w |
Definition at line 59 of file high_aspect_ratio_test.cpp.
Referenced by create_input_mesh(), main(), operator<<(), and parse_mesh_params().
double MeshParams::x |
Definition at line 59 of file high_aspect_ratio_test.cpp.
Referenced by create_input_mesh(), main(), operator<<(), and parse_mesh_params().
double MeshParams::y |
Definition at line 59 of file high_aspect_ratio_test.cpp.
Referenced by create_input_mesh(), main(), operator<<(), and parse_mesh_params().