openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Macros | Typedefs
SF_globals.h File Reference
#include <cstdint>
#include <mpi.h>
Include dependency graph for SF_globals.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ SF_COMM

#define SF_COMM   MPI_COMM_WORLD

the default SlimFem MPI communicator

Definition at line 27 of file SF_globals.h.

◆ SF_MPITAG

#define SF_MPITAG   100

the MPI tag when communicating

Definition at line 29 of file SF_globals.h.

Typedef Documentation

◆ SF_int

using SF_int = std::int32_t

Use the general std::int32_t as int type.

Definition at line 37 of file SF_globals.h.

◆ SF_real

using SF_real = double

Use the general double as real type.

Definition at line 38 of file SF_globals.h.