Peano
main.cpp File Reference

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
 

Function Documentation

◆ _log()

tarch::logging::Log _log ( "examples::grid"  )

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 247 of file main.cpp.

References periodicBC, runParallel(), runSerial(), and runTests().

Here is the call graph for this function:

◆ runParallel()

void runParallel ( )

Definition at line 194 of file main.cpp.

References periodicBC, and updateDomainDecomposition().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ runSerial()

void runSerial ( )

Definition at line 47 of file main.cpp.

References periodicBC.

Referenced by main().

Here is the caller graph for this function:

◆ runTests()

void runTests ( )

Definition at line 25 of file main.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ updateDomainDecomposition()

void updateDomainDecomposition ( )

Definition at line 96 of file main.cpp.

References periodicBC.

Referenced by runParallel().

Here is the caller graph for this function:

Variable Documentation

◆ periodicBC

std::bitset<DIMENSIONS> periodicBC = 0

Definition at line 19 of file main.cpp.

Referenced by main(), runParallel(), runSerial(), and updateDomainDecomposition().