|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFEJDMath.BorderDomain
Represents a border domain of the mesh, ie a group of borders having the same boundary conditions
Field Summary | |
private java.util.ArrayList |
borderArray
Array containing the borders of the border domain |
private int |
type
The type of boundary conditions : 1 for dirichlet, 2 for neumann, 3 for robin |
Constructor Summary | |
BorderDomain(int nb,
int style)
|
Method Summary | |
void |
addBorder(MeshBorder b)
Adds the Border b to the domain border |
void |
calcAllBC()
Computes the boundaty conditions of every borders of the domain |
MeshBorder |
getBorder(int i)
Returns the ith border of the domain |
int |
getNbOfBorders()
Returns the number of borders of the domain |
int |
getType()
Retuns the type of the domain |
void |
setBorder(int i,
MeshBorder ed)
Sets the ith border of the domain to ed |
void |
setNbOfBorders(int i)
Sets the domain to i borders |
java.lang.String |
toString()
Returns a description of the borderDomain ie a description of each of its borders |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.ArrayList borderArray
private int type
Constructor Detail |
public BorderDomain(int nb, int style)
nb
- the number of borders the domain containsstyle
- the type of the border : 1 for Dirichlet, 2 for Neumann, 3 for RobinMethod Detail |
public java.lang.String toString()
public int getType()
public MeshBorder getBorder(int i)
public void setNbOfBorders(int i)
public void setBorder(int i, MeshBorder ed)
public void addBorder(MeshBorder b)
public void calcAllBC()
public int getNbOfBorders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |