36#ifndef _CVODECONTEXT_HPP_
37#define _CVODECONTEXT_HPP_
40#if CHASTE_SUNDIALS_VERSION >= 60000
43#include <nvector/nvector_serial.h>
60class CvodeContextManager
64 SUNContext mSundialsContext;
70 CvodeContextManager();
72 CvodeContextManager(
const CvodeContextManager&) =
delete;
73 CvodeContextManager& operator=(
const CvodeContextManager&) =
delete;
80 SUNContext& GetSundialsContext();
88 static std::shared_ptr<CvodeContextManager> Instance();
94 ~CvodeContextManager();