FEJDMath
Class Border1

java.lang.Object
  extended byFEJDMath.MeshBorder
      extended byFEJDMath.Border1

class Border1
extends MeshBorder

Represents a border of the mesh whose nodes have dirichlet boundary conditions


Field Summary
 
Fields inherited from class FEJDMath.MeshBorder
 
Constructor Summary
Border1(MeshBorder e, double a, double b)
           
 
Method Summary
 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 t1 and t2
 
Methods inherited from class FEJDMath.MeshBorder
calcBCondition, getGlobalNb, getMeshPoint, getNbOfMeshPoints, getNode, getNode1, getNode2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Border1

public Border1(MeshBorder e,
               double a,
               double b)
Parameters:
e - the considered MeshBorder
a - the value of the boundary condition on the first node
b - the value of the boundary condition on the second node
Method Detail

toString

public java.lang.String toString()
Returns a decription of the border

Overrides:
toString in class MeshBorder

toString2

public java.lang.String toString2()
Returns a decription of the border containing only its global number and the value of t1 and t2

Overrides:
toString2 in class MeshBorder