ug4
ass_tuner.h File Reference

Go to the source code of this file.

Classes

class  ug::AssemblingTuner< TAlgebra >
 The AssemblingTuner class combines tools to adapt the assembling routine. More...
 
class  ug::LocalToGlobalMapper< TAlgebra >
 

Namespaces

 ug
 the ug namespace
 

Enumerations

enum  ug::ConstraintType {
  ug::CT_NONE = 0 , ug::CT_ASSEMBLED = 1 , ug::CT_MAY_DEPEND_ON_HANGING = 1 << 1 , ug::CT_HANGING = 1 << 2 ,
  ug::CT_CONSTRAINTS = 1 << 3 , ug::CT_DIRICHLET = 1 << 4 , ug::CT_ALL = CT_NONE | CT_ASSEMBLED | CT_MAY_DEPEND_ON_HANGING | CT_HANGING | CT_CONSTRAINTS | CT_DIRICHLET
}
 Types of constraint. More...