Panzer Version of the Day
|
#include <Panzer_GatherSolution_BlockedTpetra.hpp>
Public Member Functions | |
GatherSolution_BlockedTpetra (const Teuchos::RCP< const BlockedDOFManager > &indexer) | |
GatherSolution_BlockedTpetra (const Teuchos::RCP< const BlockedDOFManager > &indexer, const Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm) |
void | preEvaluate (typename TRAITS::PreEvalData d) |
void | evaluateFields (typename TRAITS::EvalData d) |
virtual Teuchos::RCP< CloneableEvaluator > | clone (const Teuchos::ParameterList &pl) const |
![]() | |
void | setDetailsIndex (const int di) |
An evaluator builder sets the details index. | |
![]() | |
DomainEvaluator (DomainType domain=ALL) | |
Constructor. | |
virtual | ~DomainEvaluator ()=default |
Default destructor. | |
void | setDomain (const DomainType domain) |
Set the domain for the evaluator. | |
DomainType | getDomain () |
Get the domain for the evaluator. | |
virtual int | cellStartIndex (const panzer::Workset &workset) const |
Returns the starting cell for the specified domain for a given workset. | |
virtual int | cellEndIndex (const panzer::Workset &workset) const |
Returns the non-inclusive end cell for the specified domain for a given workset. | |
![]() | |
CloneableEvaluator () | |
virtual | ~CloneableEvaluator () |
Private Types | |
typedef panzer::Traits::Jacobian | EvalT |
typedef panzer::Traits::Jacobian::ScalarT | ScalarT |
typedef TRAITS::RealType | RealType |
typedef BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > | ContainerType |
typedef Tpetra::Vector< S, LO, GO, NodeT > | VectorType |
typedef Tpetra::CrsMatrix< S, LO, GO, NodeT > | CrsMatrixType |
typedef Tpetra::CrsGraph< LO, GO, NodeT > | CrsGraphType |
typedef Tpetra::Map< LO, GO, NodeT > | MapType |
typedef Tpetra::Import< LO, GO, NodeT > | ImportType |
typedef Tpetra::Export< LO, GO, NodeT > | ExportType |
Private Member Functions | |
GatherSolution_BlockedTpetra () | |
Private Attributes | |
Teuchos::RCP< const BlockedDOFManager > | globalIndexer_ |
std::vector< int > | fieldIds_ |
std::vector< int > | productVectorBlockIndex_ |
std::vector< PHX::MDField< ScalarT, Cell, NODE > > | gatherFields_ |
std::vector< std::string > | indexerNames_ |
bool | useTimeDerivativeSolutionVector_ |
bool | disableSensitivities_ |
std::string | globalDataKey_ |
Teuchos::RCP< const BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > > | blockedContainer_ |
PHX::View< LO ** > | worksetLIDs_ |
Local indices for unknowns. | |
std::vector< PHX::View< int * > > | fieldOffsets_ |
Offset into the cell lids for each field. Size of number of fields to scatter. | |
PHX::View< LO * > | blockOffsets_ |
The offset values of the blocked DOFs per element. Size of number of blocks in the product vector + 1. The plus one is a sentinel. | |
Additional Inherited Members | |
![]() | |
enum | DomainType : int { OWNED =0 , GHOST =1 , REAL =2 , VIRTUAL =3 , EXTERNAL =4 , ALL =5 } |
Domain types supported by worksets. More... | |
![]() | |
WorksetDetailsAccessor | wda |
Definition at line 252 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 275 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 276 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 277 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 279 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 280 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 281 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 282 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 283 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 284 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 285 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
inline |
Definition at line 258 of file Panzer_GatherSolution_BlockedTpetra.hpp.
panzer::GatherSolution_BlockedTpetra< panzer::Traits::Jacobian, TRAITS, S, LO, GO, NodeT >::GatherSolution_BlockedTpetra | ( | const Teuchos::RCP< const BlockedDOFManager > & | indexer, |
const Teuchos::ParameterList & | p ) |
Definition at line 409 of file Panzer_GatherSolution_BlockedTpetra_impl.hpp.
|
private |
void panzer::GatherSolution_BlockedTpetra< panzer::Traits::Jacobian, TRAITS, S, LO, GO, NodeT >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
PHX::FieldManager< TRAITS > & | vm ) |
Definition at line 452 of file Panzer_GatherSolution_BlockedTpetra_impl.hpp.
void panzer::GatherSolution_BlockedTpetra< panzer::Traits::Jacobian, TRAITS, S, LO, GO, NodeT >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 506 of file Panzer_GatherSolution_BlockedTpetra_impl.hpp.
void panzer::GatherSolution_BlockedTpetra< panzer::Traits::Jacobian, TRAITS, S, LO, GO, NodeT >::evaluateFields | ( | typename TRAITS::EvalData | d | ) |
Definition at line 515 of file Panzer_GatherSolution_BlockedTpetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 271 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 289 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 291 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Returns the index into the Thyra ProductVector sub-block. Size of number of fields to scatter
Definition at line 295 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 297 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 299 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 300 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 301 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 302 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 304 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Local indices for unknowns.
Definition at line 307 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Offset into the cell lids for each field. Size of number of fields to scatter.
Definition at line 310 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
The offset values of the blocked DOFs per element. Size of number of blocks in the product vector + 1. The plus one is a sentinel.
Definition at line 313 of file Panzer_GatherSolution_BlockedTpetra.hpp.