DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
MeshConfig Struct Reference

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)
 

Detailed Description

Definition at line 102 of file test_MeshDistributedRead.cpp.

Member Data Documentation

◆ dim

int MeshConfig::dim

Spatial dimension.

Definition at line 106 of file test_MeshDistributedRead.cpp.

◆ expectedBnds

DNDS::index MeshConfig::expectedBnds

Expected global bnd count (-1 = skip check)

Definition at line 110 of file test_MeshDistributedRead.cpp.

◆ expectedCells

DNDS::index MeshConfig::expectedCells

Expected global cell count (-1 = skip check)

Definition at line 109 of file test_MeshDistributedRead.cpp.

◆ file

const char * MeshConfig::file

Filename relative to data/mesh/.

Definition at line 105 of file test_MeshDistributedRead.cpp.

◆ name

const char * MeshConfig::name

Human-readable label.

Definition at line 104 of file test_MeshDistributedRead.cpp.

◆ periodic

bool MeshConfig::periodic

Has periodic boundaries.

Definition at line 107 of file test_MeshDistributedRead.cpp.

◆ translation1

tPoint MeshConfig::translation1

Periodic translation axis 1.

Definition at line 108 of file test_MeshDistributedRead.cpp.

◆ translation2

tPoint MeshConfig::translation2

Periodic translation axis 2.

Definition at line 108 of file test_MeshDistributedRead.cpp.

◆ translation3

tPoint MeshConfig::translation3

Periodic translation axis 3.

Definition at line 108 of file test_MeshDistributedRead.cpp.


The documentation for this struct was generated from the following files: