13 #include "libmesh/replicated_mesh.h" 26 std::unique_ptr<MeshBase>
generate()
override;
Allows a pair of boundaries to be "stitched" together.
const bool & _clear_stitched_boundary_ids
Whether or not to clear (remove) the stitched boundary IDs.
static InputParameters validParams()
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
std::vector< boundary_id_type > _stitch_boundaries_pair
Pair of stitch boundaries.
StitchBoundaryMeshGenerator(const InputParameters ¶meters)
std::unique_ptr< MeshBase > & _input
the input mesh
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
MooseEnum _algorithm
Type of algorithm used to find matching nodes (binary or exhaustive)
const InputParameters & parameters() const
Get the parameters of the object.
MeshGenerators are objects that can modify or add to an existing mesh.