dune-grid 2.9.0
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

◆ Matrix()

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

Member Function Documentation

◆ cols()

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

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

◆ rows()

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

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