dune-pdelab 2.9
Loading...
Searching...
No Matches
Dune::PDELab::CrossProduct< 2, 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 = 1
 dimension of \(A\)
 
static const unsigned dimB = 2
 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< 2, 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< 2, 2 >::dimA = 1
static

dimension of \(A\)

◆ dimB

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

dimension of \(B\)

◆ dimC

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

dimension of \(C\)


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