Skip to content

Solver Details

David Schneider edited this page May 28, 2019 · 13 revisions

Since deal.II is a library and you are free to implement your own stuff, this section provides details about the implemented solver analogous to the commented tutorial programs in deal.II. In case you want to modify this solver or use it for your own project, the mathematical aspects should help you start. In case you want to know more about capability of the implemented model, have a look in the section below.

Mathematical Aspects

This program was built on the step-8 tutorial program of the deal.II library, which deals with linear elastostatics. A lot of aspects are already explained there. However, this program deals with linear elastodynamics.

Field equation

BC

IC

Discretization

StateSpace Theta Solver

Capability

Clone this wiki locally