Uses of Interface
mathcomp.gridgeom.Geometric

Packages that use Geometric
mathcomp.assemble.discontinuousgalerkin Discontinuous galerkin problems. 
mathcomp.assemble.filament Combines the Immersed Boundary Method with FEM to treat filaments in fluid flow. 
mathcomp.gridgeom Contains the geometric architecture and refinement. 
mathcomp.la Contains Linear Algebra Classes and the Index Infrastructure. 
 

Uses of Geometric in mathcomp.assemble.discontinuousgalerkin
 

Classes in mathcomp.assemble.discontinuousgalerkin that implement Geometric
 class BndEdge
           
 class DGNode
           
 class InnEdge
           
 

Uses of Geometric in mathcomp.assemble.filament
 

Classes in mathcomp.assemble.filament that implement Geometric
 class GhostNode
           
 

Uses of Geometric in mathcomp.gridgeom
 

Classes in mathcomp.gridgeom that implement Geometric
 class Edge
          An edge consists of two Nodes and (at most) two adjacent Triangles.
 class Node
          A node consists of an x and an y coordinate.
 class Triangle
          A Triangle consists of three nodes and three edges.
 

Methods in mathcomp.gridgeom with parameters of type Geometric
 int GeometricComparator.compare(Geometric g1, Geometric g2)
           
 

Uses of Geometric in mathcomp.la
 

Classes in mathcomp.la that implement Geometric
 class GeometricWithNumber
          This class decorates an Geometric with an int.
 

Methods in mathcomp.la that return Geometric
 Geometric GeometricWithNumber.getGeo()
          Returns value of property geo.
 

Constructors in mathcomp.la with parameters of type Geometric
GeometricWithNumber(Geometric geo, int i)
          This constructs the ObjectWithNumber.