Public Member Functions | Private Member Functions | Private Attributes
Playa::MatrixLaplacian1D Class Reference
Inheritance diagram for Playa::MatrixLaplacian1D:
Playa::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 56 of file PlayaMatrixLaplacian1D.hpp.


Constructor & Destructor Documentation

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

Definition at line 57 of file PlayaMatrixLaplacian1D.cpp.

References init().


Member Function Documentation

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

Implements Playa::OperatorBuilder< double >.

Definition at line 64 of file PlayaMatrixLaplacian1D.hpp.

References op_.

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

Member Data Documentation

Definition at line 70 of file PlayaMatrixLaplacian1D.hpp.

Referenced by getOp(), and init().

Site Contact