22 "Adds a default partitioner to subchannel simulation. Currently, a SingleRankPartitioner");
36 _mesh->setIsCustomPartitionerRequested(
true);
39 std::shared_ptr<MoosePartitioner> mp =
41 _mesh->setCustomPartitioner(mp.get());
virtual void act() override
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)
InputParameters getValidParams(const std::string &name) const
Adds default partitioner to the mesh.
static InputParameters validParams()
const std::string & _current_task
registerMooseAction("SubChannelApp", AddDefaultSubchannelPartitioner, "add_partitioner")
std::shared_ptr< MooseMesh > & _mesh
AddDefaultSubchannelPartitioner(const InputParameters ¶ms)
static InputParameters validParams()