Simple C++ Finite Element Framework for research and eduction optimzed for clarity and flexibility with some trade-off concerning performance. This libary is used for the course Numerical Methods for Partial Differential Euqations taught by Prof. R. Hiptmair at ETH Zurich.
- LehrFEM++ follows the Google C++ Style Guide.
- Adhere to the LehrFEM coding style guidelines.
- Whenever adding core functionality, thorough testing is mandatory, following the instructions in the testing guidelines.
- Doxygen Class Documentation
- Getting Started Guide
- Raffael Casagrande (core developer)
- Ralf Hiptmair (core developer)
- Tobias Rohner (
projects/ipdg_stokes
, hp-fem inlf::fe
) - Anian Ruoss (Second order Geometry, Mesh Generators)
- Philippe Peter (
projects/dpg
) - Amélie Justine Loher (
projects/FisherKPP
) - Gina Magnussen (TIKZ output)
- Julien Gacon (
lf::base::comm
) - Simon Meierhans