Brief: Cartesian mesh generation information. More...
#include <arcane/core/ICartesianMeshGenerationInfo.h>
Public Member Functions | |
| virtual Int64 | globalNbCell () const =0 |
| virtual Int64ConstArrayView | globalNbCells () const =0 |
| virtual Int32ConstArrayView | subDomainOffsets () const =0 |
| virtual Int32ConstArrayView | nbSubDomains () const =0 |
| virtual Int32ConstArrayView | ownNbCells () const =0 |
| virtual Int64ConstArrayView | ownCellOffsets () const =0 |
| virtual Int64 | firstOwnCellUniqueId () const =0 |
| virtual Real3 | globalOrigin () const =0 |
| virtual Real3 | globalLength () const =0 |
| virtual void | setOwnCellOffsets (Int64 x, Int64 y, Int64 z)=0 |
| virtual void | setGlobalNbCells (Int64 x, Int64 y, Int64 z)=0 |
| virtual void | setSubDomainOffsets (Int32 x, Int32 y, Int32 z)=0 |
| virtual void | setNbSubDomains (Int32 x, Int32 y, Int32 z)=0 |
| virtual void | setOwnNbCells (Int32 x, Int32 y, Int32 z)=0 |
| virtual void | setFirstOwnCellUniqueId (Int64 uid)=0 |
| virtual void | setGlobalOrigin (Real3 pos)=0 |
| virtual void | setGlobalLength (Real3 length)=0 |
Static Public Member Functions | |
| static ICartesianMeshGenerationInfo * | getReference (IMesh *mesh, bool create) |
Brief: Cartesian mesh generation information.
Definition at line 32 of file ICartesianMeshGenerationInfo.h.
|
static |
Definition at line 229 of file CartesianMeshGenerationInfo.cc.