Panzer
Version of the Day
|
#include <Panzer_BlockedEpetraLinearObjContainer.hpp>
Public Types | |
typedef Thyra::VectorBase< double > | VectorType |
typedef Thyra::LinearOpBase< double > | CrsMatrixType |
![]() | |
enum | Members { X =0x1, DxDt =0x2, F =0x4, Mat =0x8 } |
Public Member Functions | |
bool | checkCompatibility () const |
Make sure row and column spaces match up. More... | |
virtual void | clear () |
void | initializeMatrix (double value) |
Put a particular scalar in the matrix. More... | |
void | setMapsForBlocks (const std::vector< Teuchos::RCP< const Epetra_Map > > &blockMaps) |
Teuchos::RCP< const Epetra_Map > | getMapForBlock (std::size_t i) const |
void | set_x (const Teuchos::RCP< VectorType > &in) |
Teuchos::RCP< VectorType > | get_x () const |
void | set_dxdt (const Teuchos::RCP< VectorType > &in) |
Teuchos::RCP< VectorType > | get_dxdt () const |
void | set_f (const Teuchos::RCP< VectorType > &in) |
Teuchos::RCP< VectorType > | get_f () const |
void | set_A (const Teuchos::RCP< CrsMatrixType > &in) |
Teuchos::RCP< CrsMatrixType > | get_A () const |
virtual void | initialize () |
void | set_x_th (const Teuchos::RCP< VectorType > &in) |
Teuchos::RCP< VectorType > | get_x_th () const |
void | set_dxdt_th (const Teuchos::RCP< VectorType > &in) |
Teuchos::RCP< VectorType > | get_dxdt_th () const |
void | set_f_th (const Teuchos::RCP< VectorType > &in) |
Teuchos::RCP< VectorType > | get_f_th () const |
void | set_A_th (const Teuchos::RCP< CrsMatrixType > &in) |
Teuchos::RCP< CrsMatrixType > | get_A_th () const |
![]() | |
virtual | ~LinearObjContainer () |
![]() | |
GlobalEvaluationData_Default () | |
GlobalEvaluationData_Default (const GlobalEvaluationData_Default &s) | |
virtual void | ghostToGlobal (int mem) |
virtual void | globalToGhost (int mem) |
virtual void | initializeData () |
void | setRequiresDirichletAdjustment (bool b) |
bool | requiresDirichletAdjustment () const |
![]() | |
virtual | ~GlobalEvaluationData ()=0 |
virtual void | print (std::ostream &os) const |
Diagnostic function for determinning what's in this object. More... | |
![]() | |
virtual | ~ThyraObjContainer () |
void | clear () |
Private Attributes | |
Teuchos::RCP< VectorType > | x |
Teuchos::RCP< VectorType > | dxdt |
Teuchos::RCP< VectorType > | f |
Teuchos::RCP< CrsMatrixType > | A |
std::vector< Teuchos::RCP< const Epetra_Map > > | blockMaps_ |
Linear object container for Block operators, this always assumes the matrix is square.
Definition at line 64 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
typedef Thyra::VectorBase<double> panzer::BlockedEpetraLinearObjContainer::VectorType |
Definition at line 67 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
Definition at line 68 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
bool panzer::BlockedEpetraLinearObjContainer::checkCompatibility | ( | ) | const |
Make sure row and column spaces match up.
Definition at line 56 of file Panzer_BlockedEpetraLinearObjContainer.cpp.
|
virtual |
Definition at line 155 of file Panzer_BlockedEpetraLinearObjContainer.cpp.
|
virtual |
Put a particular scalar in the matrix.
Implements panzer::ThyraObjContainer< double >.
Definition at line 127 of file Panzer_BlockedEpetraLinearObjContainer.cpp.
|
inline |
Definition at line 78 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 81 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 84 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 85 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 87 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 88 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 90 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 91 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 93 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inline |
Definition at line 94 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
virtual |
Implements panzer::LinearObjContainer.
Definition at line 96 of file Panzer_BlockedEpetraLinearObjContainer.cpp.
|
inlinevirtual |
Implements panzer::ThyraObjContainer< double >.
Definition at line 101 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inlinevirtual |
Implements panzer::ThyraObjContainer< double >.
Definition at line 102 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inlinevirtual |
Implements panzer::ThyraObjContainer< double >.
Definition at line 104 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inlinevirtual |
Implements panzer::ThyraObjContainer< double >.
Definition at line 105 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inlinevirtual |
Implements panzer::ThyraObjContainer< double >.
Definition at line 107 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inlinevirtual |
Implements panzer::ThyraObjContainer< double >.
Definition at line 108 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inlinevirtual |
Implements panzer::ThyraObjContainer< double >.
Definition at line 110 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
inlinevirtual |
Implements panzer::ThyraObjContainer< double >.
Definition at line 111 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
private |
Definition at line 114 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
private |
Definition at line 114 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
private |
Definition at line 114 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
private |
Definition at line 115 of file Panzer_BlockedEpetraLinearObjContainer.hpp.
|
private |
Definition at line 117 of file Panzer_BlockedEpetraLinearObjContainer.hpp.