constraints all DOFs associated with interior vertices This allows to implement surface FEM using standard first order FEM
More...
#include <dune/pdelab/constraints/interiornode.hh>
|
template<typename P , typename EG , typename LFS , typename T > |
void | volume (const P ¶m, const EG &eg, const LFS &lfs, T &trafo) const |
| volume constraints More...
|
|
const std::vector< bool > & | interiorNodes () const |
|
template<typename GV > |
void | updateInteriorNodes (const GV &gv) |
|
constraints all DOFs associated with interior vertices This allows to implement surface FEM using standard first order FEM
const std::vector<bool>& Dune::PDELab::InteriorNodeConstraints::interiorNodes |
( |
| ) |
const |
|
inline |
template<typename GV >
void Dune::PDELab::InteriorNodeConstraints::updateInteriorNodes |
( |
const GV & |
gv | ) |
|
|
inline |
template<typename P , typename EG , typename LFS , typename T >
void Dune::PDELab::InteriorNodeConstraints::volume |
( |
const P & |
param, |
|
|
const EG & |
eg, |
|
|
const LFS & |
lfs, |
|
|
T & |
trafo |
|
) |
| const |
|
inline |
volume constraints
- Template Parameters
-
EG | element geometry |
LFS | local function space |
T | TransformationType |
References dim.
The documentation for this class was generated from the following file: