Memosa-FVM  0.2
GradientMatrix< T_Scalar >::PairWiseAssembler Class Reference

#include <GradientMatrix.h>

Collaboration diagram for GradientMatrix< T_Scalar >::PairWiseAssembler:

Public Member Functions

 PairWiseAssembler (Array< Coord > &coeffs, const Array< Vector< int, 2 > > &pairToCol)
 
CoordgetCoeff01 (const int np)
 
CoordgetCoeff10 (const int np)
 

Private Attributes

Array< Coord > & _coeffs
 
const Array< Vector< int, 2 > > & _pairToCol
 

Detailed Description

template<class T_Scalar>
class GradientMatrix< T_Scalar >::PairWiseAssembler

Definition at line 154 of file GradientMatrix.h.

Constructor & Destructor Documentation

template<class T_Scalar>
GradientMatrix< T_Scalar >::PairWiseAssembler::PairWiseAssembler ( Array< Coord > &  coeffs,
const Array< Vector< int, 2 > > &  pairToCol 
)
inline

Definition at line 157 of file GradientMatrix.h.

158  :
159  _coeffs(coeffs),
160  _pairToCol(pairToCol)
161  {}
const Array< Vector< int, 2 > > & _pairToCol

Member Function Documentation

Member Data Documentation

template<class T_Scalar>
Array<Coord>& GradientMatrix< T_Scalar >::PairWiseAssembler::_coeffs
private
template<class T_Scalar>
const Array<Vector<int,2> >& GradientMatrix< T_Scalar >::PairWiseAssembler::_pairToCol
private

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