dune-pdelab  2.7-git
Public Types | Public Member Functions | List of all members
Dune::PDELab::CGCONBase< Grid, 1, Dune::GeometryType::cube, MeshType::nonconforming, SolverCategory::sequential, BCType, GV > Class Template Reference

#include <dune/pdelab/boilerplate/pdelab.hh>

Public Types

typedef HangingNodesDirichletConstraints< Grid, HangingNodesConstraintsAssemblers::CubeGridQ1Assembler, BCType > CON
 

Public Member Functions

 CGCONBase (Grid &grid, const BCType &bctype, const GV &gv)
 
 CGCONBase (Grid &grid, const BCType &bctype)
 
template<typename GFS >
void postGFSHook (const GFS &gfs)
 
CONgetCON ()
 
const CONgetCON () const
 
template<typename GFS , typename DOF >
void make_consistent (const GFS &gfs, DOF &x) const
 

Member Typedef Documentation

◆ CON

template<typename Grid , typename BCType , typename GV >
typedef HangingNodesDirichletConstraints<Grid,HangingNodesConstraintsAssemblers::CubeGridQ1Assembler,BCType> Dune::PDELab::CGCONBase< Grid, 1, Dune::GeometryType::cube, MeshType::nonconforming, SolverCategory::sequential, BCType, GV >::CON

Constructor & Destructor Documentation

◆ CGCONBase() [1/2]

template<typename Grid , typename BCType , typename GV >
Dune::PDELab::CGCONBase< Grid, 1, Dune::GeometryType::cube, MeshType::nonconforming, SolverCategory::sequential, BCType, GV >::CGCONBase ( Grid &  grid,
const BCType &  bctype,
const GV &  gv 
)
inline

◆ CGCONBase() [2/2]

template<typename Grid , typename BCType , typename GV >
Dune::PDELab::CGCONBase< Grid, 1, Dune::GeometryType::cube, MeshType::nonconforming, SolverCategory::sequential, BCType, GV >::CGCONBase ( Grid &  grid,
const BCType &  bctype 
)
inline

Member Function Documentation

◆ getCON() [1/2]

template<typename Grid , typename BCType , typename GV >
CON& Dune::PDELab::CGCONBase< Grid, 1, Dune::GeometryType::cube, MeshType::nonconforming, SolverCategory::sequential, BCType, GV >::getCON ( )
inline

◆ getCON() [2/2]

template<typename Grid , typename BCType , typename GV >
const CON& Dune::PDELab::CGCONBase< Grid, 1, Dune::GeometryType::cube, MeshType::nonconforming, SolverCategory::sequential, BCType, GV >::getCON ( ) const
inline

◆ make_consistent()

template<typename Grid , typename BCType , typename GV >
template<typename GFS , typename DOF >
void Dune::PDELab::CGCONBase< Grid, 1, Dune::GeometryType::cube, MeshType::nonconforming, SolverCategory::sequential, BCType, GV >::make_consistent ( const GFS &  gfs,
DOF &  x 
) const
inline

◆ postGFSHook()

template<typename Grid , typename BCType , typename GV >
template<typename GFS >
void Dune::PDELab::CGCONBase< Grid, 1, Dune::GeometryType::cube, MeshType::nonconforming, SolverCategory::sequential, BCType, GV >::postGFSHook ( const GFS &  gfs)
inline

The documentation for this class was generated from the following file: