mathcomp.gridgeom
Class GridRefiner.YellowRefinement

java.lang.Object
  extended by mathcomp.gridgeom.GridRefiner.YellowRefinement
Enclosing class:
GridRefiner

public static class GridRefiner.YellowRefinement
extends java.lang.Object

Just for marking yellow Refinement. Wont be used in refining the grid.


Constructor Summary
GridRefiner.YellowRefinement()
           
 
Method Summary
 Edge edge(Triangle t, int i)
           
 int edgeNum(Triangle t)
           
 void refine(Triangle t, Grid newGrid, GridRefiner g)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridRefiner.YellowRefinement

public GridRefiner.YellowRefinement()
Method Detail

refine

public void refine(Triangle t,
                   Grid newGrid,
                   GridRefiner g)

edgeNum

public int edgeNum(Triangle t)

edge

public Edge edge(Triangle t,
                 int i)