|
Chaste Release::3.1
|
#include <AbstractBoundaryCondition.hpp>
Inheritance diagram for AbstractBoundaryCondition< SPACE_DIM >:Public Member Functions | |
| virtual double | GetValue (const ChastePoint< SPACE_DIM > &rX) const =0 |
| AbstractBoundaryCondition () | |
| virtual | ~AbstractBoundaryCondition () |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
Abstract base class for boundary conditions.
Definition at line 49 of file AbstractBoundaryCondition.hpp.
| AbstractBoundaryCondition< SPACE_DIM >::AbstractBoundaryCondition | ( | ) | [inline] |
Constructor.
Definition at line 78 of file AbstractBoundaryCondition.hpp.
| virtual AbstractBoundaryCondition< SPACE_DIM >::~AbstractBoundaryCondition | ( | ) | [inline, virtual] |
Destructor.
Definition at line 84 of file AbstractBoundaryCondition.hpp.
| virtual double AbstractBoundaryCondition< SPACE_DIM >::GetValue | ( | const ChastePoint< SPACE_DIM > & | rX | ) | const [pure virtual] |
Get the value of the boundary condition at a given point.
| rX | The point at which to evaluate the boundary condition |
Implemented in StimulusBoundaryCondition< SPACE_DIM >, ConstBoundaryCondition< SPACE_DIM >, FunctionalBoundaryCondition< SPACE_DIM >, and StimulusBoundaryCondition< 3 >.
| void AbstractBoundaryCondition< SPACE_DIM >::serialize | ( | Archive & | archive, |
| const unsigned int | version | ||
| ) | [inline, private] |
Archive the member variables.
| archive | |
| version |
Reimplemented in ConstBoundaryCondition< SPACE_DIM >.
Definition at line 62 of file AbstractBoundaryCondition.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented in ConstBoundaryCondition< SPACE_DIM >.
Definition at line 54 of file AbstractBoundaryCondition.hpp.