Uses of Class
mathcomp.gridgeom.GridRefiner

Packages that use GridRefiner
mathcomp.gridgeom Contains the geometric architecture and refinement. 
 

Uses of GridRefiner in mathcomp.gridgeom
 

Methods in mathcomp.gridgeom that return GridRefiner
 GridRefiner GreenClosure.getGf()
          Returns the gf.
 

Methods in mathcomp.gridgeom with parameters of type GridRefiner
 void GridRefiner.RefinementListCreator.calculateStates(GridRefiner gf, Grid newGrid)
           
 void GridRefiner.YellowRefinementListCreator.calculateStates(GridRefiner gf, Grid newGrid)
           
 void GridRefiner.RedRefinement.refine(Triangle t, Grid newGrid, GridRefiner gr)
           
 void GridRefiner.GreenRefinement.refine(Triangle t, Grid newGrid, GridRefiner gr)
           
 void GridRefiner.YellowRefinement.refine(Triangle t, Grid newGrid, GridRefiner g)
           
 void GreenClosure.setGf(GridRefiner gf)
          Sets the gf.