- Algorithms refer to the most up-to-date ones: preconditioned sparse solvers for linear systems, incompressible elasticity, Stokes and Navier-Stokes flows, characteristic method for convection dominated heat problems, etc. Also nonlinear generic algorithms such as fixed point and damped Newton methods.
- Data structures fit the standard variational formulation concept: spaces, discrete fields, bilinear forms are C++ types for variables, that can be combined in any expressions, as you write it on the paper.
Main features
-
Discontinuous Galerkin FEM methods
- High-order polynomial approximation
- Massively distributed memory finite element environment, based on MPI
- Poisson problems in dimension d=1,2,3
- Stokes problems (d=2,3), with Taylor-Hood or stabilized P1 bubble-P1 elements
- linear elasticity (d=1,2,3), including the incompressible case
-
characteristic method for time-dependent problems:
transport, convection-difusion, and Navier-Stokes equations. - input and output in various file format for meshes generators and numerical data visualization systems
Advanced features
- auto-adaptive mesh algorithms
- axisymetric problems
- multi-regions and non-constant coefficients
- nonlinear problems with either fixed-point algorithms or a provided generic damped Newton solver
- 3d stereo visualization
https://team.inria.fr/airsea/en/software/
No comments:
Post a Comment