31#ifndef OutputBoundaryGNU_H
32#define OutputBoundaryGNU_H
static void errorMessage(const std::string &message)
Definition Errors.cpp:56
Definition OutputBoundaryGNU.h:37
virtual void initializeSpecificOutputBound()
Definition OutputBoundaryGNU.h:43
double m_nextAcq
Next acquisition time.
Definition OutputBoundaryGNU.h:54
virtual double getNextTime()
Definition OutputBoundaryGNU.h:47
int m_numPhys
Physical number of the boundary to record.
Definition OutputBoundaryGNU.h:50
double m_acqFreq
Acquisition time frequency.
Definition OutputBoundaryGNU.h:53
virtual ~OutputBoundaryGNU()
Definition OutputBoundaryGNU.cpp:74
std::vector< int > m_cellInterfaceIndexes
Indexes of cellInterfaces on the boundary (speed up searching process)
Definition OutputBoundaryGNU.h:51
virtual void writeResults(std::vector< CellInterface * > *)
Definition OutputBoundaryGNU.h:44
Definition OutputGNU.h:36
virtual void initializeSpecificOutput()
Definition OutputGNU.h:56
Definition tinyxml2.h:1149