23 virtual void act()
override;
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
std::string modifyParamsForUseSplit(InputParameters &moose_object_params) const
Modifies the MooseObject's parameters to build the right type of Mesh when using splits.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
const std::string _split_file
The split mesh file (if any); comes from either Mesh/split_file or –split-file.
const bool _use_split
Whether or not to use a split mesh; comes from either Mesh/use_split or –use-split.
void setupMesh(MooseMesh *mesh)
static InputParameters validParams()