|
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 |
Public Member Functions inherited from panzer::EvaluatorWithBaseImpl< TRAITS > | |
| void | setDetailsIndex (const int di) |
| An evaluator builder sets the details index. More... | |
Public Member Functions inherited from panzer::DomainEvaluator | |
| DomainEvaluator (DomainType domain=ALL) | |
| Constructor. More... | |
| virtual | ~DomainEvaluator ()=default |
| Default destructor. More... | |
| void | setDomain (const DomainType domain) |
| Set the domain for the evaluator. More... | |
| DomainType | getDomain () |
| Get the domain for the evaluator. More... | |
| virtual int | cellStartIndex (const panzer::Workset &workset) const |
| Returns the starting cell for the specified domain for a given workset. More... | |
| virtual int | cellEndIndex (const panzer::Workset &workset) const |
| Returns the non-inclusive end cell for the specified domain for a given workset. More... | |
Public Member Functions inherited from panzer::CloneableEvaluator | |
| CloneableEvaluator () | |
| virtual | ~CloneableEvaluator () |
Private Types | |
| typedef panzer::Traits::Tangent | EvalT |
| typedef panzer::Traits::Tangent::ScalarT | ScalarT |
| 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 > | gidIndexer_ |
| std::vector< int > | fieldIds_ |
| std::vector< PHX::MDField< ScalarT, Cell, NODE > > | gatherFields_ |
| std::vector< std::string > | indexerNames_ |
| bool | useTimeDerivativeSolutionVector_ |
| std::string | globalDataKey_ |
| Teuchos::RCP< const BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > > | blockedContainer_ |
| bool | has_tangent_fields_ |
| std::vector< std::vector< PHX::MDField< const ScalarT, Cell, NODE > > > | tangentFields_ |
Additional Inherited Members | |
Public Types inherited from panzer::DomainEvaluator | |
| enum | DomainType : int { OWNED =0, GHOST =1, REAL =2, VIRTUAL =3, EXTERNAL =4, ALL =5 } |
| Domain types supported by worksets. More... | |
Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS > | |
| WorksetDetailsAccessor | wda |
Definition at line 189 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 215 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 216 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 219 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 220 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 221 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 222 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 223 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 224 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 225 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
inline |
Definition at line 197 of file Panzer_GatherSolution_BlockedTpetra.hpp.
| panzer::GatherSolution_BlockedTpetra< panzer::Traits::Tangent, TRAITS, S, LO, GO, NodeT >::GatherSolution_BlockedTpetra | ( | const Teuchos::RCP< const BlockedDOFManager > & | indexer, |
| const Teuchos::ParameterList & | p | ||
| ) |
Definition at line 246 of file Panzer_GatherSolution_BlockedTpetra_impl.hpp.
|
private |
| void panzer::GatherSolution_BlockedTpetra< panzer::Traits::Tangent, TRAITS, S, LO, GO, NodeT >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
| PHX::FieldManager< TRAITS > & | vm | ||
| ) |
Definition at line 301 of file Panzer_GatherSolution_BlockedTpetra_impl.hpp.
| void panzer::GatherSolution_BlockedTpetra< panzer::Traits::Tangent, TRAITS, S, LO, GO, NodeT >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 320 of file Panzer_GatherSolution_BlockedTpetra_impl.hpp.
| void panzer::GatherSolution_BlockedTpetra< panzer::Traits::Tangent, TRAITS, S, LO, GO, NodeT >::evaluateFields | ( | typename TRAITS::EvalData | d | ) |
Definition at line 329 of file Panzer_GatherSolution_BlockedTpetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 210 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 229 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 231 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 233 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 235 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 236 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 237 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 239 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 242 of file Panzer_GatherSolution_BlockedTpetra.hpp.
|
private |
Definition at line 243 of file Panzer_GatherSolution_BlockedTpetra.hpp.
1.8.14