13 #include "libmesh/replicated_mesh.h" 25 std::unique_ptr<MeshBase>
generate()
override;
static InputParameters validParams()
const bool _merge_boundaries_with_same_name
Whether to merge boundaries if they have the same name but different boundary IDs.
const bool _prevent_boundary_ids_overlap
Whether to renumber all boundaries in stitched meshes to prevent accidental merging of sidesets with ...
A base class for mesh generators that stitch boundaries together.
Allows multiple mesh files to be "stitched" together to form a single mesh.
const std::vector< MeshGeneratorName > & _input_names
The mesh generator inputs to read.
StitchMeshGenerator(const InputParameters ¶meters)
std::vector< std::unique_ptr< MeshBase > * > _mesh_ptrs
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
const InputParameters & parameters() const
Get the parameters of the object.