MFEM  v4.6.0
Finite element discretization library
Classes | Typedefs
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, double t, Vector &u)
 
using ScalarFuncT = double(const Vector &x, double t)
 

Typedef Documentation

◆ ScalarFuncT

using mfem::navier::ScalarFuncT = typedef double(const Vector &x, double t)

Definition at line 24 of file navier_solver.hpp.

◆ VecFuncT

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

Definition at line 23 of file navier_solver.hpp.