C
- the type of cellspublic interface MiTopologyExplicitI<C extends MiCell> extends MiTopologyI
A generic interface for an unstructured explicit mesh topology.
Modifier and Type | Method and Description |
---|---|
long |
getBeginNodeId()
Returns the first node id used by this topology.
|
C |
getCell(long id)
Returns a cell of this topology.
|
long |
getEndNodeId()
Returns the last node id + 1 used by this topology.
|
getCellName, getNumCells, isDead
getTimeStamp, hasDeadCells
long getEndNodeId()
This topology uses only node index in the interval
[beginNodeId, endNodeId[
. Thus the maximum node index used by the
topology is getEndNodeId() - 1
and the number of nodes used by this
topology is getEndNodeId() - getBeginNodeId()
.
C getCell(long id)
id
- id of the celllong getBeginNodeId()
This topology uses only node index in the interval
[beginNodeId,EndNodeId[
. Thus the maximum node index used by the
topology is getEndNodeId() - 1
and the number of nodes used by this
topology is getEndNodeId() -
getBeginNodeId()
.
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com