WARPXM v1.10.0
Loading...
Searching...
No Matches
wmtestsuggesteddt.h
Go to the documentation of this file.
1#ifndef __wmtestsuggesteddt__h__
2#define __wmtestsuggesteddt__h__
3
4// WarpM includes
6
18{
19public:
20 WmTestSuggestedDt(const WmConstOpaquePtr& parent_solver) : WmHostAction(parent_solver)
21 {
22 }
23
29 void setup(const WxCryptSet& wxc);
30
35 virtual void typeCheck();
36
47
53 bool needsDomain() const
54 {
55 return false;
56 }
57
58private:
59 real _maxDt;
60};
61
64#endif // __wmtestsuggesteddt__h__
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 WmTestSuggestedDt class is used with the HOFVM scheme to calculate the absolute minimum of a data...
Definition: wmtestsuggesteddt.h:18
WxStepperStatus step()
Step the solver by given time step.
void setup(const WxCryptSet &wxc)
Setup HostAction object using supplied cryptset.
bool needsDomain() const
Return false because swap operation does not depend on grid specifics.
Definition: wmtestsuggesteddt.h:53
virtual void typeCheck()
check that variable types are appropriate for this HostAction.
WmTestSuggestedDt(const WmConstOpaquePtr &parent_solver)
Definition: wmtestsuggesteddt.h:20
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Represents important parameters for the efficacy of a completing simulation step.
Definition: wxstepperstatus.h:19
#define real
Definition: wmoclunstructuredreconstruction.h:11