dune-pdelab  2.0.0
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

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

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
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

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