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

Public Member Functions | |
| ScatterDirichletResidual_BlockedTpetra (const Teuchos::RCP< const BlockedDOFManager > &indexer) | |
| ScatterDirichletResidual_BlockedTpetra (const Teuchos::RCP< const BlockedDOFManager > &indexer, 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. | |
Public Member Functions inherited from panzer::DomainEvaluator | |
| 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. | |
Public Member Functions inherited from panzer::CloneableEvaluator | |
| CloneableEvaluator () | |
| virtual | ~CloneableEvaluator () |
Private Types | |
| typedef panzer::Traits::Hessian::ScalarT | ScalarT |
| typedef TRAITS::RealType | RealType |
| typedef BlockedTpetraLinearObjContainer< RealType, LO, GO, NodeT > | ContainerType |
| typedef Tpetra::Vector< RealType, LO, GO, NodeT > | VectorType |
| typedef Tpetra::CrsMatrix< RealType, LO, GO, NodeT > | CrsMatrixType |
| typedef Tpetra::CrsGraph< LO, GO, NodeT > | CrsGraphType |
| typedef Tpetra::Map< LO, GO, NodeT > | MapType |
| typedef Tpetra::Import< LO, GO, NodeT > | ImportType |
| typedef Tpetra::Export< LO, GO, NodeT > | ExportType |
Private Member Functions | |
| ScatterDirichletResidual_BlockedTpetra () | |
Private Attributes | |
| Teuchos::RCP< PHX::FieldTag > | scatterHolder_ |
| std::vector< PHX::MDField< const ScalarT, Cell, NODE > > | scatterFields_ |
| Teuchos::RCP< const panzer::BlockedDOFManager > | globalIndexer_ |
| std::vector< int > | fieldIds_ |
| 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_ |
| std::string | globalDataKey_ |
| Teuchos::RCP< const BlockedTpetraLinearObjContainer< RealType, LO, GO, NodeT > > | blockedContainer_ |
| bool | checkApplyBC_ |
| If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis. | |
| bool | scatterIC_ |
| 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 26 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 49 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 50 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 52 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 53 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 54 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 55 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 56 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 57 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 58 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
inline |
Definition at line 32 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
| panzer::ScatterDirichletResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::ScatterDirichletResidual_BlockedTpetra | ( | const Teuchos::RCP< const BlockedDOFManager > & | indexer, |
| const Teuchos::ParameterList & | p | ||
| ) |
Definition at line 26 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian_impl.hpp.
|
inlineprivate |
Definition at line 96 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
| void panzer::ScatterDirichletResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
| PHX::FieldManager< TRAITS > & | vm | ||
| ) |
Definition at line 41 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian_impl.hpp.
| void panzer::ScatterDirichletResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 49 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian_impl.hpp.
| void panzer::ScatterDirichletResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::evaluateFields | ( | typename TRAITS::EvalData | workset | ) |
Definition at line 56 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 45 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 61 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 64 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 68 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 70 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 76 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 78 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 80 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 81 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 83 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 84 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 85 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
Definition at line 88 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 91 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.
|
private |
Definition at line 94 of file Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian.hpp.