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

Public Member Functions | |
| ScatterDirichletResidual_Epetra (const Teuchos::RCP< const GlobalIndexer > &indexer, const Teuchos::RCP< const panzer::GlobalIndexer > &cIndexer=Teuchos::null) | |
| ScatterDirichletResidual_Epetra (const Teuchos::RCP< const GlobalIndexer > &indexer, const Teuchos::RCP< const panzer::GlobalIndexer > &cIndexer, 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 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::Hessian::ScalarT | ScalarT |
Private Member Functions | |
| ScatterDirichletResidual_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::size_t | num_nodes |
| std::size_t | num_eq |
| std::size_t | side_subcell_dim_ |
| std::size_t | local_side_id_ |
| Teuchos::RCP< Epetra_Vector > | dirichletCounter_ |
| std::string | globalDataKey_ |
| Teuchos::RCP< const EpetraLinearObjContainer > | epetraContainer_ |
| bool | preserveDiagonal_ |
| bool | checkApplyBC_ |
| If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis. More... | |
| std::vector< PHX::MDField< const bool, Cell, NODE > > | 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 58 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 83 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
inline |
Definition at line 64 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
| panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Hessian, TRAITS, LO, GO >::ScatterDirichletResidual_Epetra | ( | const Teuchos::RCP< const GlobalIndexer > & | indexer, |
| const Teuchos::RCP< const panzer::GlobalIndexer > & | cIndexer, | ||
| const Teuchos::ParameterList & | p | ||
| ) |
Definition at line 61 of file Panzer_ScatterDirichletResidual_Epetra_Hessian_impl.hpp.
|
private |
| void panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Hessian, TRAITS, LO, GO >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
| PHX::FieldManager< TRAITS > & | vm | ||
| ) |
Definition at line 119 of file Panzer_ScatterDirichletResidual_Epetra_Hessian_impl.hpp.
| void panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Hessian, TRAITS, LO, GO >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 139 of file Panzer_ScatterDirichletResidual_Epetra_Hessian_impl.hpp.
| void panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Hessian, TRAITS, LO, GO >::evaluateFields | ( | typename TRAITS::EvalData | workset | ) |
Definition at line 164 of file Panzer_ScatterDirichletResidual_Epetra_Hessian_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 79 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 86 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 89 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 93 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 93 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 94 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 100 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 102 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 103 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 105 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 106 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 108 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 110 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 111 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 113 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
Definition at line 116 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
|
private |
Definition at line 119 of file Panzer_ScatterDirichletResidual_Epetra_Hessian.hpp.
1.8.14