|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Vol.VolField.VolField
spis.Vol.VolField.VectVolField
Class Name : VectVolField (Vectorial Volume Field)
Project ref : SPIS project
File name : VectVolField.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :
Description : Vectorial Volume Field class.
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Constructor Summary | |
VectVolField(VolMesh volMesh,
Centring centring)
Default constructor. |
Method Summary | |
abstract void |
computePot(PointList pl,
FloatScalTable val)
Provides the potential at a list of arbitrary locations PointList (particle positions). |
ScalVolField |
getPot()
Returns the potential this vector field derives from. |
abstract FloatScalTable |
getPotTable()
Provides the potential at the mesh elements it is defined on (nodes/cells/...depending on centring). |
Methods inherited from class spis.Vol.VolField.VolField |
checkDim, checkSameCentring, computeField, divide, getCentring, getName, getTime, getVm, mult, mult, setName, setTime |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VectVolField(VolMesh volMesh, Centring centring)
Method Detail |
public abstract void computePot(PointList pl, FloatScalTable val)
public abstract FloatScalTable getPotTable()
public ScalVolField getPot()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |