Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
AbstractLinearPde< ELEMENT_DIM, SPACE_DIM > Class Template Reference

#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
 

Detailed Description

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM = ELEMENT_DIM>
class AbstractLinearPde< ELEMENT_DIM, SPACE_DIM >

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.

Constructor & Destructor Documentation

◆ AbstractLinearPde()

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM = ELEMENT_DIM>
AbstractLinearPde< ELEMENT_DIM, SPACE_DIM >::AbstractLinearPde ( )
inline

Constructor.

Definition at line 69 of file AbstractLinearPde.hpp.

◆ ~AbstractLinearPde()

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM = ELEMENT_DIM>
virtual AbstractLinearPde< ELEMENT_DIM, SPACE_DIM >::~AbstractLinearPde ( )
inlinevirtual

Destructor.

Definition at line 76 of file AbstractLinearPde.hpp.

Member Function Documentation

◆ serialize()

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM = ELEMENT_DIM>
template<class Archive >
void AbstractLinearPde< ELEMENT_DIM, SPACE_DIM >::serialize ( Archive &  archive,
const unsigned int  version 
)
inlineprivate

Serialize the PDE object.

Parameters
archivethe archive
versionthe current version of this class

Definition at line 61 of file AbstractLinearPde.hpp.

Friends And Related Symbol Documentation

◆ boost::serialization::access

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM = ELEMENT_DIM>
friend class boost::serialization::access
friend

Needed for serialization.

Definition at line 53 of file AbstractLinearPde.hpp.


The documentation for this class was generated from the following file: