12#ifndef ARCANE_CORE_IMESHAREA_H
13#define ARCANE_CORE_IMESHAREA_H
Declarations of Arcane's general types.
Declarations of types on entities.
Interface of a mesh area.
virtual NodeGroup ownNodes()=0
Group of all nodes belonging to the domain.
virtual CellGroup allCells()=0
Group of all cells.
virtual ITraceMng * traceMng()=0
Associated trace manager.
virtual NodeGroup allNodes()=0
Group of all nodes.
virtual ISubDomain * subDomain()=0
Associated sub-domain.
virtual Integer nbCell()=0
Number of mesh cells.
virtual CellGroup ownCells()=0
Group of all cells belonging to the domain.
virtual IMesh * mesh()=0
Mesh to which the area belongs.
virtual ~IMeshArea()=default
Releases resources.
virtual Integer nbNode()=0
Number of mesh nodes.
Interface of the subdomain manager.
ItemGroupT< Cell > CellGroup
Group of cells.
ItemGroupT< Node > NodeGroup
Group of nodes.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.