openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
numerics.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) NumeriCor GmbH
2 // SPDX-License-Identifier: Apache-2.0
3 
12 #ifndef _NUMERICS_H
13 #define _NUMERICS_H
14 
15 #include "petsc_compat.h"
16 #include "petsc_utils.h"
17 #include "timer_utils.h"
18 #include "basics.h"
19 #include "signals.h"
20 #include "short_float.h"
21 #include "IGBheader.h"
22 
23 #endif
Basic utility structs and functions, mostly IO related.
Manage time signals used for stimulation and other time-dependent boundary conditions.
Timers and timer manager.