mathcomp.gridgeom
Class GridRefiner.GreenRefinement

java.lang.Object
  extended by 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

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

Constructor Detail

GridRefiner.GreenRefinement

public GridRefiner.GreenRefinement(int index)
Method Detail

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)