boundary conditions authored by Praetorius, Simon's avatar Praetorius, Simon
...@@ -179,8 +179,8 @@ prob.addDirichletBC(1, _v, _v, g); ...@@ -179,8 +179,8 @@ prob.addDirichletBC(1, _v, _v, g);
``` ```
### Simulation ### Simulation
The time-stepping process can stationary problem in each iteration can be started The time-stepping process with a stationary problem in each iteration can be started
using an `AdaptInstationary` wrapper class: using an `AdaptInstationary` manager class:
```c++ ```c++
// set initial conditions // set initial conditions
prob.solution(_v).interpolate(g); prob.solution(_v).interpolate(g);
... ...
......