Tempus
Version of the Day
Time Integration
|
Implicit concrete LinearOpBase
subclass that takes a flattended out multi-vector and performs a multi-RHS apply with it.
More...
#include <Thyra_ScaledIdentityLinearOpWithSolve.hpp>
Public Member Functions | |
Constructors/initializers/accessors | |
ScaledIdentityLinearOpWithSolve () | |
Construct to uninitialized. More... | |
void | initialize (const RCP< const VectorSpaceBase< Scalar > > &space, const Scalar &s) |
void | uninitialize () |
RCP< const VectorSpaceBase < Scalar > > | space () const |
Scalar | scale () const |
void | setScale (const Scalar &s) |
Protected Member Functions | |
Overridden from LinearOpWithSolveBase | |
bool | solveSupportsImpl (EOpTransp) const |
bool | solveSupportsNewImpl (EOpTransp, const Ptr< const SolveCriteria< Scalar > >) const |
bool | solveSupportsSolveMeasureTypeImpl (EOpTransp, const SolveMeasureType &) const |
SolveStatus< Scalar > | solveImpl (const EOpTransp M_trans, const MultiVectorBase< Scalar > &B, const Ptr< MultiVectorBase< Scalar > > &X, const Ptr< const SolveCriteria< Scalar > >) const |
Static Private Member Functions | |
static void | validateInitialize (const RCP< const VectorSpaceBase< Scalar > > &space) |
Private Attributes | |
RCP< const VectorSpaceBase < Scalar > > | space_ |
Scalar | s_ |
Related Functions | |
(Note that these are not member functions.) | |
template<class Scalar > | |
RCP < ScaledIdentityLinearOpWithSolve < Scalar > > | scaledIdentity () |
Nonmember constructor function. More... | |
template<class Scalar > | |
RCP < ScaledIdentityLinearOpWithSolve < Scalar > > | scaledIdentity (const RCP< const VectorSpaceBase< Scalar > > &space, const Scalar &s) |
Nonmember constructor function. More... | |
Overridden from LinearOpBase | |
RCP< const VectorSpaceBase < Scalar > > | range () const |
RCP< const VectorSpaceBase < Scalar > > | domain () const |
RCP< const LinearOpBase< Scalar > > | clone () const |
bool | opSupportedImpl (EOpTransp) const |
void | applyImpl (const EOpTransp M_trans, const MultiVectorBase< Scalar > &X, const Ptr< MultiVectorBase< Scalar > > &Y, const Scalar alpha, const Scalar beta) const |
Implicit concrete LinearOpBase
subclass that takes a flattended out multi-vector and performs a multi-RHS apply with it.
Definition at line 22 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Construct to uninitialized.
Definition at line 31 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inlineprotected |
Definition at line 74 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Definition at line 59 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Definition at line 57 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Definition at line 33 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inlineprotected |
Definition at line 72 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Definition at line 55 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Definition at line 47 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Definition at line 48 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inlineprotected |
Definition at line 103 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inlineprotected |
Definition at line 91 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inlineprotected |
Definition at line 93 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inlineprotected |
Definition at line 98 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Definition at line 46 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inline |
Definition at line 41 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
inlinestaticprivate |
Definition at line 132 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
related |
Nonmember constructor function.
Definition at line 149 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
related |
Nonmember constructor function.
Definition at line 160 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
private |
Definition at line 127 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.
|
private |
Definition at line 126 of file Thyra_ScaledIdentityLinearOpWithSolve.hpp.