32 std::unique_ptr<MeshBase>
generate()
override;
const InputParameters & parameters() const
Get the parameters of the object.
std::unique_ptr< MeshBase > & _input_ptr
Input mesh defining the original mixed mesh.
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
RBBMappingConverter(const InputParameters ¶meters)
Takes a mesh with a Lagrange mapping, and reinterpolate its nodes using a Rational Bezier-Bernstein m...
static InputParameters validParams()
MeshGenerators are objects that can modify or add to an existing mesh.