Struct containing necessary information on a mesh of a pane. More...
#include <rocin_block.h>
Public Member Functions | |
GridInfo_HDF4 (int32 *size, int ng) | |
Constructor for quick initialization. Use for structured grids. More... | |
GridInfo_HDF4 (std::string name, int ne, int ng, int32 i) | |
Constructor for quick initialization. Use for unstructured grids. More... | |
Public Attributes | |
int32 | m_size [3] |
Grid dimensions (structured only). More... | |
std::string | m_name |
Grid name ":st?:*", ":t3:*", ":B8:*", etc. More... | |
int | m_numElements |
Number of elements in a mesh. More... | |
int | m_numGhostElements |
Number of ghost elements in a mesh. More... | |
int32 | m_index |
HDF4 dataset index of conn table (unstr only). More... | |
Struct containing necessary information on a mesh of a pane.
Definition at line 55 of file rocin_block.h.
|
inline |
Constructor for quick initialization. Use for structured grids.
Definition at line 57 of file rocin_block.h.
References m_name, and m_size.
|
inline |
Constructor for quick initialization. Use for unstructured grids.
Definition at line 67 of file rocin_block.h.
References m_size.
int32 m_index |
HDF4 dataset index of conn table (unstr only).
Definition at line 75 of file rocin_block.h.
std::string m_name |
Grid name ":st?:*", ":t3:*", ":B8:*", etc.
Definition at line 72 of file rocin_block.h.
Referenced by GridInfo_HDF4().
int m_numElements |
Number of elements in a mesh.
Definition at line 73 of file rocin_block.h.
int m_numGhostElements |
Number of ghost elements in a mesh.
Definition at line 74 of file rocin_block.h.
int32 m_size[3] |
Grid dimensions (structured only).
Definition at line 71 of file rocin_block.h.
Referenced by GridInfo_HDF4().