dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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
 

Static Public Attributes

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

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

◆ CrossProduct()

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

◆ dimA

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

dimension of $A$

◆ dimB

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

dimension of $B$

◆ dimC

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: