30 virtual bool solveStep(
Real dt,
Real target_time,
bool auto_advance =
true)
override;
41 std::vector<std::shared_ptr<PODSamplerSolutionTransfer>>
45 std::vector<std::shared_ptr<PODResidualTransfer>>
bool snapshotGeneration()
Returning the value of the snapshot generation flag.
std::vector< std::shared_ptr< PODResidualTransfer > > getActiveResidualTransfers(Transfer::DIRECTION direction)
Returning pointers to the solution transfers. Used in batch mode.
Transfer solutions from sub-applications to a container in a Trainer.
std::vector< std::shared_ptr< PODSamplerSolutionTransfer > > getActiveSolutionTransfers(Transfer::DIRECTION direction)
Returning pointers to the solution transfers. Used in batch mode.
virtual void preTransfer(Real dt, Real target_time) override
Overriding preTransfer to reinit the subappliations if the object needs to be executed twice...
Transfers residuals for given variables and vector tags from a sub-subapplication to a PODReducedBasi...
bool _snapshot_generation
Switch used to differentiate between snapshot generation and residual computation.
PODFullSolveMultiApp(const InputParameters ¶meters)
static InputParameters validParams()
virtual bool solveStep(Real dt, Real target_time, bool auto_advance=true) override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Interface for objects that need to use samplers.
PODReducedBasisTrainer & _trainer
Pointer to the trainer object itself.
const InputParameters & parameters() const
void computeResidualBatch(Real target_time)
Evaluating the residuals for every tag in the trainer in batch mode.
void computeResidual()
Evaluating the residuals for every tag in the trainer.