Published January 17, 2017
| Version v1
Software
Open
The deal.II tutorial step-57: The Incompressible, Stationary Navier Stokes Equations
Description
This tutorial for the deal.II finite element library demonstrates efficient linear and nonlinear solvers to solve the incompressible and stationary Navier Stokes equations. A Newton method with a continuation method is employed to solve on a sequence of adaptively refined meshes. The linear solver uses a block preconditioner based on an augmented Lagrangian approach.
Files
CMakeLists.txt
Additional details
Related works
- Is part of
- github.com/dealii/dealii (Handle)