dune-pdelab  2.4.1
Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::CrossProduct< dimB_, dimC_ > Class Template Reference

Calculate cross product. More...

#include <dune/pdelab/common/crossproduct.hh>

Public Member Functions

template<typename AType , typename BType , typename CType >
 CrossProduct (AType &A, const BType &B, const CType &C)
 calculate cross product of B and C More...
 

Static Public Attributes

static const unsigned dimA
 dimension of $A$ More...
 
static const unsigned dimB
 dimension of $B$ More...
 
static const unsigned dimC
 dimension of $C$ More...
 

Detailed Description

template<unsigned dimB_, unsigned dimC_>
class Dune::PDELab::CrossProduct< dimB_, dimC_ >

Calculate cross product.

\[ A=B\times C \]

Template Parameters
dimB_Dimension of B.
dimC_Dimension of C.

Constructor & Destructor Documentation

template<unsigned dimB_, unsigned dimC_>
template<typename AType , typename BType , typename CType >
Dune::PDELab::CrossProduct< dimB_, dimC_ >::CrossProduct ( AType &  A,
const BType &  B,
const CType &  C 
)

calculate cross product of B and C

Member Data Documentation

template<unsigned dimB_, unsigned dimC_>
const unsigned Dune::PDELab::CrossProduct< dimB_, dimC_ >::dimA
static

dimension of $A$

template<unsigned dimB_, unsigned dimC_>
const unsigned Dune::PDELab::CrossProduct< dimB_, dimC_ >::dimB
static

dimension of $B$

template<unsigned dimB_, unsigned dimC_>
const unsigned Dune::PDELab::CrossProduct< dimB_, dimC_ >::dimC
static

dimension of $C$


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