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