#include <AbstractBoundaryCondition.hpp>
Public Member Functions | |
virtual double | GetValue (const ChastePoint< SPACE_DIM > &x) const =0 |
Definition at line 38 of file AbstractBoundaryCondition.hpp.
virtual double AbstractBoundaryCondition< SPACE_DIM >::GetValue | ( | const ChastePoint< SPACE_DIM > & | x | ) | const [pure virtual] |
Get the value of the boundary condition at a given point.
x | The point at which to evaluate the boundary condition. |
Implemented in StimulusBoundaryCondition< SPACE_DIM >, ConstBoundaryCondition< SPACE_DIM >, and FunctionalBoundaryCondition< SPACE_DIM >.