dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::CrossProduct< 1, 2 > Struct 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ CrossProduct()

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

calculate cross product of B and C

Member Data Documentation

◆ dimA

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

dimension of $A$

◆ dimB

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

dimension of $B$

◆ dimC

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

dimension of $C$


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