Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <AbstractLinearPde.hpp>
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.