|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Attributes | |
| const char * | meshName |
| ssp< UnstructuredMesh > * | meshArray |
| RecMethod | method |
| ScalarFunc | func |
| const char * | funcName |
| int | maxIters |
| DNDS::real | convTol |
| DNDS::real | golden [3] |
| bool | checkConvergence |
Definition at line 482 of file test_Reconstruction.cpp.
| bool PeriodicTestCase::checkConvergence |
Definition at line 492 of file test_Reconstruction.cpp.
| DNDS::real PeriodicTestCase::convTol |
Definition at line 490 of file test_Reconstruction.cpp.
| ScalarFunc PeriodicTestCase::func |
Definition at line 487 of file test_Reconstruction.cpp.
| const char* PeriodicTestCase::funcName |
Definition at line 488 of file test_Reconstruction.cpp.
| DNDS::real PeriodicTestCase::golden[3] |
Definition at line 491 of file test_Reconstruction.cpp.
| int PeriodicTestCase::maxIters |
Definition at line 489 of file test_Reconstruction.cpp.
| ssp<UnstructuredMesh>* PeriodicTestCase::meshArray |
Definition at line 485 of file test_Reconstruction.cpp.
| const char* PeriodicTestCase::meshName |
Definition at line 484 of file test_Reconstruction.cpp.
| RecMethod PeriodicTestCase::method |
Definition at line 486 of file test_Reconstruction.cpp.