![]() |
Peano
|
Go to the source code of this file.
Functions | |
tarch::logging::Log | _log ("examples::grid") |
void | runTests () |
void | runSerial () |
void | updateDomainDecomposition () |
void | runParallel () |
int | main (int argc, char **argv) |
Variables | |
std::bitset< DIMENSIONS > | periodicBC = 0 |
tarch::logging::Log _log | ( | "examples::grid" | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 247 of file main.cpp.
References periodicBC, runParallel(), runSerial(), and runTests().
void runParallel | ( | ) |
Definition at line 194 of file main.cpp.
References periodicBC, and updateDomainDecomposition().
Referenced by main().
void runSerial | ( | ) |
Definition at line 47 of file main.cpp.
References periodicBC.
Referenced by main().
void runTests | ( | ) |
void updateDomainDecomposition | ( | ) |
Definition at line 96 of file main.cpp.
References periodicBC.
Referenced by runParallel().
std::bitset<DIMENSIONS> periodicBC = 0 |
Definition at line 19 of file main.cpp.
Referenced by main(), runParallel(), runSerial(), and updateDomainDecomposition().