provide matrix which contains rowwise the eigenvectors of linear acoustics problem
More...
#include <dune/pdelab/localoperator/linearacousticsdg.hh>
|
| 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) |
| |
provide matrix which contains rowwise the eigenvectors of linear acoustics problem
- Template Parameters
-
◆ eigenvectors()
template<typename T1 , typename T2 , typename T3 >
◆ eigenvectors_transposed()
template<typename T1 , typename T2 , typename T3 >
- Parameters
-
| c | speed of sound |
| n | unit outer normal vector |
| RT | matrix to be filled |
The documentation for this class was generated from the following file: