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

List of all members.

Public Member Functions

 HeatOperator1D (int nLocal, const VectorType< double > &vecType)
void set_cj (const double &cj)
LinearOperator< double > getOp () const

Private Attributes

RCP< MatrixFactory< double > > matrixFactory_
double cj_
double h_
int nLocalRows_
int lowestLocalRow_

Detailed Description

Definition at line 55 of file PlayaHeatOperator1D.hpp.


Constructor & Destructor Documentation

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

Member Function Documentation

LinearOperator< double > HeatOperator1D::getOp ( ) const [virtual]
void Playa::HeatOperator1D::set_cj ( const double &  cj) [inline]

Definition at line 62 of file PlayaHeatOperator1D.hpp.

References cj_.


Member Data Documentation

double Playa::HeatOperator1D::cj_ [private]

Definition at line 69 of file PlayaHeatOperator1D.hpp.

Referenced by getOp(), and set_cj().

double Playa::HeatOperator1D::h_ [private]

Definition at line 70 of file PlayaHeatOperator1D.hpp.

Referenced by getOp(), and HeatOperator1D().

Definition at line 72 of file PlayaHeatOperator1D.hpp.

Referenced by getOp(), and HeatOperator1D().

Definition at line 68 of file PlayaHeatOperator1D.hpp.

Referenced by getOp(), and HeatOperator1D().

Definition at line 71 of file PlayaHeatOperator1D.hpp.

Referenced by getOp().

Site Contact