|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFEJDMath.MeshBorder
FEJDMath.Border2
Represents a border of the mesh whose nodes have neumann boundary conditions
| Field Summary | |
private double |
a
The value of the boundary condition |
private double[] |
BCVector
The vector used to store the value of the boundary conditions |
| Fields inherited from class FEJDMath.MeshBorder |
|
| Constructor Summary | |
Border2(MeshBorder e,
double aa)
|
|
| Method Summary | |
void |
calcBCondition()
Computes the boundary conditions and adds them to the last vector |
double |
geta()
Returns the coefficient a of the boundary condition |
void |
seta(double aa)
Sets the coefficient a to aa |
java.lang.String |
toString()
Returns a decription of the border |
java.lang.String |
toString2()
Returns a decription of the border containing only its global number and the value of a |
| Methods inherited from class FEJDMath.MeshBorder |
getGlobalNb, getMeshPoint, getNbOfMeshPoints, getNode, getNode1, getNode2 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private double[] BCVector
private double a
| Constructor Detail |
public Border2(MeshBorder e,
double aa)
e - the considered MeshBorderaa - the value of the boundary condition| Method Detail |
public java.lang.String toString()
toString in class MeshBorderpublic java.lang.String toString2()
toString2 in class MeshBorderpublic double geta()
public void seta(double aa)
public void calcBCondition()
calcBCondition in class MeshBorder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||