MFEM  v4.6.0
Finite element discretization library
Public Member Functions | Public Attributes | List of all members
mfem::navier::PresDirichletBC_T Class Reference

Container for a Dirichlet boundary condition of the pressure field. More...

#include <navier_solver.hpp>

Collaboration diagram for mfem::navier::PresDirichletBC_T:
[legend]

Public Member Functions

 PresDirichletBC_T (Array< int > attr, Coefficient *coeff)
 
 PresDirichletBC_T (PresDirichletBC_T &&obj)
 
 ~PresDirichletBC_T ()
 

Public Attributes

Array< int > attr
 
Coefficientcoeff
 

Detailed Description

Container for a Dirichlet boundary condition of the pressure field.

Definition at line 51 of file navier_solver.hpp.

Constructor & Destructor Documentation

◆ PresDirichletBC_T() [1/2]

mfem::navier::PresDirichletBC_T::PresDirichletBC_T ( Array< int >  attr,
Coefficient coeff 
)
inline

Definition at line 54 of file navier_solver.hpp.

◆ PresDirichletBC_T() [2/2]

mfem::navier::PresDirichletBC_T::PresDirichletBC_T ( PresDirichletBC_T &&  obj)
inline

Definition at line 58 of file navier_solver.hpp.

◆ ~PresDirichletBC_T()

mfem::navier::PresDirichletBC_T::~PresDirichletBC_T ( )
inline

Definition at line 68 of file navier_solver.hpp.

Member Data Documentation

◆ attr

Array<int> mfem::navier::PresDirichletBC_T::attr

Definition at line 70 of file navier_solver.hpp.

◆ coeff

Coefficient* mfem::navier::PresDirichletBC_T::coeff

Definition at line 71 of file navier_solver.hpp.


The documentation for this class was generated from the following file: