Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 419 Bytes

Yet AnOther Useful Resource for Teaching Finite Element Methods

This is Yaourt-FEM, a code to teach Finite Elements Methods.

This code currently implements

  • Continuous FEM on triangles
  • Discontinuous Galerkin on triangles and quadrilaterals

To install:

  • git clone --recursive https://github.com/datafl4sh/yaourt-fem-dg/
  • cd yaourt-fem-dg
  • mkdir build
  • cd build
  • cmake ..
  • make -j