dune-pdelab  2.0.0
Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::CrossProduct< 3, 3 > Struct Template Reference

#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 = 3
 dimension of $A$ More...
 
static const unsigned dimB = 3
 dimension of $B$ More...
 
static const unsigned dimC = 3
 dimension of $C$ More...
 

Constructor & Destructor Documentation

template<typename AType , typename BType , typename CType >
Dune::PDELab::CrossProduct< 3, 3 >::CrossProduct ( AType &  A,
const BType &  B,
const CType &  C 
)
inline

calculate cross product of B and C

Member Data Documentation

const unsigned Dune::PDELab::CrossProduct< 3, 3 >::dimA = 3
static

dimension of $A$

const unsigned Dune::PDELab::CrossProduct< 3, 3 >::dimB = 3
static

dimension of $B$

const unsigned Dune::PDELab::CrossProduct< 3, 3 >::dimC = 3
static

dimension of $C$


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