14#include "arcane/core/MeshBuildInfo.h"
28, m_factory_name(
"ArcaneDynamicMeshFactory")
39 m_factory_name = factory_name;
59 m_parent_group = parent_group;
69 m_is_need_partitioning = v;
const String & name() const
Name of the new mesh.
MeshBuildInfo & addNeedPartitioning(bool v)
Indicates whether the generator needs to call a partitioner.
MeshBuildInfo & addParallelMng(Ref< IParallelMng > pm)
Sets the parallelism manager to create the mesh.
MeshBuildInfo & addParentGroup(const ItemGroup &parent_group)
Sets the cell group for a sub-mesh.
MeshBuildInfo(const String &name)
Constructs a default mesh with the name name.
MeshBuildInfo & addMeshKind(const MeshKind &v)
Sets the mesh characteristics.
MeshBuildInfo & addFactoryName(const String &factory_name)
Sets the factory name to create this mesh.
Characteristics of a mesh.
Reference to an instance.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --