13 #include "libmesh/replicated_mesh.h" 25 std::unique_ptr<MeshBase>
generate()
override;
Allows a pair of boundaries to be "stitched" together.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
A base class for mesh generators that stitch boundaries together.
StitchBoundaryMeshGenerator(const InputParameters ¶meters)
std::unique_ptr< MeshBase > & _input
the input mesh
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.