![]() |
PRISMS-PF Manual
|
Function for user-implemented Dirichlet boundary condition. More...
#include <dirichlet.h>
Public Member Functions | |
| DirichletConditions (unsigned int _index, unsigned int _boundary_id, const PDEOperatorBase< dim, degree, number > &_pde_operator, unsigned int spacedim) | |
| Constructor. | |
| number | value (const dealii::Point< dim > &p, const unsigned int component=0) const override |
| Scalar value. | |
| void | vector_value (const dealii::Point< dim > &p, dealii::Vector< number > &value) const override |
| Vector value. | |
Private Attributes | |
| unsigned int | index |
| unsigned int | boundary_id |
| const PDEOperatorBase< dim, degree, number > * | pde_operator |
Function for user-implemented Dirichlet boundary condition.
| PRISMS_PF_BEGIN_NAMESPACE DirichletConditions< dim, degree, number >::DirichletConditions | ( | unsigned int | _index, |
| unsigned int | _boundary_id, | ||
| const PDEOperatorBase< dim, degree, number > & | _pde_operator, | ||
| unsigned int | spacedim ) |
Constructor.
|
override |
Scalar value.
|
override |
Vector value.
|
private |
|
private |
|
private |