public class PbPolarGrid2D extends PbGrid2D implements java.lang.Cloneable
The values on the mesh nodes are defined by the PbMesh.addValuesSet(set_index,val) method, where val argument is an array of num_r * num_t floats.
PbMesh2D.ExtrapolationMethods
PbMesh.CellBox, PbMesh.ContainingCell, PbMesh.CoordinatesInfo, PbMesh.DataBindings
Inventor.ConstructorCommand
USE_ADJACENT_DERIVS, USE_ADJACENT_VALUES
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
PbPolarGrid2D()
Calls PbPolarGrid2D(true).
|
PbPolarGrid2D(boolean isDataDuplicate)
Constructor of a default simple mesh.
|
PbPolarGrid2D(int num_r,
int num_t,
float[] r,
float[] t)
Calls PbPolarGrid2D(num_r, num_t, r, t, true).
|
PbPolarGrid2D(int num_r,
int num_t,
float[] r,
float[] t,
boolean isDataDuplicate)
Constructor of a 2D surface mesh.
|
PbPolarGrid2D(int num_r,
int num_t,
float[] r,
float[] t,
float[] z)
Calls PbPolarGrid2D(num_r, num_t, r, t, z, true).
|
PbPolarGrid2D(int num_r,
int num_t,
float[] r,
float[] t,
float[] z,
boolean isDataDuplicate)
Constructor of a 3D surface mesh.
|
PbPolarGrid2D(PbPolarGrid2D mesh)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
getCellIndices, getDim, getNodeCoord, getNodeIndices, setGeometry, setGeometry
addVecsSet, addVecsSet, get2DBoundingBox, getFaultMesh
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, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public PbPolarGrid2D()
public PbPolarGrid2D(int num_r, int num_t, float[] r, float[] t, float[] z)
public PbPolarGrid2D(int num_r, int num_t, float[] r, float[] t)
public PbPolarGrid2D(boolean isDataDuplicate)
PbMesh
for more explanations about data duplication.public PbPolarGrid2D(int num_r, int num_t, float[] r, float[] t, boolean isDataDuplicate)
PbMesh
for more explanations about data duplication.public PbPolarGrid2D(PbPolarGrid2D mesh)
public PbPolarGrid2D(int num_r, int num_t, float[] r, float[] t, float[] z, boolean isDataDuplicate)
PbMesh
for more explanations about data duplication.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com