Interface of the service managing dataset meshes. More...
#include <arcane/core/ICaseMeshService.h>
Public Member Functions | |
| virtual void | createMesh (const String &name)=0 |
| Creates the mesh with the name name. | |
| virtual void | allocateMeshItems ()=0 |
| Allocates the mesh items. | |
| virtual void | partitionMesh ()=0 |
| Partitions the mesh. | |
| virtual void | applyAdditionalOperations () |
| Applies operations after everything else. | |
Interface of the service managing dataset meshes.
Creation and initialization happen in 3 phases:
Definition at line 43 of file ICaseMeshService.h.
|
inlinevirtual |
Applies operations after everything else.
Definition at line 61 of file ICaseMeshService.h.