Skip to content

peterrum/dealii-examples

Repository files navigation

Basic deal.II examples

This repository accompanies the presentation "The general-purpose finite-element library deal.II - Overview and basic concepts" [slides] given by me 12.11.2020 in Munich and presents some basic features of the deal.II finite-element library:

  • elasticity: solves a simple elasticity problem
  • poisson: solves the Poisson problem
  • poisson_mf: solves the Poisson problem without computing a system matrix

Build & run

mkdir build
cd build; 
cmake ..
make -j3
./elasticity

Testing

ctest -j3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors