Go to the documentation of this file.
13 #include "libmesh/replicated_mesh.h"
32 std::unique_ptr<MeshBase>
generate()
override;
39 std::vector<std::unique_ptr<MeshBase> *>
_meshes;
const std::vector< MeshGeneratorName > & _input_names
The mesh generators to read.
std::vector< std::unique_ptr< MeshBase > * > _meshes
MeshGenerators are objects that can modify or add to an existing mesh.
const InputParameters & parameters() const
Get the parameters of the object.
Collects multiple meshes into a single (unconnected) mesh.
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
InputParameters validParams< MeshCollectionGenerator >()
static InputParameters validParams()
MeshCollectionGenerator(const InputParameters ¶meters)