|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Attributes | |
| const char * | name |
| Human-readable label. | |
| const char * | file |
| Filename relative to data/mesh/. | |
| int | dim |
| Spatial dimension. | |
| bool | periodic |
| Has periodic boundaries. | |
| tPoint | translation1 |
| Periodic translation axis 1. | |
| tPoint | translation2 |
| Periodic translation axis 2. | |
| tPoint | translation3 |
| Periodic translation axis 3. | |
| DNDS::index | expectedCells |
| Expected global cell count (-1 = skip check) | |
| DNDS::index | expectedBnds |
| Expected global bnd count (-1 = skip check) | |
Definition at line 102 of file test_MeshDistributedRead.cpp.
| int MeshConfig::dim |
Spatial dimension.
Definition at line 106 of file test_MeshDistributedRead.cpp.
| DNDS::index MeshConfig::expectedBnds |
Expected global bnd count (-1 = skip check)
Definition at line 110 of file test_MeshDistributedRead.cpp.
| DNDS::index MeshConfig::expectedCells |
Expected global cell count (-1 = skip check)
Definition at line 109 of file test_MeshDistributedRead.cpp.
| const char * MeshConfig::file |
Filename relative to data/mesh/.
Definition at line 105 of file test_MeshDistributedRead.cpp.
| const char * MeshConfig::name |
Human-readable label.
Definition at line 104 of file test_MeshDistributedRead.cpp.
| bool MeshConfig::periodic |
Has periodic boundaries.
Definition at line 107 of file test_MeshDistributedRead.cpp.
| tPoint MeshConfig::translation1 |
Periodic translation axis 1.
Definition at line 108 of file test_MeshDistributedRead.cpp.
| tPoint MeshConfig::translation2 |
Periodic translation axis 2.
Definition at line 108 of file test_MeshDistributedRead.cpp.
| tPoint MeshConfig::translation3 |
Periodic translation axis 3.
Definition at line 108 of file test_MeshDistributedRead.cpp.