Public Member Functions | Private Member Functions | Private Attributes
TSFExtended::MatrixLaplacian1D Class Reference
Inheritance diagram for TSFExtended::MatrixLaplacian1D:
TSFExtended::OperatorBuilder< double >

List of all members.

Public Member Functions

 MatrixLaplacian1D (int nLocal, const VectorType< double > &vecType)
LinearOperator< double > getOp () const

Private Member Functions

void init (int nLocal, const VectorType< double > &vecType)

Private Attributes

LinearOperator< double > op_

Detailed Description

Definition at line 43 of file TSFMatrixLaplacian1D.hpp.


Constructor & Destructor Documentation

MatrixLaplacian1D::MatrixLaplacian1D ( int  nLocal,
const VectorType< double > &  vecType 
)

Definition at line 41 of file TSFMatrixLaplacian1D.cpp.

References init().


Member Function Documentation

LinearOperator<double> TSFExtended::MatrixLaplacian1D::getOp ( ) const [inline, virtual]

Implements TSFExtended::OperatorBuilder< double >.

Definition at line 51 of file TSFMatrixLaplacian1D.hpp.

References op_.

void MatrixLaplacian1D::init ( int  nLocal,
const VectorType< double > &  vecType 
) [private]

Member Data Documentation

Definition at line 57 of file TSFMatrixLaplacian1D.hpp.

Referenced by getOp(), and init().

Site Contact