mathcomp.assemble.discontinuousgalerkin
Class InnEdge
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InnEdge
public InnEdge(Edge old,
int orientation0,
int orientation1,
int local0,
int local1)
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()