Public Member Functions | |
| MassMatrix1D (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 74 of file PlayaMatrixLaplacian1D.hpp.
| Playa::MassMatrix1D::MassMatrix1D | ( | int | nLocal, |
| const VectorType< double > & | vecType | ||
| ) |
Definition at line 66 of file PlayaMatrixLaplacian1D.cpp.
References init().
| LinearOperator<double> Playa::MassMatrix1D::getOp | ( | ) | const [inline, virtual] |
Implements Playa::OperatorBuilder< double >.
Definition at line 82 of file PlayaMatrixLaplacian1D.hpp.
References op_.
| void Playa::MassMatrix1D::init | ( | int | nLocal, |
| const VectorType< double > & | vecType | ||
| ) | [private] |
Definition at line 151 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 MassMatrix1D().
LinearOperator<double> Playa::MassMatrix1D::op_ [private] |
Definition at line 88 of file PlayaMatrixLaplacian1D.hpp.