![]() |
Chaste Commit::675f9facbe008c5eacb9006feaeb6423206579ea
|
#include <AbstractLinearPde.hpp>
Inheritance diagram for AbstractLinearPde< ELEMENT_DIM, SPACE_DIM >:
Collaboration diagram for AbstractLinearPde< ELEMENT_DIM, SPACE_DIM >:Public Member Functions | |
| AbstractLinearPde () | |
| virtual | ~AbstractLinearPde () |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
The parent class for all of the linear PDEs in Chaste.
This is the most generic thing that you should generally use as a pointer for your PDE in other code, works with boost serialization.
Definition at line 49 of file AbstractLinearPde.hpp.
|
inline |
Constructor.
Definition at line 69 of file AbstractLinearPde.hpp.
|
inlinevirtual |
Destructor.
Definition at line 76 of file AbstractLinearPde.hpp.
|
inlineprivate |
Serialize the PDE object.
| archive | the archive |
| version | the current version of this class |
Definition at line 61 of file AbstractLinearPde.hpp.
|
friend |
Needed for serialization.
Definition at line 53 of file AbstractLinearPde.hpp.