ug4
geometry.h File Reference

Go to the source code of this file.

Classes

class  ug::Geometry< dim, attachmentDim >
 provides a grid and access to the coordinates of the vertices More...
 
class  ug::IGeometry< dim >
 provides a grid and access to the coordinates of the vertices More...
 

Namespaces

 ug
 the ug namespace
 

Typedefs

typedef IGeometry< 1 > ug::IGeometry1d
 
typedef IGeometry< 2 > ug::IGeometry2d
 
typedef IGeometry< 3 > ug::IGeometry3d
 
typedef SmartPtr< IGeometry1d > ug::SPIGeometry1d
 
typedef SmartPtr< IGeometry2d > ug::SPIGeometry2d
 
typedef SmartPtr< IGeometry3d > ug::SPIGeometry3d
 

Functions

template<class TAPos >
SPIGeometry3d ug::MakeGeometry3d (Grid &grid, TAPos aPos)
 Utility method to construct an IGeometry3d for a given grid and position attachment. More...