Uses of Package
mathcomp.gridgeom

Packages that use mathcomp.gridgeom
mathcomp.assemble Contains essential assembler classes. 
mathcomp.assemble.cfd Provides the assembly of Stokes and Navier-Stokes equations using Mini-Elements. 
mathcomp.assemble.convdiff Convection diffusion problems. 
mathcomp.assemble.discontinuousgalerkin Discontinuous galerkin problems. 
mathcomp.assemble.filament Combines the Immersed Boundary Method with FEM to treat filaments in fluid flow. 
mathcomp.assemble.laplace Laplace problems. 
mathcomp.assemble.minimalsurface Minimal surface problems. 
mathcomp.gridgeom Contains the geometric architecture and refinement. 
mathcomp.gridgeom.refinements Contains all refinement strategies. 
mathcomp.gui GUI-Implementation. 
mathcomp.gui.cfd Provides GUI features for flow problems. 
mathcomp.io Classes for export. 
mathcomp.la Contains Linear Algebra Classes and the Index Infrastructure. 
mathcomp.run Provides run classes that govern the alogorithms for entire calculation processes. 
mathcomp.util.cfd Provides some utils for flow problems. 
 

Classes in mathcomp.gridgeom used by mathcomp.assemble
Grid
          A Grid knows its nodes, edges, and elements.
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.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.assemble.cfd
Grid
          A Grid knows its nodes, edges, and elements.
Node
          A node consists of an x and an y coordinate.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.assemble.convdiff
Node
          A node consists of an x and an y coordinate.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.assemble.discontinuousgalerkin
Edge
          An edge consists of two Nodes and (at most) two adjacent Triangles.
Geometric
          A Geometric is something that has Nodes.
Grid
          A Grid knows its nodes, edges, and elements.
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.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.assemble.filament
Geometric
          A Geometric is something that has Nodes.
Node
          A node consists of an x and an y coordinate.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.assemble.laplace
Node
          A node consists of an x and an y coordinate.
 

Classes in mathcomp.gridgeom used by mathcomp.assemble.minimalsurface
Grid
          A Grid knows its nodes, edges, and elements.
Node
          A node consists of an x and an y coordinate.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.gridgeom
Edge
          An edge consists of two Nodes and (at most) two adjacent Triangles.
Geometric
          A Geometric is something that has Nodes.
GeometricComparator
          Lexicographic comparator of Geometric objects.
Grid
          A Grid knows its nodes, edges, and elements.
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.RedRefinement
          Refines an element into four congruent elements.
GridRefiner.RefinementListCreator
          Lists which elements should be refined.
GridRefiner.YellowRefinement
          Just for marking yellow Refinement.
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.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.gridgeom.refinements
Edge
          An edge consists of two Nodes and (at most) two adjacent Triangles.
Grid
          A Grid knows its nodes, edges, and elements.
GridRefiner.RefinementListCreator
          Lists which elements should be refined.
GridRefiner.YellowRefinementListCreator
           
Node
          A node consists of an x and an y coordinate.
 

Classes in mathcomp.gridgeom used by mathcomp.gui
Grid
          A Grid knows its nodes, edges, and elements.
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.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.gui.cfd
Grid
          A Grid knows its nodes, edges, and elements.
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.
Triangle
          A Triangle consists of three nodes and three edges.
 

Classes in mathcomp.gridgeom used by mathcomp.io
Grid
          A Grid knows its nodes, edges, and elements.
Surface
          This class simply stores the vertices and associated triangles for a plot surface.
 

Classes in mathcomp.gridgeom used by mathcomp.la
Geometric
          A Geometric is something that has Nodes.
Node
          A node consists of an x and an y coordinate.
 

Classes in mathcomp.gridgeom used by mathcomp.run
Grid
          A Grid knows its nodes, edges, and elements.
 

Classes in mathcomp.gridgeom used by mathcomp.util.cfd
Grid
          A Grid knows its nodes, edges, and elements.
Node
          A node consists of an x and an y coordinate.
Triangle
          A Triangle consists of three nodes and three edges.