Internal part of ICartesianMesh. More...
#include <arcane/cartesianmesh/internal/ICartesianMeshInternal.h>
Public Member Functions | |
| virtual Ref< CartesianMeshCoarsening2 > | createCartesianMeshCoarsening2 ()=0 |
| Creates an instance to manage mesh coarsening (V2). | |
| virtual void | addPatchFromExistingChildren (ConstArrayView< Int32 > parent_cells_local_id)=0 |
| Creates a patch with all children of the cells parent_cells_local_id. | |
| virtual void | initCartesianMeshAMRPatchMng ()=0 |
| Method allowing the creation of a CartesianMeshAMRPatchMng instance. | |
| virtual Ref< ICartesianMeshAMRPatchMng > | cartesianMeshAMRPatchMng ()=0 |
| Method allowing retrieval of the CartesianMeshAMRPatchMng instance. | |
| virtual void | initCartesianMeshNumberingMngInternal ()=0 |
| Method allowing the creation of a CartesianMeshNumberingMngInternal instance. | |
| virtual Ref< ICartesianMeshNumberingMngInternal > | cartesianMeshNumberingMngInternal ()=0 |
| Method allowing retrieval of the CartesianMeshNumberingMngInternal instance. | |
| virtual CartesianPatchGroup & | cartesianPatchGroup ()=0 |
| Method allowing retrieval of the CartesianPatchGroup. | |
| virtual void | saveInfosInProperties ()=0 |
| Method allowing saving information for resumption. | |
Internal part of ICartesianMesh.
Definition at line 40 of file ICartesianMeshInternal.h.
|
pure virtual |
Creates a patch with all children of the cells parent_cells_local_id.
parent_cells_local_id is the list of localIds() of the parent cells. The child cells of parent_cells must have already been created.
Implemented in Arcane::CartesianMeshImpl::InternalApi.
|
pure virtual |
Method allowing retrieval of the CartesianMeshAMRPatchMng instance.
Implemented in Arcane::CartesianMeshImpl::InternalApi.
|
pure virtual |
Method allowing retrieval of the CartesianMeshNumberingMngInternal instance.
Implemented in Arcane::CartesianMeshImpl::InternalApi.
|
pure virtual |
Method allowing retrieval of the CartesianPatchGroup.
Implemented in Arcane::CartesianMeshImpl::InternalApi.
|
pure virtual |
Creates an instance to manage mesh coarsening (V2).
Implemented in Arcane::CartesianMeshImpl::InternalApi.
Referenced by Arcane::CartesianMeshUtils::createCartesianMeshCoarsening2().
|
pure virtual |
Method allowing the creation of a CartesianMeshAMRPatchMng instance.
Implemented in Arcane::CartesianMeshImpl::InternalApi.
|
pure virtual |
Method allowing the creation of a CartesianMeshNumberingMngInternal instance.
Implemented in Arcane::CartesianMeshImpl::InternalApi.
|
pure virtual |
Method allowing saving information for resumption.
Implemented in Arcane::CartesianMeshImpl::InternalApi.