21 #include "ThreadedGeneralUserObject.h" 24 #include "GeometryUtils.h" 39 virtual void execute()
override;
static InputParameters validParams()
Definition: NekUserObject.h:30
virtual void initialize()
Definition: NekUserObject.h:37
virtual void finalize()
Definition: NekUserObject.h:38
const unsigned int & _interval
Interval with which to evaluate the user object.
Definition: NekUserObject.h:50
Definition: NekRSProblemBase.h:40
virtual void execute() override
const NekRSProblemBase * _nek_problem
Underlying problem object.
Definition: NekUserObject.h:53
virtual void executeUserObject()=0
bool _fixed_mesh
Whether the mesh this userobject operates on is fixed, allowing caching of volumes and areas.
Definition: NekUserObject.h:56
NekUserObject(const InputParameters ¶meters)