openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Namespaces | Macros | Functions | Variables
main.cc File Reference

openCARP main function More...

#include <cstdio>
#include <csignal>
#include "simulator.h"
#include "async_io.h"
#include "numerics.h"
#include "fem.h"
Include dependency graph for main.cc:

Go to the source code of this file.

Namespaces

 opencarp
 
 opencarp::user_globals
 

Macros

#define PrMGLOBAL
 
#define __FUNCT__   "main"
 

Functions

int main (int argc, char **argv)
 

Variables

SF::scatter_registry< mesh_int_topencarp::user_globals::scatter_reg
 Registry for the different scatter objects. More...
 
std::map< mesh_t, sf_meshopencarp::user_globals::mesh_reg
 Registry for the different meshes used in a multi-physics simulation. More...
 
std::map< SF::quadruple< int >, SF::index_mapping< int > > opencarp::user_globals::map_reg
 Registriy for the inter domain mappings. More...
 
std::map< physic_t, Basic_physic * > opencarp::user_globals::physics_reg
 the physics More...
 
timer_manageropencarp::user_globals::tm_manager
 a manager for the various physics timers More...
 
std::map< datavec_t, sf_vec * > opencarp::user_globals::datavec_reg
 important solution vectors from different physics More...
 
FILE * opencarp::user_globals::petsc_error_fd = NULL
 file descriptor for petsc error output More...
 
bool opencarp::user_globals::using_legacy_stimuli = false
 flag storing whether legacy stimuli are used More...
 
MPI_Comm opencarp::user_globals::IO_Intercomm
 Communicator between IO and compute worlds. More...
 

Detailed Description

openCARP main function

Author
Aurel Neic
Version
Date
2019-10-25

Definition in file main.cc.

Macro Definition Documentation

◆ __FUNCT__

#define __FUNCT__   "main"

Definition at line 67 of file main.cc.

◆ PrMGLOBAL

#define PrMGLOBAL

Definition at line 33 of file main.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 68 of file main.cc.