Class template Dune::GDT::Operator¶
-
template<class AGV, size_t s_r, size_t s_rC, size_t r_r, size_t r_rC, class F, class M, class SGV, class RGV>
class Dune::GDT::Operator¶ Operator built up from local element and intersection operators, applied by walking the assembly grid view.
-
auto Dune::GDT::Operator::with(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const¶ allows to fix the arguments to apply(), the resulting assembler can be appended to a GridWalker
-
auto Dune::GDT::Operator::with(VectorType &source_vector, VectorType &range_vector, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const¶ allows to fix the arguments to apply(), the resulting assembler can be appended to a GridWalker
-
const RangeSpaceType &Dune::GDT::Operator::range_space() const override¶
\ {
Required by OperatorInterface
-
void Dune::GDT::Operator::apply(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const override¶ No documentation provided.
-
const AssemblyGridViewType &Dune::GDT::Operator::assembly_grid_view() const override¶
\ }
Required by OperatorInterface
\ {
-
const SourceSpaceType &Dune::GDT::Operator::source_space() const override¶
No documentation provided.
-
void Dune::GDT::Operator::apply(const VectorType &source_vector, VectorType &range_vector, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const override¶ Simply redirects to apply(source_function, range_vector) to avoid the base interpolation + redirect
-
void Dune::GDT::Operator::jacobian(const VectorType &source_vector, MatrixOperatorType &jacobian_op, const XT::Common::Configuration &opts, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const override¶ No documentation provided.
-
ThisType &Dune::GDT::Operator::operator+=(const LocalElementOperatorType &local_operator)¶
\ }
These methods allow to append local operators
\ {
-
ThisType &Dune::GDT::Operator::operator+=(const std::pair<const LocalElementOperatorType&, const ElementFilterType&> &local_operator__filter)¶
No documentation provided.
-
template<>
Dune::GDT::Operator::Operator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>(const AssemblyGridViewType &assembly_grid_vw, const SourceSpaceType &source_spc, const RangeSpaceType &range_spc, const bool requires_assembly = false, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ No documentation provided.
-
template<>
Dune::GDT::Operator::Operator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>(const ThisType &other)¶ No documentation provided.