Preconditioner state for the LSC factory. More...
#include <Teko_LSCPreconditionerFactory.hpp>

Public Attributes | |
| LinearOp | invMass_ |
Inverse mass operator ( ) | |
| ModifiableLinearOp | BQBt_ |
| ModifiableLinearOp | BHBt_ |
| LinearOp | BQBtmC_ |
| LinearOp | BHBtmC_ |
| LinearOp | aiD_ |
where | |
| double | gamma_ |
| |
| double | alpha_ |
Preconditioner state for the LSC factory.
Preconditioner state for the LSC factory. This is based on the notation and concepts found in
Elman, Howle, Shadid, Silvester, and Tuminaro, "Least Squares Preconditioners for Stabilized Discretizations of the Navier-Stokes Euqations," SISC-2007.
Definition at line 64 of file Teko_LSCPreconditionerFactory.hpp.
| LinearOp Teko::NS::LSCPrecondState::invMass_ |
Inverse mass operator (
)
Definition at line 69 of file Teko_LSCPreconditionerFactory.hpp.
| ModifiableLinearOp Teko::NS::LSCPrecondState::BQBt_ |
Definition at line 73 of file Teko_LSCPreconditionerFactory.hpp.
| ModifiableLinearOp Teko::NS::LSCPrecondState::BHBt_ |
Definition at line 77 of file Teko_LSCPreconditionerFactory.hpp.
| LinearOp Teko::NS::LSCPrecondState::BQBtmC_ |
Definition at line 81 of file Teko_LSCPreconditionerFactory.hpp.
| LinearOp Teko::NS::LSCPrecondState::BHBtmC_ |
Definition at line 86 of file Teko_LSCPreconditionerFactory.hpp.
| LinearOp Teko::NS::LSCPrecondState::aiD_ |
where
Definition at line 90 of file Teko_LSCPreconditionerFactory.hpp.
Definition at line 93 of file Teko_LSCPreconditionerFactory.hpp.
where
.
Definition at line 98 of file Teko_LSCPreconditionerFactory.hpp.
1.7.6.1