#include <ConstBoundaryCondition.hpp>


Public Member Functions | |
| ConstBoundaryCondition (const double value) | |
| double | GetValue (const ChastePoint< SPACE_DIM > &) const |
Private Attributes | |
| double | mValue |
Definition at line 37 of file ConstBoundaryCondition.hpp.
| ConstBoundaryCondition< SPACE_DIM >::ConstBoundaryCondition | ( | const double | value | ) | [inline] |
Create a new boundary condition object.
| value | The value of this boundary condition at all points where it is applied. |
Definition at line 32 of file ConstBoundaryCondition.cpp.
| double ConstBoundaryCondition< SPACE_DIM >::GetValue | ( | const ChastePoint< SPACE_DIM > & | ) | const [inline, virtual] |
| x | The point at which this boundary condition is to be evaluated. |
Implements AbstractBoundaryCondition< SPACE_DIM >.
Definition at line 38 of file ConstBoundaryCondition.cpp.
1.5.5