LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
base.h
1
9#ifndef INCG986f32316282425d9be137cb399482f3
10#define INCG986f32316282425d9be137cb399482f3
11
15namespace lf::base {} // namespace lf::base
16
17// public header files that make up the base library:
18#include "eigen_tools.h"
19#include "invalid_type_exception.h"
20#include "lehrfem_info.h"
21#include "lf_assert.h"
22#include "lf_exception.h"
23#include "narrow.h"
24#include "predicate_true.h"
25#include "ref_el.h"
26#include "scalar_concept.h"
27#include "spdlog_utils.h"
28#include "timer.h"
29#include "types.h"
30
31#endif // INCG986f32316282425d9be137cb399482f3
Contains basic functionality that is used by other parts of LehrFEM++.
Definition base.h:15