43 virtual Int64 globalNbCell()
const =0;
49 virtual Int64 firstOwnCellUniqueId()
const =0;
50 virtual Real3 globalOrigin()
const =0;
51 virtual Real3 globalLength()
const =0;
53 virtual void setOwnCellOffsets(Int64 x,Int64 y,Int64 z) =0;
54 virtual void setGlobalNbCells(Int64 x,Int64 y,Int64 z) =0;
55 virtual void setSubDomainOffsets(Int32 x,Int32 y,Int32 z) =0;
56 virtual void setNbSubDomains(Int32 x,Int32 y,Int32 z) =0;
57 virtual void setOwnNbCells(Int32 x,Int32 y,Int32 z) =0;
58 virtual void setFirstOwnCellUniqueId(Int64 uid) =0;
59 virtual void setGlobalOrigin(
Real3 pos) =0;
60 virtual void setGlobalLength(
Real3 length) =0;