Package mathcomp.gridgeom

Contains the geometric architecture and refinement.

See:
          Description

Interface Summary
Geometric A Geometric is something that has Nodes.
 

Class Summary
AdaptiveRefiner  
Edge An edge consists of two Nodes and (at most) two adjacent Triangles.
GeometricComparator Lexicographic comparator of Geometric objects.
GreenClosure Implements the green closure by iteration.
Grid A Grid knows its nodes, edges, and elements.
GridGenerator  
GridRefiner A GridRefiner refines a grid.
GridRefiner.AllRefinementList Marks all elements red.
GridRefiner.GreenRefinement Seperates an Triangle through a line from node i to the middle of edge i.
GridRefiner.ListRefinementList Marks all elements red in list.
GridRefiner.NodeRefinementList Marks all elements red that contain the node k.
GridRefiner.PointRefinementList Marks the triangle, that contains pnt.
GridRefiner.RandomRefinementList Marks elements at random.
GridRefiner.RectRefinementList Marks all elements red inside rect.
GridRefiner.RedRefinement Refines an element into four congruent elements.
GridRefiner.RefinementListCreator Lists which elements should be refined.
GridRefiner.YellowRefinement Just for marking yellow Refinement.
GridRefiner.YellowRefinementListCreator  
Node A node consists of an x and an y coordinate.
Surface This class simply stores the vertices and associated triangles for a plot surface.
Transformation  
Triangle A Triangle consists of three nodes and three edges.
 

Package mathcomp.gridgeom Description

Contains the geometric architecture and refinement.