|
Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
|
Stationary problem solver. E.g. for elliptic problmes. More...
#include <pde.hh>
Public Types | |
| typedef M::size_type | size_type |
| export size_type | |
| typedef M::time_type | time_type |
| export time_type | |
| typedef M::number_type | number_type |
| export number_type | |
Public Member Functions | |
| StationarySolver (const M &model_) | |
| constructor stores reference to the model | |
| void | solve () |
| do one step | |
| const Vector< number_type > & | get_state () const |
| get current state | |
| size_type | get_order () const |
| return consistency order of the method | |
Stationary problem solver. E.g. for elliptic problmes.
The PDE solver is parametrized by a model. The model also exports all relevant types for the solution. The PDE solver encapsulates the states needed for the computation.
| M | the model type |