LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
assemble.h
1/***************************************************************************
2 * LehrFEM++ - A simple C++ finite element libray for teaching
3 * Developed from 2018 at the Seminar of Applied Mathematics of ETH Zurich,
4 * lead developers Dr. R. Casagrande and Prof. R. Hiptmair
5 ***************************************************************************/
6
15#ifndef INCGcb2024b1c029404f85ca46a0178b43f1
16#define INCGcb2024b1c029404f85ca46a0178b43f1
17
18#include "assemble_concepts.h"
19#include "assembler.h"
20#include "assembly_types.h"
21#include "coomatrix.h"
22#include "dofhandler.h"
23#include "fix_dof.h"
24
31namespace lf::assemble {}
32
33#endif // INCGcb2024b1c029404f85ca46a0178b43f1
D.o.f. index mapping and assembly facilities.
Definition assemble.h:31