![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
integratedbilinearform.hh
Go to the documentation of this file.
45 using TestRootBasis = std::decay_t<decltype(std::get<0>(std::declval<BilinearOperator>().basis()))>;
49 using AnsatzRootBasis = std::decay_t<decltype(std::get<1>(std::declval<BilinearOperator>().basis()))>;
76 void bindLocalViews (const TestRootLocalView& testLocalView, const AnsatzRootLocalView& ansatzLocalView)
144 void operator()(const Element& element, LocalMatrix& localMatrix, const TestLocalView& testSubspaceLocalView, const AnsatzLocalView& ansatzSubspaceLocalView)
160 struct IsLocalAssembler<IntegratedBilinearForm<BilinearOperator, Domain>> : public std::true_type {};
constexpr Bulk bulk
Object representing the full grid view as integration domain.
Definition domains.hh:233
Definition baseclass.hh:22
Local assembler corresponding to a bulk bilinear form.
Definition integratedbilinearform.hh:44
void assembleElementMatrix(const Element &element, LocalMatrix &localMatrix)
Definition integratedbilinearform.hh:95
void assembleElementMatrixPattern(const Element &element, LocalPattern &localPattern)
Definition integratedbilinearform.hh:87
const BilinearOperator & integrandOperator() const
Definition integratedbilinearform.hh:69
void preprocess(const TestLocalView &testLocalView, const AnsatzLocalView &ansatzLocalView)
Register local views.
Definition integratedbilinearform.hh:136
IntegratedBilinearForm(const BilinearOperator &sumOperator)
Definition integratedbilinearform.hh:64
void bindLocalViews(const TestRootLocalView &testLocalView, const AnsatzRootLocalView &ansatzLocalView)
Definition integratedbilinearform.hh:76
void bindElement(const Element &element)
Definition integratedbilinearform.hh:83
IntegratedBilinearForm(const BilinearOperator &sumOperator, const Domain &domain)
Definition integratedbilinearform.hh:58
typename BilinearOperator::Element Element
Definition integratedbilinearform.hh:56
void operator()(const Element &element, LocalMatrix &localMatrix, const TestLocalView &testSubspaceLocalView, const AnsatzLocalView &ansatzSubspaceLocalView)
Definition integratedbilinearform.hh:144
Definition localsumassembler.hh:80
A cache providing multiple versions for different quadrature rules.
Definition shapefunctioncache.hh:467
T forward(T... args)
