|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
spis.Surf.SurfField | |
spis.Surf.SurfMesh | |
spis.Util.Table | |
spis.Vol.VolField | |
spis.Vol.VolMesh |
Uses of Table in spis.Surf.SurfField |
Methods in spis.Surf.SurfField with parameters of type Table | |
void |
SurfField.checkDim(Table table)
Checks the dimension of the passed table is the right one for the mesh and centring of this field |
Uses of Table in spis.Surf.SurfMesh |
Methods in spis.Surf.SurfMesh with parameters of type Table | |
void |
ThreeDUnstructSurfMesh.interpolate(PointList pl,
SurfField sf,
Table val)
Interpolates the surface field sf (defined on the mesh nodes/cells/...) |
abstract void |
SurfMesh.interpolate(PointList pl,
SurfField sf,
Table val)
Interpolates the surface field sf (defined on the mesh nodes/cells/...) |
Uses of Table in spis.Util.Table |
Subclasses of Table in spis.Util.Table | |
class |
FloatScalTable
Class Name : FloatScalTable Project ref : SPIS project File name : FloatScalTable.java File type : class Copyright : ONERA, 2 Av. |
class |
IntScalTable
Class Name : IntScalTable Project ref : SPIS project File name : IntScalTable.java File type : class Copyright : ONERA, 2 Av. |
class |
ScalTable
Class Name : ScalTable Project ref : SPIS project File name : ScalTable.java File type : class Copyright : ONERA, 2 Av. |
class |
SpaceVectTable
Class Name : SpaceVectTable Project ref : SPIS project File name : SpaceVectTable.java File type : class Copyright : ONERA, 2 Av. |
class |
VectTable
Class Name : VectTable Project ref : SPIS project File name : VectTable.java File type : class Copyright : ONERA, 2 Av. |
class |
VeloVectTable
Class Name : VeloVectTable Project ref : SPIS project File name : VeloVectTable.java File type : class Copyright : ONERA, 2 Av. |
Methods in spis.Util.Table with parameters of type Table | |
void |
Table.checkSameDim(Table tab)
checks equality of table dimension (logical filled dimension, not allocated length) |
Uses of Table in spis.Vol.VolField |
Methods in spis.Vol.VolField with parameters of type Table | |
abstract void |
VolField.computeField(PointList pl,
Table val)
Provides the values of the field at a list of arbitrary locations PointList (particle positions). |
void |
VolField.checkDim(Table table)
Checks the dimension of the passed table is the right one for the mesh and centring of this field |
void |
ScalVolField.computeField(PointList pl,
Table values)
Provides the values of the field at a list of arbitrary locations PointList (particle positions). |
void |
PotVectVolField.computeField(PointList pl,
Table val)
Provides the values of the field at a list of arbitrary locations PointList (particle positions). |
void |
DirVectVolField.computeField(PointList pl,
Table values)
Provides the values of the field at a list of arbitrary locations PointList (particle positions). |
Uses of Table in spis.Vol.VolMesh |
Methods in spis.Vol.VolMesh with parameters of type Table | |
abstract void |
VolMesh.interpolate(PointList pl,
VolField vf,
Table val)
Interpolates the volume field vf (defined on the mesh nodes/cells/...) |
void |
ThreeDUnstructVolMesh.interpolate(PointList pl,
VolField vf,
Table val)
Interpolates the volume field vf (defined on the mesh nodes/cells/...) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |