Panzer Version of the Day
|
#include <Panzer_ScatterResidual_Epetra_decl.hpp>
Public Member Functions | |
ScatterResidual_Epetra (const Teuchos::RCP< const panzer::GlobalIndexer > &indexer, const Teuchos::RCP< const panzer::GlobalIndexer > &cIndexer=Teuchos::null, bool useDiscreteAdjoint=false) | |
ScatterResidual_Epetra (const Teuchos::RCP< const panzer::GlobalIndexer > &indexer, const Teuchos::RCP< const panzer::GlobalIndexer > &cIndexer, const Teuchos::ParameterList &pl, bool useDiscreteAdjoint=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 |
![]() | |
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::ScalarT | ScalarT |
Private Member Functions | |
ScatterResidual_Epetra () | |
Private Attributes | |
Teuchos::RCP< PHX::FieldTag > | scatterHolder_ |
std::vector< PHX::MDField< const ScalarT, Cell, NODE > > | scatterFields_ |
Teuchos::RCP< const panzer::GlobalIndexer > | globalIndexer_ |
Teuchos::RCP< const panzer::GlobalIndexer > | colGlobalIndexer_ |
std::vector< int > | fieldIds_ |
Teuchos::RCP< const std::map< std::string, std::string > > | fieldMap_ |
std::string | globalDataKey_ |
Teuchos::RCP< const EpetraLinearObjContainer > | epetraContainer_ |
bool | useDiscreteAdjoint_ |
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 207 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 235 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
inline |
Definition at line 214 of file Panzer_ScatterResidual_Epetra_decl.hpp.
panzer::ScatterResidual_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::ScatterResidual_Epetra | ( | const Teuchos::RCP< const panzer::GlobalIndexer > & | indexer, |
const Teuchos::RCP< const panzer::GlobalIndexer > & | cIndexer, | ||
const Teuchos::ParameterList & | pl, | ||
bool | useDiscreteAdjoint = false ) |
|
private |
void panzer::ScatterResidual_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
PHX::FieldManager< TRAITS > & | vm ) |
Definition at line 356 of file Panzer_ScatterResidual_Epetra_impl.hpp.
void panzer::ScatterResidual_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 373 of file Panzer_ScatterResidual_Epetra_impl.hpp.
void panzer::ScatterResidual_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::evaluateFields | ( | typename TRAITS::EvalData | workset | ) |
Definition at line 388 of file Panzer_ScatterResidual_Epetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 230 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 238 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 241 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 245 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 245 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 246 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 252 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 254 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 256 of file Panzer_ScatterResidual_Epetra_decl.hpp.
|
private |
Definition at line 260 of file Panzer_ScatterResidual_Epetra_decl.hpp.