LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
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 __cb2024b1c029404f85ca46a0178b43f1
16#define __cb2024b1c029404f85ca46a0178b43f1
17
18#include "assembler.h"
19#include "assembly_types.h"
20#include "coomatrix.h"
21#include "dofhandler.h"
22#include "fix_dof.h"
23
30namespace lf::assemble {}
31
32#endif // __cb2024b1c029404f85ca46a0178b43f1
D.o.f. index mapping and assembly facilities.
Definition: assemble.h:30