|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Circ.CircField.CircField
spis.Circ.CircField.DirCircField
Class Name : DirCircField
Project ref : SPIS project
File name : DirCircField.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 : Direct-storage Circuit Field class, i.e. stored in a table
(as opposed to other possible version, which could be analytical/global)
Values at each circuit field node are really stored in a table.
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Field Summary | |
private FloatScalTable |
val
field values |
Fields inherited from class spis.Circ.CircField.CircField |
circ |
Constructor Summary | |
DirCircField(CircField circField)
Copy constructor |
|
DirCircField(Circ circ,
float initValue)
Constructor with intialisation value, generates a table of dimension NodeNb. |
|
DirCircField(Circ circ,
float initValue,
int dim)
Constructor with intialisation value and dimension of the array to be created, which can be different from NodeNb since reduced nodes can be considered with the circuit solver. |
|
DirCircField(Circ circ,
FloatScalTable values)
Constructor with value array passed. |
|
DirCircField(Circ circ,
int dim)
Constructor with dimension of the array to be created, which can be different from NodeNb since reduced nodes can be considered with the circuit solver. |
Method Summary | |
FloatScalTable |
getTable()
Returns the field values on the circuit nodes in table val |
void |
increment(CircField c)
Increments the current CircField by the passed CircField. |
void |
linComb(float a1,
CircField c,
float a2)
performs the following linear comination o nthis circuit field: this = a1 this + a2 c. |
Methods inherited from class spis.Circ.CircField.CircField |
getCirc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private FloatScalTable val
Constructor Detail |
public DirCircField(Circ circ, float initValue)
public DirCircField(Circ circ, float initValue, int dim)
public DirCircField(Circ circ, int dim)
public DirCircField(Circ circ, FloatScalTable values)
public DirCircField(CircField circField)
Method Detail |
public void linComb(float a1, CircField c, float a2)
linComb
in class CircField
public void increment(CircField c)
increment
in class CircField
public FloatScalTable getTable()
getTable
in class CircField
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |