MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::navier Namespace Reference

Classes

class  AccelTerm_T
 Container for an acceleration term. More...
 
class  NavierSolver
 Transient incompressible Navier Stokes solver in a split scheme formulation. More...
 
class  PresDirichletBC_T
 Container for a Dirichlet boundary condition of the pressure field. More...
 
class  VelDirichletBC_T
 Container for a Dirichlet boundary condition of the velocity field. More...
 

Typedefs

using VecFuncT = void(const Vector &x, real_t t, Vector &u)
 
using ScalarFuncT = real_t(const Vector &x, real_t t)
 

Typedef Documentation

◆ ScalarFuncT

Definition at line 24 of file navier_solver.hpp.

◆ VecFuncT

using mfem::navier::VecFuncT = void(const Vector &x, real_t t, Vector &u)

Definition at line 23 of file navier_solver.hpp.