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