Chi-Tech
|
#include <chi_runtime.h>
Public Member Functions | |
run_time ()=delete | |
run_time (const run_time &)=delete | |
run_time | operator= (const run_time &)=delete |
Static Public Attributes | |
static bool | termination_posted_ = false |
static std::string | input_file_name_ |
static bool | sim_option_interactive_ = true |
static bool | allow_petsc_error_handler_ = false |
static bool | supress_beg_end_timelog_ = false |
static bool | suppress_color_ = false |
static bool | dump_registry_ = false |
static const std::string | command_line_help_string_ |
Static Private Member Functions | |
static void | ParseArguments (int argc, char **argv) |
static int | InitPetSc (int argc, char **argv) |
Friends | |
class | Chi |
Data block for run-time quantities.
Definition at line 104 of file chi_runtime.h.
|
delete |
|
delete |
|
staticprivate |
Initializes PetSc for use by all entities.
Definition at line 201 of file chi_runtime.cc.
|
staticprivate |
Parses input arguments.
argc | int Number of arguments supplied. |
argv | char** Array of strings representing each argument. |
Definition at line 82 of file chi_runtime.cc.
|
friend |
Definition at line 118 of file chi_runtime.h.
|
static |
Definition at line 110 of file chi_runtime.h.
|
static |
Definition at line 115 of file chi_runtime.h.
|
static |
Definition at line 113 of file chi_runtime.h.
|
static |
Definition at line 108 of file chi_runtime.h.
|
static |
Definition at line 109 of file chi_runtime.h.
|
static |
Definition at line 112 of file chi_runtime.h.
|
static |
Definition at line 111 of file chi_runtime.h.
|
static |
Definition at line 107 of file chi_runtime.h.