std::vector< Real > _times
Times to change the subdomains on.
std::vector< SubdomainID > _blocks_to
Target subdomains to change the source subdomains to.
void buildFromParameters()
std::vector< SubdomainID > _blocks_from
Source subdomains to change from.
virtual std::vector< Real > getTimes() override
Requests a vector of all times from the inheriting class (these do not have to be sorted and may have...
static InputParameters validParams()
virtual SubdomainID computeSubdomainID() override
Compute the subdomain ID of the current element.
SubdomainID getSubdomainIDAndCheck(const std::string &subdomain_name)
Modifies element subdomains only at a given list of times.
TimedSubdomainModifier(const InputParameters ¶meters)
Modifies elements from entire subdomains based on user input or file input.