|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <cstdint>#include <mpi.h>#include "opencarp_types.h"Go to the source code of this file.
Macros | |
| #define | SF_COMM MPI_COMM_WORLD |
| the default SlimFem MPI communicator More... | |
| #define | SF_MPITAG 100 |
| the MPI tag when communicating More... | |
Typedefs | |
| using | SF_int = opencarp::global_index_t |
| Global algebraic index type. More... | |
| using | SF_real = opencarp::real_t |
| Global scalar type. More... | |
| #define SF_COMM MPI_COMM_WORLD |
the default SlimFem MPI communicator
Definition at line 28 of file SF_globals.h.
| #define SF_MPITAG 100 |
the MPI tag when communicating
Definition at line 30 of file SF_globals.h.
| using SF_int = opencarp::global_index_t |
Global algebraic index type.
Definition at line 32 of file SF_globals.h.
| using SF_real = opencarp::real_t |
Global scalar type.
Definition at line 33 of file SF_globals.h.