dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
space/basisfunctionset/functor.hh File Reference
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/fem/misc/functor.hh>
#include <dune/fem/common/explicitfieldvector.hh>

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)