42#ifndef __Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian_hpp__
43#define __Panzer_ScatterDirichletResidual_BlockedTpetra_Hessian_hpp__
46#ifdef Panzer_BUILD_HESSIAN_SUPPORT
56template <
typename TRAITS,
typename LO,
typename GO,
typename NodeT>
59 public PHX::EvaluatorDerived<panzer::Traits::Hessian, TRAITS>,
64 : globalIndexer_(indexer) { }
67 const Teuchos::ParameterList& p);
72 void preEvaluate(
typename TRAITS::PreEvalData d);
76 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const
107 Teuchos::RCP<const std::map<std::string,std::string> >
fieldMap_;
125 std::vector< PHX::MDField<const bool,Cell,NODE> >
applyBC_;
Non-templated empty base class for template managers.
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
ScatterDirichletResidual_BlockedTpetra(const Teuchos::RCP< const BlockedDOFManager > &indexer)
std::string globalDataKey_
Teuchos::RCP< PHX::FieldTag > scatterHolder_
Tpetra::Map< LO, GO, NodeT > MapType
panzer::Traits::Hessian::ScalarT ScalarT
BlockedTpetraLinearObjContainer< RealType, LO, GO, NodeT > ContainerType
std::size_t local_side_id_
Tpetra::Import< LO, GO, NodeT > ImportType
Teuchos::RCP< const panzer::BlockedDOFManager > globalIndexer_
Teuchos::RCP< Thyra::ProductVectorBase< double > > dirichletCounter_
std::vector< PHX::MDField< const ScalarT, Cell, NODE > > scatterFields_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
Teuchos::RCP< const BlockedTpetraLinearObjContainer< RealType, LO, GO, NodeT > > blockedContainer_
std::vector< PHX::MDField< const bool, Cell, NODE > > applyBC_
Tpetra::Export< LO, GO, NodeT > ExportType
Tpetra::Vector< RealType, LO, GO, NodeT > VectorType
Tpetra::CrsGraph< LO, GO, NodeT > CrsGraphType
Teuchos::RCP< const std::map< std::string, std::string > > fieldMap_
Tpetra::CrsMatrix< RealType, LO, GO, NodeT > CrsMatrixType
ScatterDirichletResidual_BlockedTpetra()
bool checkApplyBC_
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
TRAITS::RealType RealType
std::size_t side_subcell_dim_
std::vector< int > fieldIds_
Pushes residual values into the residual vector for a Newton-based solve.
void evaluateFields(typename TRAITS::EvalData)
void postRegistrationSetup(typename TRAITS::SetupData, PHX::FieldManager< TRAITS > &)