31#ifndef OUTPUTPROBEGNU_H
32#define OUTPUTPROBEGNU_H
35#include "../Maths/GOLine.h"
36#include "../Maths/GOPlan.h"
int rankCpu
Definition Parallel.cpp:36
Base class for a mesh cell.
Definition Cell.h:59
Abstract class for geometric object.
Definition GeometricObject.h:41
Abstract class for a mesh.
Definition Mesh.h:53
Definition OutputGNU.h:36
Printing results for a probe in flow.
Definition OutputProbeGNU.h:42
Cell * m_cell
Pointer to the level 0 cell containing the probe.
Definition OutputProbeGNU.h:74
GeometricObject * m_objet
To store position.
Definition OutputProbeGNU.h:75
virtual void locateProbeInMesh(const TypeMeshContainer< Cell * > &cells, const int &nbCells, bool localSeeking=false)
Definition OutputProbeGNU.cpp:92
virtual void initializeOutputInfos()
Definition OutputProbeGNU.h:64
virtual double getNextTime()
Definition OutputProbeGNU.h:68
virtual void writeInfos()
Definition OutputProbeGNU.h:65
double m_acqFreq
Acquisition time frequency.
Definition OutputProbeGNU.h:72
virtual void initializeSpecificOutput()
Definition OutputProbeGNU.cpp:153
double m_nextAcq
Next acquisition time.
Definition OutputProbeGNU.h:73
virtual ~OutputProbeGNU()
Definition OutputProbeGNU.cpp:84
virtual bool possesses()
Definition OutputProbeGNU.h:69
virtual void writeResults(Mesh *, std::vector< Cell * > *)
Definition OutputProbeGNU.cpp:184
virtual Cell * locateProbeInAMRSubMesh(std::vector< Cell * > *cells, const int &nbCells)
Definition OutputProbeGNU.cpp:129
bool * m_possessesProbe
True if the CPU possesses probe.
Definition OutputProbeGNU.h:76
Definition tinyxml2.h:1149