mathcomp.gridgeom
Class GridRefiner.GreenRefinement
java.lang.Object
mathcomp.gridgeom.GridRefiner.GreenRefinement
- Enclosing class:
- GridRefiner
public static class GridRefiner.GreenRefinement
- extends java.lang.Object
Seperates an Triangle through a line from node i
to the middle of edge i
.
- Author:
- pht
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridRefiner.GreenRefinement
public GridRefiner.GreenRefinement(int index)
getIndex
public int getIndex()
refine
public void refine(Triangle t,
Grid newGrid,
GridRefiner gr)
edgeNum
public int edgeNum(Triangle t)
edge
public Edge edge(Triangle t,
int i)