Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Dune::Fufem::Forms::UnaryOperator< k > Class Template Reference

Base class for unary multilinear operator implementations. More...

#include <dune/fufem/forms/baseclass.hh>

Inheritance diagram for Dune::Fufem::Forms::UnaryOperator< k >:
Inheritance graph

Static Public Attributes

static constexpr std::size_t argIndex = k
 
static constexpr std::size_t arity
 

Detailed Description

template<std::size_t k>
class Dune::Fufem::Forms::UnaryOperator< k >

Base class for unary multilinear operator implementations.

Template Parameters
kArgument index (0 for test function, 1 for trial function)

On top of MultilinearOperator<1> this adds a constant fixing the index of the argument within composed multilinear operators.

Member Data Documentation

◆ argIndex

template<std::size_t k>
constexpr std::size_t Dune::Fufem::Forms::UnaryOperator< k >::argIndex = k
staticconstexpr

◆ arity

constexpr std::size_t Dune::Fufem::Forms::MultilinearOperator< k >::arity
staticconstexprinherited

The documentation for this class was generated from the following file: