mathcomp.assemble.discontinuousgalerkin
Class DGNode

java.lang.Object
  extended by mathcomp.la.GeometricWithNumber
      extended by mathcomp.assemble.discontinuousgalerkin.DGNode
All Implemented Interfaces:
Geometric

public class DGNode
extends GeometricWithNumber


Constructor Summary
DGNode(double x, double y, int info)
           
DGNode(Node node, int i)
           
 
Method Summary
 int getInfo()
          For Discontinuous Galerkin discretization the info's used are 0, 1 and 2 to represent diferent shape functions associated to the same element.
 Node getNode()
           
 java.lang.String toString()
           
 
Methods inherited from class mathcomp.la.GeometricWithNumber
areEqual, equals, getGeo, getI, hashCode, node, nodesCount
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DGNode

public DGNode(double x,
              double y,
              int info)

DGNode

public DGNode(Node node,
              int i)
Method Detail

getInfo

public int getInfo()
For Discontinuous Galerkin discretization the info's used are 0, 1 and 2 to represent diferent shape functions associated to the same element.


getNode

public Node getNode()

toString

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