dune-grid  2.4
Public Member Functions | List of all members
Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T > Class Template Reference

#include <dune/grid/io/file/dgfparser/blocks/periodicfacetrans.hh>

Inheritance diagram for Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >:
Inheritance graph

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
 

Constructor & Destructor Documentation

template<class T>
Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::Matrix ( int  rows,
int  cols 
)
inline

Member Function Documentation

template<class T>
int Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::cols ( ) const
inline

Referenced by Dune::dgf::operator<<().

template<class T>
const T& Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::operator() ( int  i,
int  j 
) const
inline
template<class T>
T& Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::operator() ( int  i,
int  j 
)
inline
template<class T>
int Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::rows ( ) const
inline

Referenced by Dune::dgf::operator<<().


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