dune-pdelab  2.4-dev
Static Public Member Functions | List of all members
Dune::PDELab::LinearAcousticsEigenvectors< 2 > Class Template Reference

provide matrix which contains rowwise the eigenvectors of linear acoustics problem More...

#include <dune/pdelab/localoperator/linearacousticsdg.hh>

Static Public Member Functions

template<typename T1 , typename T2 , typename T3 >
static void eigenvectors_transposed (T1 c, const Dune::FieldVector< T2, dim > &n, Dune::FieldMatrix< T3, dim+1, dim+1 > &RT)
 
template<typename T1 , typename T2 , typename T3 >
static void eigenvectors (T1 c, const Dune::FieldVector< T2, dim > &n, Dune::FieldMatrix< T3, dim+1, dim+1 > &RT)
 

Detailed Description

template<>
class Dune::PDELab::LinearAcousticsEigenvectors< 2 >

provide matrix which contains rowwise the eigenvectors of linear acoustics problem

Template Parameters
dimthe space dimension

Member Function Documentation

template<typename T1 , typename T2 , typename T3 >
static void Dune::PDELab::LinearAcousticsEigenvectors< 2 >::eigenvectors ( T1  c,
const Dune::FieldVector< T2, dim > &  n,
Dune::FieldMatrix< T3, dim+1, dim+1 > &  RT 
)
inlinestatic
template<typename T1 , typename T2 , typename T3 >
static void Dune::PDELab::LinearAcousticsEigenvectors< 2 >::eigenvectors_transposed ( T1  c,
const Dune::FieldVector< T2, dim > &  n,
Dune::FieldMatrix< T3, dim+1, dim+1 > &  RT 
)
inlinestatic
Parameters
cspeed of sound
nunit outer normal vector
RTmatrix to be filled

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