openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
physics
limpet
src
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
12
typedef
SF_real
GlobalData_t
;
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
SF_globals.h
SF_real
opencarp::real_t SF_real
Global scalar type.
Definition:
SF_globals.h:18
basics.h
Basic utility structs and functions, mostly IO related.
limpet
Definition:
ap_analyzer.cc:26
limpet::GlobalData_t
SF_real GlobalData_t
Definition:
limpet_types.h:12
limpet::node_count_t
opencarp::local_index_t node_count_t
Definition:
limpet_types.h:14
limpet::global_node_index_t
opencarp::global_index_t global_node_index_t
Definition:
limpet_types.h:15
limpet::node_index_t
opencarp::local_index_t node_index_t
Definition:
limpet_types.h:13
Generated by
1.9.1