43 #ifndef __Panzer_ScatterDirichletResidual_BlockedEpetra_Hessian_hpp__
44 #define __Panzer_ScatterDirichletResidual_BlockedEpetra_Hessian_hpp__
47 #ifdef Panzer_BUILD_HESSIAN_SUPPORT
58 template<
typename TRAITS,
typename LO,
typename GO>
61 public PHX::EvaluatorDerived<panzer::Traits::Hessian, TRAITS>,
67 : rowIndexers_(rIndexers), colIndexers_(cIndexers) {}
71 const Teuchos::ParameterList& p,
72 bool useDiscreteAdjoint=
false);
77 void preEvaluate(
typename TRAITS::PreEvalData d);
81 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const
93 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
rowIndexers_;
94 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
colIndexers_;
103 Teuchos::RCP<const std::map<std::string,std::string> >
fieldMap_;
114 Teuchos::RCP<Thyra::BlockedLinearOpBase<double> >
Jac_;
120 std::vector< PHX::MDField<const bool,Cell,NODE> >
applyBC_;