36 #ifndef SINGLETRACEOUTPUTMODIFIER_HPP_ 37 #define SINGLETRACEOUTPUTMODIFIER_HPP_ 40 #include <boost/serialization/base_object.hpp> 42 #include "AbstractOutputModifier.hpp" 43 #include "OutputFileHandler.hpp" 69 friend class TestOutputModifiers;
77 template<
class Archive>
78 void serialize(Archive & archive,
const unsigned int version)
81 archive & boost::serialization::base_object<AbstractOutputModifier>(*this);
88 : mLocalIndex(UINT_MAX),
116 mGlobalIndex(globalIndex),
117 mLocalIndex(UINT_MAX),
148 #endif // SINGLETRACEOUTPUTMODIFIER_HPP_
virtual void ProcessSolutionAtTimeStep(double time, Vec solution, unsigned problemDim)
SingleTraceOutputModifier()
friend class TestMonodomainProblem
friend class boost::serialization::access
SingleTraceOutputModifier(const std::string &rFilename, unsigned globalIndex, double flushTime=0.0)
void serialize(Archive &archive, const unsigned int version)
#define CHASTE_CLASS_EXPORT(T)
virtual void InitialiseAtStart(DistributedVectorFactory *pVectorFactory)
gcov doesn't like this file...
virtual void FinaliseAtEnd()