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.");
#define EXCEPTION(message)
void SetPdeSolution(std::vector< double > pdeSolution)
unsigned mPdeSolutionSize
std::vector< double > & rGetPdeSolution()
AbstractOdeSystemForCoupledPdeSystem(unsigned numberOfStateVariables=0, unsigned pdeSolutionSize=0)
std::vector< double > mPdeSolution
unsigned GetPdeSolutionSize()