mathcomp.assemble.discontinuousgalerkin
Class BndEdge

java.lang.Object
  extended by mathcomp.assemble.discontinuousgalerkin.BndEdge
All Implemented Interfaces:
Geometric

public class BndEdge
extends java.lang.Object
implements Geometric


Constructor Summary
BndEdge(Edge old, int orientation, int localNumber)
           
 
Method Summary
 Edge getEdge()
           
 int getLocalNumber()
           
 double[] getNormal()
           
 int getOrientation()
           
 Node node(int i)
          Returns the i-th node.
 int nodesCount()
          Number of nodes.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BndEdge

public BndEdge(Edge old,
               int orientation,
               int localNumber)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getEdge

public Edge getEdge()

nodesCount

public int nodesCount()
Description copied from interface: Geometric
Number of nodes.

Specified by:
nodesCount in interface Geometric
Returns:
number of nodes

node

public Node node(int i)
Description copied from interface: Geometric
Returns the i-th node.

Specified by:
node in interface Geometric
Returns:
i-th node

getNormal

public double[] getNormal()

getLocalNumber

public int getLocalNumber()

getOrientation

public int getOrientation()