Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Dune::Fufem::Forms::LocalOperators::DotOp Struct Reference

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

Public Member Functions

template<class K1 , class K2 , int n>
auto operator() (const Dune::FieldVector< K1, n > &x, const Dune::FieldVector< K2, n > &y) const
 
template<class K1 , class K2 , int n, int m>
auto operator() (const Dune::FieldMatrix< K1, n, m > &x, const Dune::FieldMatrix< K2, n, m > &y) const
 
template<class K1 , class K2 , int n, int m>
auto operator() (const Dune::FieldMatrix< K1, n, m > &x, const Dune::FieldVector< K2, n > &y) const
 
template<class K1 , class K2 , int n, int m>
auto operator() (const Dune::FieldVector< K1, n > &x, const Dune::FieldMatrix< K2, n, m > &y) const
 
template<class K1 , class K2 , int n>
auto operator() (const Dune::ScaledIdentityMatrix< K1, n > &x, const Dune::FieldMatrix< K2, n, n > &y) const
 
template<class K1 , class K2 , int n>
auto operator() (const Dune::FieldMatrix< K1, n, n > &x, const Dune::ScaledIdentityMatrix< K2, n > &y) const
 
template<class K1 , class K2 , int n>
auto operator() (const Dune::ScaledIdentityMatrix< K1, n > &x, const Dune::ScaledIdentityMatrix< K2, n > &y) const
 
template<class L , class R , long unsigned int n>
auto operator() (const std::array< L, n > &x, const std::array< R, n > &y) const
 

Member Function Documentation

◆ operator()() [1/8]

template<class K1 , class K2 , int n, int m>
auto Dune::Fufem::Forms::LocalOperators::DotOp::operator() ( const Dune::FieldMatrix< K1, n, m > &  x,
const Dune::FieldMatrix< K2, n, m > &  y 
) const
inline

◆ operator()() [2/8]

template<class K1 , class K2 , int n, int m>
auto Dune::Fufem::Forms::LocalOperators::DotOp::operator() ( const Dune::FieldMatrix< K1, n, m > &  x,
const Dune::FieldVector< K2, n > &  y 
) const
inline

◆ operator()() [3/8]

template<class K1 , class K2 , int n>
auto Dune::Fufem::Forms::LocalOperators::DotOp::operator() ( const Dune::FieldMatrix< K1, n, n > &  x,
const Dune::ScaledIdentityMatrix< K2, n > &  y 
) const
inline

◆ operator()() [4/8]

template<class K1 , class K2 , int n, int m>
auto Dune::Fufem::Forms::LocalOperators::DotOp::operator() ( const Dune::FieldVector< K1, n > &  x,
const Dune::FieldMatrix< K2, n, m > &  y 
) const
inline

◆ operator()() [5/8]

template<class K1 , class K2 , int n>
auto Dune::Fufem::Forms::LocalOperators::DotOp::operator() ( const Dune::FieldVector< K1, n > &  x,
const Dune::FieldVector< K2, n > &  y 
) const
inline

◆ operator()() [6/8]

template<class K1 , class K2 , int n>
auto Dune::Fufem::Forms::LocalOperators::DotOp::operator() ( const Dune::ScaledIdentityMatrix< K1, n > &  x,
const Dune::FieldMatrix< K2, n, n > &  y 
) const
inline

◆ operator()() [7/8]

template<class K1 , class K2 , int n>
auto Dune::Fufem::Forms::LocalOperators::DotOp::operator() ( const Dune::ScaledIdentityMatrix< K1, n > &  x,
const Dune::ScaledIdentityMatrix< K2, n > &  y 
) const
inline

◆ operator()() [8/8]

template<class L , class R , long unsigned int n>
auto Dune::Fufem::Forms::LocalOperators::DotOp::operator() ( const std::array< L, n > &  x,
const std::array< R, n > &  y 
) const
inline

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