26 std::unique_ptr<MeshBase>
generate()
override;
std::unique_ptr< MeshBase > & _input_ptr
Input mesh defining the original mixed mesh.
ElementsToSimplicesConverter(const InputParameters ¶meters)
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
MeshGenerators are objects that can modify or add to an existing mesh.
Takes a mesh with a mix of element types, and subdivides elements as needed to produce a mesh of the ...