|
dune-pdelab 2.7-git
|
The assembler for standard DUNE grid. More...
#include <dune/pdelab/gridoperator/default/assembler.hh>

Public Types | |
| typedef GFSU::Traits::SizeType | SizeType |
| Size type as used in grid function space. | |
| using | EntitySet = typename GFSU::Traits::EntitySet |
| using | Element = typename EntitySet::Element |
| using | Intersection = typename EntitySet::Intersection |
| typedef GFSU | TrialGridFunctionSpace |
| typedef GFSV | TestGridFunctionSpace |
Public Member Functions | |
| DefaultAssembler (const GFSU &gfsu_, const GFSV &gfsv_, const CU &cu_, const CV &cv_) | |
| DefaultAssembler (const GFSU &gfsu_, const GFSV &gfsv_) | |
| const GFSU & | trialGridFunctionSpace () const |
| Get the trial grid function space. | |
| const GFSV & | testGridFunctionSpace () const |
| Get the test grid function space. | |
| template<class LocalAssemblerEngine > | |
| void | assemble (LocalAssemblerEngine &assembler_engine) const |
Static Public Attributes | |
| static const bool | isGalerkinMethod = std::is_same<GFSU,GFSV>::value |
| Static check on whether this is a Galerkin method. | |
The assembler for standard DUNE grid.
| GFSU | GridFunctionSpace for ansatz functions |
| GFSV | GridFunctionSpace for test functions |
| using Dune::PDELab::DefaultAssembler< GFSU, GFSV, CU, CV >::Element = typename EntitySet::Element |
| using Dune::PDELab::DefaultAssembler< GFSU, GFSV, CU, CV >::EntitySet = typename GFSU::Traits::EntitySet |
Types related to current grid view
| using Dune::PDELab::DefaultAssembler< GFSU, GFSV, CU, CV >::Intersection = typename EntitySet::Intersection |
| typedef GFSU::Traits::SizeType Dune::PDELab::DefaultAssembler< GFSU, GFSV, CU, CV >::SizeType |
Size type as used in grid function space.
| typedef GFSV Dune::PDELab::DefaultAssembler< GFSU, GFSV, CU, CV >::TestGridFunctionSpace |
| typedef GFSU Dune::PDELab::DefaultAssembler< GFSU, GFSV, CU, CV >::TrialGridFunctionSpace |
Grid function spaces
|
inline |
|
inline |
|
inline |
|
inline |
Get the test grid function space.
|
inline |
Get the trial grid function space.
|
static |
Static check on whether this is a Galerkin method.