dune-fem
2.4.1-rc
|
Implementation of Mapping +, -, *, / operations. More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/operator/common/mapping.hh>
Static Public Member Functions | |
template<typename DFieldType , typename RFieldType , class DType , class RType > | |
static void | copyMapping (const Mapping< DFieldType, RFieldType, DType, RType > &org, Mapping< DFieldType, RFieldType, DType, RType > ©) |
copy mapping More... | |
template<typename DFieldType , typename RFieldType , class DType , class RType > | |
static Mapping< DFieldType, RFieldType, DType, RType > | addMappings (const Mapping< DFieldType, RFieldType, DType, RType > &a, const Mapping< DFieldType, RFieldType, DType, RType > &b) |
add mappings More... | |
template<typename DFieldType , typename RFieldType , class DType , class RType > | |
static Mapping< DFieldType, RFieldType, DType, RType > | substractMappings (const Mapping< DFieldType, RFieldType, DType, RType > &a, const Mapping< DFieldType, RFieldType, DType, RType > &b) |
substract mappings More... | |
template<typename DFieldType , typename RFieldType , class DType , class RType > | |
static Mapping< DFieldType, RFieldType, DType, RType > | multiplyMapping (const Mapping< DFieldType, RFieldType, DType, RType > &a, const RFieldType &scalar) |
multiply mapping More... | |
template<typename DFieldType , typename RFieldType , class DType , class RType > | |
static Mapping< DFieldType, RFieldType, DType, RType > | divideMapping (const Mapping< DFieldType, RFieldType, DType, RType > &a, const RFieldType &scalar) |
divide mapping More... | |
Implementation of Mapping +, -, *, / operations.
|
inlinestatic |
add mappings
Referenced by Dune::Fem::Mapping< DFieldType, RFieldType, DType, RType >::operator+().
|
inlinestatic |
copy mapping
|
inlinestatic |
divide mapping
Referenced by Dune::Fem::Mapping< DFieldType, RFieldType, DType, RType >::operator/().
|
inlinestatic |
multiply mapping
Referenced by Dune::Fem::Mapping< DFieldType, RFieldType, DType, RType >::operator*().
|
inlinestatic |
substract mappings
Referenced by Dune::Fem::Mapping< DFieldType, RFieldType, DType, RType >::operator-().