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_ |
Definition at line 56 of file PlayaMatrixLaplacian1D.hpp.
| Playa::MatrixLaplacian1D::MatrixLaplacian1D | ( | int | nLocal, |
| const VectorType< double > & | vecType | ||
| ) |
Definition at line 57 of file PlayaMatrixLaplacian1D.cpp.
References init().
| 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] |
Definition at line 76 of file PlayaMatrixLaplacian1D.cpp.
References Playa::VectorType< Scalar >::createMatrixFactory(), Playa::VectorSpace< Scalar >::dim(), Playa::OperatorBuilder< double >::domain(), Playa::IncrementallyConfigurableMatrixFactory::finalize(), Playa::MPIComm::getNProc(), Playa::MPIComm::getRank(), Playa::IncrementallyConfigurableMatrixFactory::initializeNonzerosInRow(), Playa::LinearOperator< Scalar >::matrix(), op_, Playa::OperatorBuilder< double >::range(), Playa::OperatorBuilder< double >::vecType(), and Playa::MPIComm::world().
Referenced by MatrixLaplacian1D().
LinearOperator<double> Playa::MatrixLaplacian1D::op_ [private] |
Definition at line 70 of file PlayaMatrixLaplacian1D.hpp.