public interface MiTopologyIjk extends MiTopology
A generic interface for a structured implicit volume mesh topology. Cells are
all implicitly defined as hexahedron so there is no need for specifying a
list of cells.
The number of cells on each dimension defines completely the topology.
Modifier and Type | Method and Description |
---|---|
int |
getNumCellsI()
Returns the number of cells on the first logical axis.
|
int |
getNumCellsJ()
Returns the number of cells on the second logical axis.
|
int |
getNumCellsK()
Returns the number of cells on the third logical axis.
|
boolean |
isDead(int i,
int j,
int k)
Returns
true if the cell at the specified position should be
ignored. |
getTimeStamp, hasDeadCells
int getNumCellsI()
int getNumCellsJ()
int getNumCellsK()
boolean isDead(int i, int j, int k)
true
if the cell at the specified position should be
ignored. This value is ignored if the hasDeadCell
method returns
false
.i
- the i-index of the cell to checkj
- the j-index of the cell to checkk
- the k-index of the cell to checktrue
if the cell should be ignored.Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com