openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Macros | Typedefs
SF_globals.h File Reference
#include <cstdint>
#include <mpi.h>
#include "opencarp_types.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 = opencarp::global_index_t
 Global algebraic index type. More...
 
using SF_real = opencarp::real_t
 Global scalar type. More...
 

Macro Definition Documentation

◆ SF_COMM

#define SF_COMM   MPI_COMM_WORLD

the default SlimFem MPI communicator

Definition at line 28 of file SF_globals.h.

◆ SF_MPITAG

#define SF_MPITAG   100

the MPI tag when communicating

Definition at line 30 of file SF_globals.h.

Typedef Documentation

◆ SF_int

using SF_int = opencarp::global_index_t

Global algebraic index type.

Definition at line 32 of file SF_globals.h.

◆ SF_real

using SF_real = opencarp::real_t

Global scalar type.

Definition at line 33 of file SF_globals.h.