|
TrioCFD 1.9.8
TrioCFD documentation
|
Classe creee et executee par main() et lors d'une execution TRUST a travers Python. More...
#include <mon_main.h>
Public Member Functions | |
| mon_main (int verbose_level=9, bool journal_master=false, Nom log_directory="", bool apply_verification=true, bool disable_stop=false) | |
| ~mon_main () | |
| void | init_parallel (const int argc, char **argv, bool with_mpi, bool check_enabled=false, bool with_petsc=true) |
| void | finalize () |
| void | dowork (const Nom &nom_du_cas) |
Classe creee et executee par main() et lors d'une execution TRUST a travers Python.
Il faut
Definition at line 38 of file mon_main.h.
| mon_main::mon_main | ( | int | verbose_level = 9, |
| bool | journal_master = false, | ||
| Nom | log_directory = "", | ||
| bool | apply_verification = true, | ||
| bool | disable_stop = false ) |
Definition at line 70 of file mon_main.cpp.
| mon_main::~mon_main | ( | ) |
Definition at line 511 of file mon_main.cpp.
| void mon_main::dowork | ( | const Nom & | nom_du_cas | ) |
Definition at line 343 of file mon_main.cpp.
| void mon_main::finalize | ( | ) |
Definition at line 280 of file mon_main.cpp.
| void mon_main::init_parallel | ( | const int | argc, |
| char ** | argv, | ||
| bool | with_mpi, | ||
| bool | check_enabled = false, | ||
| bool | with_petsc = true ) |
Definition at line 198 of file mon_main.cpp.