DUNE-FEM (unstable)

Dune::Fem::MappingOperators Struct Reference

Implementation of Mapping +, -, *, / operations. More...

#include <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)
 copy mapping
 
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
 
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
 
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
 
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
 

Detailed Description

Implementation of Mapping +, -, *, / operations.


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 1, 22:29, 2024)