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

Public Member Functions | |
| ScatterResidual_Epetra (const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer, const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &cIndexer=Teuchos::null, bool useDiscreteAdjoint=false) | |
| ScatterResidual_Epetra (const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer, const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &cIndexer, const Teuchos::ParameterList &p, bool=false) | |
| void | postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm) |
| void | preEvaluate (typename TRAITS::PreEvalData d) |
| void | evaluateFields (typename TRAITS::EvalData workset) |
| 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::Tangent::ScalarT | ScalarT |
Private Attributes | |
| Teuchos::RCP< PHX::FieldTag > | scatterHolder_ |
| std::vector< PHX::MDField< ScalarT, Cell, NODE > > | scatterFields_ |
| Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > | globalIndexer_ |
| std::vector< int > | fieldIds_ |
| Teuchos::RCP< const std::map< std::string, std::string > > | fieldMap_ |
| std::vector< Teuchos::RCP< Epetra_Vector > > | dfdp_vectors_ |
| bool | useDiscreteAdjoint_ |
Additional Inherited Members | |
Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS > | |
| WorksetDetailsAccessor | wda |
Definition at line 155 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 181 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
inline |
Definition at line 161 of file Panzer_ScatterResidual_Epetra_decl.hpp.
| panzer::ScatterResidual_Epetra< panzer::Traits::Tangent, TRAITS, LO, GO >::ScatterResidual_Epetra | ( | const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > & | indexer, |
| const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > & | cIndexer, | ||
| const Teuchos::ParameterList & | p, | ||
| bool | useDiscreteAdjoint = false |
||
| ) |
Definition at line 190 of file Panzer_ScatterResidual_Epetra_impl.hpp.
| void panzer::ScatterResidual_Epetra< panzer::Traits::Tangent, TRAITS, LO, GO >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
| PHX::FieldManager< TRAITS > & | vm | ||
| ) |
Definition at line 228 of file Panzer_ScatterResidual_Epetra_impl.hpp.
| void panzer::ScatterResidual_Epetra< panzer::Traits::Tangent, TRAITS, LO, GO >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 246 of file Panzer_ScatterResidual_Epetra_impl.hpp.
| void panzer::ScatterResidual_Epetra< panzer::Traits::Tangent, TRAITS, LO, GO >::evaluateFields | ( | typename TRAITS::EvalData | workset | ) |
Definition at line 265 of file Panzer_ScatterResidual_Epetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 177 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 184 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 187 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 191 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 192 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 198 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 200 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 202 of file Panzer_ScatterResidual_Epetra_decl.hpp.
1.8.14