openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
limpet_types.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) NumeriCor GmbH
2 // SPDX-License-Identifier: LicenseRef-APL-1.1
3 
4 #ifndef LIMPET_TYPES_H
5 #define LIMPET_TYPES_H
6 
7 #include "basics.h"
8 #include "SF_globals.h"
9 
10 namespace limpet {
11 
13 using node_index_t = opencarp::local_index_t;
14 using node_count_t = opencarp::local_index_t;
15 using global_node_index_t = opencarp::global_index_t;
16 
17 } // namespace limpet
18 
19 #endif
opencarp::real_t SF_real
Global scalar type.
Definition: SF_globals.h:18
Basic utility structs and functions, mostly IO related.
SF_real GlobalData_t
Definition: limpet_types.h:12
opencarp::local_index_t node_count_t
Definition: limpet_types.h:14
opencarp::global_index_t global_node_index_t
Definition: limpet_types.h:15
opencarp::local_index_t node_index_t
Definition: limpet_types.h:13