MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia.cpp File Reference

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

EnvironmentmEnvironment = nullptr
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 44 of file maia.cpp.

44 {
45 // Create MAIA instance
46 MAIA maia(argc, argv);
47
48 // Run main loop and save exit code
49 const int exitCode = maia.run();
50
51 // Return exit code to OS
52 return exitCode;
53}
Definition: maia.h:49
Namespace for auxiliary functions/classes.

Variable Documentation

◆ mEnvironment

Environment* mEnvironment = nullptr

Definition at line 42 of file maia.cpp.