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

Public Member Functions | |
| ScatterDirichletResidual_BlockedEpetra (const std::vector< Teuchos::RCP< const GlobalIndexer > > &rIndexers, const std::vector< Teuchos::RCP< const GlobalIndexer > > &) | |
| ScatterDirichletResidual_BlockedEpetra (const std::vector< Teuchos::RCP< const GlobalIndexer > > &rIndexers, const std::vector< Teuchos::RCP< const GlobalIndexer > > &cIndexers, const Teuchos::ParameterList &p, 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 |
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::Residual::ScalarT | ScalarT |
| using | BCFieldType = PHX::MDField< const bool, Cell, NODE > |
Private Member Functions | |
| ScatterDirichletResidual_BlockedEpetra () | |
Private Attributes | |
| Teuchos::RCP< PHX::FieldTag > | scatterHolder_ |
| std::vector< PHX::MDField< const ScalarT, Cell, NODE > > | scatterFields_ |
| std::vector< Teuchos::RCP< const GlobalIndexer > > | rowIndexers_ |
| std::vector< Teuchos::RCP< const GlobalIndexer > > | colIndexers_ |
| std::vector< int > | indexerIds_ |
| std::vector< int > | subFieldIds_ |
| Teuchos::RCP< const std::map< std::string, std::string > > | fieldMap_ |
| std::size_t | num_nodes |
| std::size_t | side_subcell_dim_ |
| std::size_t | local_side_id_ |
| Teuchos::RCP< Thyra::ProductVectorBase< double > > | dirichletCounter_ |
| Teuchos::RCP< Thyra::ProductVectorBase< double > > | r_ |
| std::string | globalDataKey_ |
| bool | checkApplyBC_ |
| If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis. More... | |
| bool | scatterIC_ |
| std::vector< BCFieldType > | applyBC_ |
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 107 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 134 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 135 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
inline |
Definition at line 114 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
| panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Residual, TRAITS, LO, GO >::ScatterDirichletResidual_BlockedEpetra | ( | const std::vector< Teuchos::RCP< const GlobalIndexer > > & | rIndexers, |
| const std::vector< Teuchos::RCP< const GlobalIndexer > > & | cIndexers, | ||
| const Teuchos::ParameterList & | p, | ||
| bool | useDiscreteAdjoint = false |
||
| ) |
Definition at line 81 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
|
inlineprivate |
Definition at line 173 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
| void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Residual, TRAITS, LO, GO >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
| PHX::FieldManager< TRAITS > & | vm | ||
| ) |
Definition at line 141 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
| void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Residual, TRAITS, LO, GO >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 163 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
| void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Residual, TRAITS, LO, GO >::evaluateFields | ( | typename TRAITS::EvalData | workset | ) |
Definition at line 198 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 130 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 138 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 141 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 143 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 144 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 146 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 147 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 153 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 155 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 157 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 158 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 160 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 161 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 162 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
Definition at line 165 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 168 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 171 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
1.8.14