|
Panzer
Version of the Day
|
#include <Panzer_GatherSolution_BlockedEpetra_decl.hpp>

Public Member Functions | |
| GatherSolution_BlockedEpetra (const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &indexers) | |
| GatherSolution_BlockedEpetra (const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &indexers, 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::CloneableEvaluator | |
| CloneableEvaluator () | |
| virtual | ~CloneableEvaluator () |
Private Types | |
| typedef panzer::Traits::Jacobian | EvalT |
| typedef panzer::Traits::Jacobian::ScalarT | ScalarT |
Private Member Functions | |
| GatherSolution_BlockedEpetra () | |
Private Attributes | |
| std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > | indexers_ |
| std::vector< int > | indexerIds_ |
| std::vector< int > | subFieldIds_ |
| std::vector< PHX::MDField< ScalarT, Cell, NODE > > | gatherFields_ |
| std::vector< std::string > | indexerNames_ |
| bool | useTimeDerivativeSolutionVector_ |
| bool | disableSensitivities_ |
| std::string | sensitivitiesName_ |
| bool | applySensitivities_ |
| std::string | globalDataKey_ |
| int | gatherSeedIndex_ |
| Teuchos::RCP< Thyra::ProductVectorBase< double > > | x_ |
Additional Inherited Members | |
Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS > | |
| WorksetDetailsAccessor | wda |
Definition at line 219 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 244 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 245 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
inline |
Definition at line 226 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
| panzer::GatherSolution_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::GatherSolution_BlockedEpetra | ( | const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > & | indexers, |
| const Teuchos::ParameterList & | p | ||
| ) |
Definition at line 467 of file Panzer_GatherSolution_BlockedEpetra_impl.hpp.
|
private |
| void panzer::GatherSolution_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
| PHX::FieldManager< TRAITS > & | vm | ||
| ) |
Definition at line 515 of file Panzer_GatherSolution_BlockedEpetra_impl.hpp.
| void panzer::GatherSolution_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 541 of file Panzer_GatherSolution_BlockedEpetra_impl.hpp.
| void panzer::GatherSolution_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::evaluateFields | ( | typename TRAITS::EvalData | d | ) |
Definition at line 606 of file Panzer_GatherSolution_BlockedEpetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 239 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 247 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 249 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 250 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 252 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 254 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 255 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 256 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 257 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 258 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 260 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 261 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
|
private |
Definition at line 265 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.
1.8.14