LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
scalar_fe_space.cc
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
16#include "scalar_fe_space.h"
17
18namespace lf::fe {} // namespace lf::fe
Collects data structures and algorithms designed for scalar finite element methods primarily meant fo...
Definition fe.h:47