dune-fem 2.12-git
Loading...
Searching...
No Matches
functor.hh File Reference

Go to the source code of this file.

Classes

struct  Dune::Fem::AxpyFunctor< Vector, Value >
 
struct  Dune::Fem::FunctionalAxpyFunctor< Value, Vector >
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Functions

template<class T >
void Dune::Fem::axpy (const T &a, const T &x, T &y)
 
template<class K , int SIZE>
void Dune::Fem::axpy (const typename FieldTraits< K >::field_type &a, const FieldVector< K, SIZE > &x, FieldVector< K, SIZE > &y)
 
template<class K , int ROWS, int COLS>
void Dune::Fem::axpy (const typename FieldTraits< K >::field_type &a, const FieldMatrix< K, ROWS, COLS > &x, FieldMatrix< K, ROWS, COLS > &y)
 
double Dune::Fem::scalarProduct (const double &a, const double &b)
 
template<class T >
T::field_type Dune::Fem::scalarProduct (const T &a, const T &b)
 
template<class K , int ROWS, int COLS>
Dune::Fem::scalarProduct (const FieldMatrix< K, ROWS, COLS > &a, const FieldMatrix< K, ROWS, COLS > &b)
 
template<class K , int ROWS, int COLS, int R>
Dune::Fem::scalarProduct (const FieldVector< FieldMatrix< K, ROWS, COLS >, R > &a, const FieldVector< FieldMatrix< K, ROWS, COLS >, R > &b)
 
template<class K , int ROWS, int COLS, int R>
Dune::Fem::scalarProduct (const ExplicitFieldVector< FieldMatrix< K, ROWS, COLS >, R > &a, const ExplicitFieldVector< FieldMatrix< K, ROWS, COLS >, R > &b)