public class PbParalCartesianGrid3D extends PbCartesianGrid3D implements java.lang.Cloneable
PbParalCartesianGrid2D
. x is an array of num_x floats, y an array of num_y floats, and z an array of num_z floats.
The values on the mesh nodes are defined by the PbMesh.addValuesSet(set_index,val) method, where val argument is an array of num_x * num_y * num_z floats.
PbMesh.CellBox, PbMesh.ContainingCell, PbMesh.CoordinatesInfo, PbMesh.DataBindings
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
PbParalCartesianGrid3D()
Calls PbParalCartesianGrid3D(true).
|
PbParalCartesianGrid3D(boolean isDataDuplicate)
Constructor of a default simple mesh.
|
PbParalCartesianGrid3D(int num_x,
int num_y,
int num_z,
float[] xnod,
float[] ynod,
float[] znod)
Calls PbParalCartesianGrid3D(num_x, num_y, num_z, xnod, ynod, znod, true).
|
PbParalCartesianGrid3D(int num_x,
int num_y,
int num_z,
float[] xnod,
float[] ynod,
float[] znod,
boolean isDataDuplicate)
Constructor of a 3D parallel grid mesh.
|
PbParalCartesianGrid3D(PbParalCartesianGrid3D name_1174)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
getCellIndices, getDim, getNodeCoord, getNodeIndices, setGeometry
addStringsSet, addStringsSet, addValuesSet, addValuesSet, addValuesSet, addValuesSet, addVecsSet, addVecsSet, findContainingCell, findContainingCell, getArea, getBiggestCellBox, getBoundingBox, getCell, getCoordinates, getDirectValuesSet, getDirectVecsSet, getMaxValuesSet, getMaxVecsSet, getMinValuesSet, getMinVecsSet, getNodeCoord, getNumCells, getNumNodes, getNumStringsSet, getNumValuesSet, getNumVecsSet, getSmallestCellBox, getStringsSetName, getValuesBinding, getValuesSet, getValuesSetName, getVecsSet, getVecsSetName, getVolume, isDataDuplicated, removeAllStringsSet, removeAllValuesSet, removeAllVecsSet, removeStringsSet, removeValuesSet, removeVecsSet, setCoordinates
enableConnection, isConnectionEnabled, touch
dispose, getNativeResourceHandle
public PbParalCartesianGrid3D()
public PbParalCartesianGrid3D(int num_x, int num_y, int num_z, float[] xnod, float[] ynod, float[] znod)
public PbParalCartesianGrid3D(boolean isDataDuplicate)
PbMesh
for more explanations about data duplication.public PbParalCartesianGrid3D(PbParalCartesianGrid3D name_1174)
public PbParalCartesianGrid3D(int num_x, int num_y, int num_z, float[] xnod, float[] ynod, float[] znod, boolean isDataDuplicate)
PbMesh
for more explanations about data duplication.public java.lang.Object clone()
clone
in class PbCartesianGrid3D
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com