|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFEJDMath.Domain
Represents a domain of the mesh, ie a group of elements having the same coefficients of thermal conductivity
Field Summary | |
private java.util.ArrayList |
elemArray
Array containing the elements of the domain |
private int |
globalNb
The global number of the domain |
private double |
Kxx
The coefficients of the domain |
private double |
Kyy
The coefficients of the domain |
Constructor Summary | |
Domain(int nb,
double Kx,
double Ky)
|
Method Summary | |
void |
addElem(Elem el)
Adds the element el to the domain |
void |
calcAllElementMatrix()
Computes the elementary stiffness matrix for every element of the domain |
Elem |
getElem(int i)
Returns the ith element of the domain |
double |
getKxx()
Returns the coefficient lambdaxx of the domain |
double |
getKyy()
Returns the coefficient lambdayy of the domain |
int |
getNbOfElem()
Returns the number of elements of the domain |
void |
setElem(int i,
Elem el)
Sets the ith element of the domain to ed |
void |
setNbOfElem(int i)
Sets the domain to i elements |
java.lang.String |
toString()
Returns a description of the domain ie the coefficients of thermal conductivity and a description of each element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.ArrayList elemArray
private double Kxx
private double Kyy
private int globalNb
Constructor Detail |
public Domain(int nb, double Kx, double Ky)
nb
- the global number of the domainKx
- the coefficient of thermal conductivity lambdaxx of the domainKy
- the coefficient of thermal conductivity lambdayy of the domainMethod Detail |
public java.lang.String toString()
public double getKxx()
public double getKyy()
public void setNbOfElem(int i)
public void setElem(int i, Elem el)
public void addElem(Elem el)
public Elem getElem(int i)
public int getNbOfElem()
public void calcAllElementMatrix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |