mathcomp.assemble.discontinuousgalerkin
Class InnEdge

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

public class InnEdge
extends java.lang.Object
implements Geometric


Constructor Summary
InnEdge(Edge old, int orientation0, int orientation1, int local0, int local1)
           
 
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

InnEdge

public InnEdge(Edge old,
               int orientation0,
               int orientation1,
               int local0,
               int local1)
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()