MFEM
v4.2.0
Finite element discretization library
|
Classes | |
class | VelDirichletBC_T |
Container for a Dirichlet boundary condition of the velocity field. More... | |
class | PresDirichletBC_T |
Container for a Dirichlet boundary condition of the pressure field. More... | |
class | AccelTerm_T |
Container for an acceleration term. More... | |
class | NavierSolver |
Transient incompressible Navier Stokes solver in a split scheme formulation. More... | |
class | OrthoSolver |
Solver wrapper which orthogonalizes the input and output vector. More... | |
Typedefs | |
using | VecFuncT = void(const Vector &x, double t, Vector &u) |
using | ScalarFuncT = double(const Vector &x, double t) |
using mfem::navier::ScalarFuncT = typedef double(const Vector &x, double t) |
Definition at line 25 of file navier_solver.hpp.
using mfem::navier::VecFuncT = typedef void(const Vector &x, double t, Vector &u) |
Definition at line 24 of file navier_solver.hpp.