1#ifndef WMPROBELOCATION_H
2#define WMPROBELOCATION_H
70 std::vector<real> _location;
71 std::vector<real> _actualLocation;
75 int _lastFrameWritten;
76 std::string _outputFilename;
Opaque Pointer object that carries the referenced data type, but does not expose this payload type as...
Definition: wmopaqueptr.h:81
The WmHostAction class is a base class for sub-solvers in the WARPXM system.
Definition: wmhostaction.h:35
The WmProbeLocation class is used to probe a position in a dataset and export that data to a hdf5 fil...
Definition: wmprobelocation.h:20
bool needsDomain() const
Return false because swap operation does not depend on domain specifics.
Definition: wmprobelocation.h:61
virtual void typeCheck()
check that variable types are appropriate for this HostAction.
WxStepperStatus step()
Step the solver by assigned time step.
WmProbeLocation(const WmConstOpaquePtr &parent_solver)
Create new WmProbeLocation host action.
Definition: wmprobelocation.h:27
void setup(const WxCryptSet &wxc)
Setup HostAction object using supplied cryptset.
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Provides an abstract interface for access to hierachical datasets.
Definition: wxiobase.h:25
Represents important parameters for the efficacy of a completing simulation step.
Definition: wxstepperstatus.h:19
Provides a means for derived messengers to return implimentation specific message status flags and da...
Definition: wxiotmpl.h:23