Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::IMeshInitialAllocator Class Reference

Interface for allocating mesh entities. More...

#include <arcane/core/IMeshInitialAllocator.h>

Public Member Functions

virtual IUnstructuredMeshInitialAllocatorunstructuredMeshAllocator ()
 Allocator for unstructured meshes.
virtual IPolyhedralMeshInitialAllocatorpolyhedralMeshAllocator ()
 Allocator for polyhedral meshes.
virtual ICartesianMeshInitialAllocatorcartesianMeshAllocator ()
 Allocator for Cartesian meshes.

Detailed Description

Interface for allocating mesh entities.

Definition at line 84 of file IMeshInitialAllocator.h.

Member Function Documentation

◆ cartesianMeshAllocator()

virtual ICartesianMeshInitialAllocator * Arcane::IMeshInitialAllocator::cartesianMeshAllocator ( )
inlinevirtual

Allocator for Cartesian meshes.

Definition at line 105 of file IMeshInitialAllocator.h.

Referenced by Arcane::CartesianMeshAllocateBuildInfo::allocateMesh().

◆ polyhedralMeshAllocator()

virtual IPolyhedralMeshInitialAllocator * Arcane::IMeshInitialAllocator::polyhedralMeshAllocator ( )
inlinevirtual

Allocator for polyhedral meshes.

Definition at line 99 of file IMeshInitialAllocator.h.

◆ unstructuredMeshAllocator()

virtual IUnstructuredMeshInitialAllocator * Arcane::IMeshInitialAllocator::unstructuredMeshAllocator ( )
inlinevirtual

Allocator for unstructured meshes.

Definition at line 93 of file IMeshInitialAllocator.h.

Referenced by Arcane::UnstructuredMeshAllocateBuildInfo::allocateMesh().


The documentation for this class was generated from the following file: