|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <cstdint>#include <mpi.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 = std::int32_t |
| Use the general std::int32_t as int type. More... | |
| using | SF_real = double |
| Use the general double as real type. More... | |
| #define SF_COMM MPI_COMM_WORLD |
the default SlimFem MPI communicator
Definition at line 27 of file SF_globals.h.
| #define SF_MPITAG 100 |
the MPI tag when communicating
Definition at line 29 of file SF_globals.h.
| using SF_int = std::int32_t |
Use the general std::int32_t as int type.
Definition at line 37 of file SF_globals.h.
| using SF_real = double |
Use the general double as real type.
Definition at line 38 of file SF_globals.h.