|
dune-grid
2.2.0
|
#include <dune/grid/io/file/dgfparser/blocks/periodicfacetrans.hh>
Public Member Functions | |
| Matrix (int rows, int cols) | |
| const T & | operator() (int i, int j) const |
| T & | operator() (int i, int j) |
| int | rows () const |
| int | cols () const |
| Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::Matrix | ( | int | rows, |
| int | cols | ||
| ) | [inline] |
| int Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::cols | ( | ) | const [inline] |
Referenced by Dune::dgf::operator<<().
| const T& Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::operator() | ( | int | i, |
| int | j | ||
| ) | const [inline] |
| T& Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::operator() | ( | int | i, |
| int | j | ||
| ) | [inline] |
| int Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::rows | ( | ) | const [inline] |
Referenced by Dune::dgf::operator<<().
1.7.6.1