dune-pdelab 2.7-git
|
The fast DG assembler for standard DUNE grid. More...
#include <dune/pdelab/gridoperator/fastdg/assembler.hh>
Public Types | |
typedef GFSU::Traits::SizeType | SizeType |
Size type as used in grid function space. More... | |
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 | |
FastDGAssembler (const GFSU &gfsu_, const GFSV &gfsv_, const CU &cu_, const CV &cv_) | |
FastDGAssembler (const GFSU &gfsu_, const GFSV &gfsv_) | |
const GFSU & | trialGridFunctionSpace () const |
Get the trial grid function space. More... | |
const GFSV & | testGridFunctionSpace () const |
Get the test grid function space. More... | |
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. More... | |
The fast DG assembler for standard DUNE grid.
GFSU | GridFunctionSpace for ansatz functions |
GFSV | GridFunctionSpace for test functions |
nonoverlapping_mode | Indicates whether assembling is done for overlap cells |
using Dune::PDELab::FastDGAssembler< GFSU, GFSV, CU, CV, nonoverlapping_mode >::Element = typename EntitySet::Element |
using Dune::PDELab::FastDGAssembler< GFSU, GFSV, CU, CV, nonoverlapping_mode >::EntitySet = typename GFSU::Traits::EntitySet |
Types related to current grid view
using Dune::PDELab::FastDGAssembler< GFSU, GFSV, CU, CV, nonoverlapping_mode >::Intersection = typename EntitySet::Intersection |
typedef GFSU::Traits::SizeType Dune::PDELab::FastDGAssembler< GFSU, GFSV, CU, CV, nonoverlapping_mode >::SizeType |
Size type as used in grid function space.
typedef GFSV Dune::PDELab::FastDGAssembler< GFSU, GFSV, CU, CV, nonoverlapping_mode >::TestGridFunctionSpace |
typedef GFSU Dune::PDELab::FastDGAssembler< GFSU, GFSV, CU, CV, nonoverlapping_mode >::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.