Chaste
Release::2017.1
|
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 |
Definition at line 42 of file AbstractLinearPde.hpp.
|
inline |
Constructor.
Definition at line 64 of file AbstractLinearPde.hpp.
|
inlinevirtual |
Destructor.
Definition at line 70 of file AbstractLinearPde.hpp.
References TEMPLATED_CLASS_IS_ABSTRACT_2_UNSIGNED.
|
inlineprivate |
Serialize the PDE object.
archive | the archive |
version | the current version of this class |
Definition at line 55 of file AbstractLinearPde.hpp.
|
friend |
Needed for serialization.
Definition at line 47 of file AbstractLinearPde.hpp.