MFEM v4.7.0
Finite element discretization library
|
Container for a Dirichlet boundary condition of the pressure field. More...
#include <navier_solver.hpp>
Public Member Functions | |
PresDirichletBC_T (Array< int > attr, Coefficient *coeff) | |
PresDirichletBC_T (PresDirichletBC_T &&obj) | |
~PresDirichletBC_T () | |
Public Attributes | |
Array< int > | attr |
Coefficient * | coeff |
Container for a Dirichlet boundary condition of the pressure field.
Definition at line 51 of file navier_solver.hpp.
|
inline |
Definition at line 54 of file navier_solver.hpp.
|
inline |
Definition at line 58 of file navier_solver.hpp.
|
inline |
Definition at line 68 of file navier_solver.hpp.
Array<int> mfem::navier::PresDirichletBC_T::attr |
Definition at line 70 of file navier_solver.hpp.
Coefficient* mfem::navier::PresDirichletBC_T::coeff |
Definition at line 71 of file navier_solver.hpp.