![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
integratedskeletonlinearform.hh
Go to the documentation of this file.
44 using TestRootBasis = std::decay_t<decltype(std::get<0>(std::declval<LinearOperator>().basis()))>;
50 using CacheManager = typename Dune::Fufem::Forms::CacheManager<double, LinearOperator::Element::dimension>;
94 void assembleInteriorIntersectionVector (const Intersection& intersection, LocalVectors& localVectors)
153 const auto integrationWeight = rule[k].weight() * geometry.integrationElement(rule[k].position());
228 struct IsLocalAssembler<IntegratedSkeletonLinearForm<LinearOperator, Patch>> : public std::true_type {};
static constexpr IntegralRange< std::decay_t< T > > range(T &&from, U &&to) noexcept
Definition baseclass.hh:22
Local assembler corresponding to a skeleton linear form.
Definition integratedskeletonlinearform.hh:43
void bindOutsideLocalView(const TestRootLocalView &testLocalView)
Definition integratedskeletonlinearform.hh:81
IntegratedSkeletonLinearForm(const LinearOperator &sumOperator, const Patch &patch)
Definition integratedskeletonlinearform.hh:58
typename TestRootBasis::GridView::Intersection Intersection
Definition integratedskeletonlinearform.hh:56
typename LinearOperator::Element Element
Definition integratedskeletonlinearform.hh:55
void bindLocalView(const TestRootLocalView &testLocalView)
Definition integratedskeletonlinearform.hh:72
void assembleInteriorIntersectionVector(const Intersection &intersection, LocalVectors &localVectors)
Definition integratedskeletonlinearform.hh:94
void bindElement(const Element &element)
Definition integratedskeletonlinearform.hh:90
const LinearOperator & integrandOperator() const
Definition integratedskeletonlinearform.hh:65
Definition localsumassembler.hh:80
A class for managing caches of different types.
Definition shapefunctioncache.hh:615
Dune::QuadratureRule< CT, dimension > QuadratureRule
Definition shapefunctioncache.hh:617
static const Dune::QuadratureRule< coord_type, dim > & rule(const Dune::GeometryType >, const int order, int refinement)
Definition quadraturerulecache.hh:196
T forward(T... args)
