ug4
|
#include "lib_grid/tools/bool_marker.h"
#include "lib_grid/tools/selector_grid.h"
#include "lib_disc/spatial_disc/local_to_global/local_to_global_mapper.h"
#include "lib_disc/spatial_disc/elem_disc/elem_disc_interface.h"
#include "ass_tuner_impl.h"
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... | |