dune-pdelab  2.5-dev
Public Types | Public Member Functions | List of all members
Dune::PDELab::CGCONBase< Grid, degree, gt, MeshType::conforming, SolverCategory::overlapping, BCType, GV > Class Template Reference

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

Public Types

typedef OverlappingConformingDirichletConstraints 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 , unsigned int degree, Dune::GeometryType::BasicType gt, typename BCType , typename GV >
typedef OverlappingConformingDirichletConstraints Dune::PDELab::CGCONBase< Grid, degree, gt, MeshType::conforming, SolverCategory::overlapping, BCType, GV >::CON

Constructor & Destructor Documentation

§ CGCONBase() [1/2]

template<typename Grid , unsigned int degree, Dune::GeometryType::BasicType gt, typename BCType , typename GV >
Dune::PDELab::CGCONBase< Grid, degree, gt, MeshType::conforming, SolverCategory::overlapping, BCType, GV >::CGCONBase ( Grid &  grid,
const BCType &  bctype,
const GV &  gv 
)
inline

§ CGCONBase() [2/2]

template<typename Grid , unsigned int degree, Dune::GeometryType::BasicType gt, typename BCType , typename GV >
Dune::PDELab::CGCONBase< Grid, degree, gt, MeshType::conforming, SolverCategory::overlapping, BCType, GV >::CGCONBase ( Grid &  grid,
const BCType &  bctype 
)
inline

Member Function Documentation

§ getCON() [1/2]

template<typename Grid , unsigned int degree, Dune::GeometryType::BasicType gt, typename BCType , typename GV >
CON& Dune::PDELab::CGCONBase< Grid, degree, gt, MeshType::conforming, SolverCategory::overlapping, BCType, GV >::getCON ( )
inline

§ getCON() [2/2]

template<typename Grid , unsigned int degree, Dune::GeometryType::BasicType gt, typename BCType , typename GV >
const CON& Dune::PDELab::CGCONBase< Grid, degree, gt, MeshType::conforming, SolverCategory::overlapping, BCType, GV >::getCON ( ) const
inline

§ make_consistent()

template<typename Grid , unsigned int degree, Dune::GeometryType::BasicType gt, typename BCType , typename GV >
template<typename GFS , typename DOF >
void Dune::PDELab::CGCONBase< Grid, degree, gt, MeshType::conforming, SolverCategory::overlapping, BCType, GV >::make_consistent ( const GFS &  gfs,
DOF &  x 
) const
inline

§ postGFSHook()

template<typename Grid , unsigned int degree, Dune::GeometryType::BasicType gt, typename BCType , typename GV >
template<typename GFS >
void Dune::PDELab::CGCONBase< Grid, degree, gt, MeshType::conforming, SolverCategory::overlapping, BCType, GV >::postGFSHook ( const GFS &  gfs)
inline

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