Changes
Page history
boundary conditions
authored
Aug 11, 2019
by
Praetorius, Simon
Show whitespace changes
Inline
Side-by-side
examples/navier-stokes.md
View page @
97c17411
...
...
@@ -179,8 +179,8 @@ prob.addDirichletBC(1, _v, _v, g);
```
### Simulation
The time-stepping process
can
stationary problem in each iteration can be started
using an
`AdaptInstationary`
wrapp
er class:
The time-stepping process
with a
stationary problem in each iteration can be started
using an
`AdaptInstationary`
manag
er class:
```
c++
// set initial conditions
prob
.
solution
(
_v
).
interpolate
(
g
);
...
...
...
...