Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
| [Post process] More...
|
|
|
static char | help [] = "Navier-Stokes Example\n" |
|
◆ PostProcFace
◆ PostProcVol
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
[Post process]
[Main function]
Definition at line 717 of file navier_stokes.cpp.
717 {
718
720
722
723 try {
724
725
726 moab::Core mb_instance;
727 moab::Interface &moab = mb_instance;
728
729
732
735 }
737
738
740 return 0;
741}
#define CATCH_ERRORS
Catch errors.
#define CHKERR
Inline error check.
static MoFEMErrorCode Initialize(int *argc, char ***args, const char file[], const char help[])
Initializes the MoFEM database PETSc, MOAB and MPI.
static MoFEMErrorCode Finalize()
Checks for options to be called at the conclusion of the program.
Deprecated interface functions.
◆ help
char help[] = "Navier-Stokes Example\n" |
|
static |