32 _mesh->setIsCustomPartitionerRequested(
true);
34 std::shared_ptr<MoosePartitioner> mp =
36 _mesh->setCustomPartitioner(mp.get());
const std::string & _name
The name of this class.
static InputParameters validParams()
Factory & _factory
The Factory associated with the MooseApp.
std::shared_ptr< MooseObject > create(const std::string &obj_name, const std::string &name, const InputParameters ¶meters, THREAD_ID tid=0, bool print_deprecated=true)
registerMooseAction("MooseApp", PartitionerAction, "add_partitioner")
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
static InputParameters validParams()
std::shared_ptr< MooseMesh > & _mesh
std::string _type
The Object type that is being created.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
InputParameters _moose_object_pars
The parameters for the object to be created.
Base class for MOOSE partitioner.
PartitionerAction(const InputParameters ¶ms)