![]() |
Chaste
Release::3.4
|
#include <AbstractLinearParabolicPde.hpp>
Collaboration diagram for AbstractLinearParabolicPde< ELEMENT_DIM, SPACE_DIM >:Public Member Functions | |
| virtual double | ComputeDuDtCoefficientFunction (const ChastePoint< SPACE_DIM > &rX)=0 |
| virtual double | ComputeSourceTerm (const ChastePoint< SPACE_DIM > &rX, double u, Element< ELEMENT_DIM, SPACE_DIM > *pElement=NULL)=0 |
| virtual double | ComputeSourceTermAtNode (const Node< SPACE_DIM > &rNode, double u) |
| virtual c_matrix< double, SPACE_DIM, SPACE_DIM > | ComputeDiffusionTerm (const ChastePoint< SPACE_DIM > &rX, Element< ELEMENT_DIM, SPACE_DIM > *pElement=NULL)=0 |
| virtual | ~AbstractLinearParabolicPde () |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
AbstractLinearParabolicPde class.
A general PDE of the form: c(x) du/dt = Grad.(DiffusionTerm(x)*Grad(u))+LinearSourceTerm(x)+NonlinearSourceTerm(x, u)
Definition at line 53 of file AbstractLinearParabolicPde.hpp.
|
inlinevirtual |
Destructor.
Definition at line 113 of file AbstractLinearParabolicPde.hpp.
|
pure virtual |
| rX | The point in space at which the diffusion term is computed. |
| pElement | The mesh element that x is contained in (optional). |
|
pure virtual |
| rX | the point in space at which the function c is computed |
|
pure virtual |
| rX | the point in space at which the nonlinear source term is computed |
| u | the value of the dependent variable at the point |
| pElement | the element that we are inside |
|
virtual |
| rNode | the node at which the nonlinear source term is computed |
| u | the value of the dependent variable at the node |
Definition at line 125 of file AbstractLinearParabolicPde.hpp.
References Node< SPACE_DIM >::GetPoint().
|
inlineprivate |
Serialize the PDE object.
| archive | the archive |
| version | the current version of this class |
Definition at line 66 of file AbstractLinearParabolicPde.hpp.
|
friend |
Needed for serialization.
Definition at line 58 of file AbstractLinearParabolicPde.hpp.