43 #ifndef __Panzer_ScatterResidual_BlockedEpetra_Hessian_hpp__
44 #define __Panzer_ScatterResidual_BlockedEpetra_Hessian_hpp__
47 #ifdef Panzer_BUILD_HESSIAN_SUPPORT
57 template<
typename TRAITS,
typename LO,
typename GO>
60 public PHX::EvaluatorDerived<panzer::Traits::Hessian, TRAITS>,
67 bool useDiscreteAdjoint=
false)
68 : rowIndexers_(rIndexers), colIndexers_(cIndexers), useDiscreteAdjoint_(useDiscreteAdjoint) {}
72 const Teuchos::ParameterList& p,
73 bool useDiscreteAdjoint=
false);
78 void preEvaluate(
typename TRAITS::PreEvalData d);
82 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const
94 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
rowIndexers_;
95 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
colIndexers_;
104 Teuchos::RCP<const std::map<std::string,std::string> >
fieldMap_;
109 Teuchos::RCP<Thyra::BlockedLinearOpBase<double> >
Jac_;