ug4
elem_disc_interface.h File Reference

Go to the source code of this file.

Classes

class  ug::IElemAssembleFuncs< TLeaf, TDomain >
 This class encapsulates all functions related to error estimation. More...
 
class  ug::IElemDisc< TDomain >
 
class  ug::IElemDiscBase< TDomain >
 base class for all element-wise discretizations More...
 
class  ug::IElemError< TDomain >
 
class  ug::IElemEstimatorFuncs< TLeaf, TDomain >
 This class encapsulates all functions related to error estimation. More...
 
struct  ug::VectorProxy< TVector >
 
struct  ug::VectorProxyBase
 Proxy struct for generic passing of any vector type. More...
 

Namespaces

 ug
 the ug namespace
 

Enumerations

enum  ug::ElemDiscType {
  ug::EDT_NONE = 0 , ug::EDT_ELEM = 1 << 0 , ug::EDT_SIDE = 1 << 1 , ug::EDT_BND = 1 << 2 ,
  ug::EDT_ALL = EDT_NONE | EDT_SIDE | EDT_ELEM | EDT_BND
}
 Types of elem disc. More...