![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
integratedboundarylinearform.hh
Go to the documentation of this file.
44 using TestRootBasis = std::decay_t<decltype(std::get<0>(std::declval<LinearOperator>().basis()))>;
50 using FacetKey = typename MultipleQuadratureCacheManager<double, LinearOperator::Element::dimension>::FacetKey;
82 void assembleBoundaryIntersectionVector(const Intersection& intersection, LocalVector& localVector)
136 void operator()(const Element& element, LocalVector& localVector, const TestLocalView& testSubspaceLocalView)
162 struct IsLocalAssembler<IntegratedBoundaryLinearForm<LinearOperator, Domain>> : public std::true_type {};
Definition baseclass.hh:22
Local assembler corresponding to a boundary linear form.
Definition integratedboundarylinearform.hh:43
IntegratedBoundaryLinearForm(const LinearOperator &sumOperator, const Domain &domain)
Definition integratedboundarylinearform.hh:57
typename LocalOperator::Intersection Intersection
Definition integratedboundarylinearform.hh:55
void bindLocalView(const TestRootLocalView &testLocalView)
Definition integratedboundarylinearform.hh:70
typename LocalOperator::Element Element
Definition integratedboundarylinearform.hh:54
void assembleBoundaryIntersectionVector(const Intersection &intersection, LocalVector &localVector)
Definition integratedboundarylinearform.hh:82
void operator()(const Element &element, LocalVector &localVector, const TestLocalView &testSubspaceLocalView)
Definition integratedboundarylinearform.hh:136
void bindElement(const Element &element)
Definition integratedboundarylinearform.hh:78
void preprocess(const TestLocalView &testLocalView)
Register local view.
Definition integratedboundarylinearform.hh:127
const LinearOperator & integrandOperator() const
Definition integratedboundarylinearform.hh:63
Definition localsumassembler.hh:80
A cache providing multiple versions for different quadrature rules.
Definition shapefunctioncache.hh:467
T forward(T... args)
