Whether to assemble the pattern on the elements after the skeleton has been handled, i.e. whether or not pattern_volume_post_skeleton() should be called. More...
template<typename T, typename FEM>
class Dune::PDELab::DGMaxwellSpatialOperator< T, FEM >
Spatial local operator for discontinuous Galerkin method for Maxwells Equations.
with the state vector having 2*dim components
Assumes that the local function space is a power space with 2*dim identical components.
Actually assumes dim==3 in the flux computation
Assumes Galerkin method, i.e. U=V
Template Parameters
T
parameter class
FEM
Finite Element Map needed to select the cache
Warning
This operator cannot deal with spatially varying or . You will get a result, but it will contain spurious reflections. This is a known bug, see issue #41.
Whether to assemble the pattern on the elements after the skeleton has been handled, i.e. whether or not pattern_volume_post_skeleton() should be called.
With the OneStepMethod and the ExplicitOneStepMetod, for reasons unknown this is only called for temporal but not for spatial local operators. With the MultiStepMethod this is called for all local operators.