36 #ifndef _ABSTRACTODESYSTEMFORCOUPLEDPDESYSTEM_HPP_
37 #define _ABSTRACTODESYSTEMFORCOUPLEDPDESYSTEM_HPP_
39 #include "AbstractOdeSystem.hpp"
40 #include "OdeSystemInformation.hpp"
77 unsigned pdeSolutionSize = 0)
101 EXCEPTION(
"The supplied vector is not the correct size.");
115 #endif //_ABSTRACTODESYSTEMFORCOUPLEDPDESYSTEM_HPP_
void SetPdeSolution(std::vector< double > pdeSolution)
std::vector< double > & rGetPdeSolution()
unsigned mPdeSolutionSize
#define EXCEPTION(message)
std::vector< double > mPdeSolution
unsigned GetPdeSolutionSize()
AbstractOdeSystemForCoupledPdeSystem(unsigned numberOfStateVariables=0, unsigned pdeSolutionSize=0)