static InputParameters validParams()
void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual std::vector< Real > getTimes()=0
Requests a vector of all times from the inheriting class (these do not have to be sorted and may have...
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
std::set< TimeIndexPair > _times_and_indices
Times and subdomain changes to make.
static InputParameters validParams()
TimedElementSubdomainModifier(const InputParameters ¶meters)
storage for the times including their original index.