mathcomp.assemble.discontinuousgalerkin
Class DGNode
java.lang.Object
mathcomp.la.GeometricWithNumber
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 java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DGNode
public DGNode(double x,
double y,
int info)
DGNode
public DGNode(Node node,
int i)
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