43 #ifndef PANZER_EVALUATOR_SCATTER_DIRICHLET_RESIDUAL_BLOCKEDEPETRA_DECL_HPP 44 #define PANZER_EVALUATOR_SCATTER_DIRICHLET_RESIDUAL_BLOCKEDEPETRA_DECL_HPP 46 #include "Phalanx_config.hpp" 47 #include "Phalanx_Evaluator_Macros.hpp" 48 #include "Phalanx_MDField.hpp" 50 #include "Teuchos_ParameterList.hpp" 52 #include "PanzerDiscFE_config.hpp" 61 template <
typename ScalarT>
class ProductVectorBase;
67 template <
typename LocalOrdinalT,
typename GlobalOrdinalT>
68 class UniqueGlobalIndexer;
80 public PHX::EvaluatorDerived<panzer::Traits::Residual, TRAITS>,
87 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const 93 { std::cout <<
"unspecialized version of \"ScatterDirichletResidual_BlockedEpetra::evaluateFields\" on \""+PHX::typeAsString<EvalT>()+
"\" should not be used!" << std::endl;
94 TEUCHOS_ASSERT(
false); }
107 template<
typename TRAITS,
typename LO,
typename GO>
110 public PHX::EvaluatorDerived<panzer::Traits::Residual, TRAITS>,
117 : rowIndexers_(rIndexers) {}
121 const Teuchos::ParameterList& p,
122 bool useDiscreteAdjoint=
false);
127 void preEvaluate(
typename TRAITS::PreEvalData d);
131 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const 143 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
rowIndexers_;
144 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
colIndexers_;
153 Teuchos::RCP<const std::map<std::string,std::string> >
fieldMap_;
161 Teuchos::RCP<Thyra::ProductVectorBase<double> >
r_;
171 std::vector< PHX::MDField<const bool,Cell,NODE> >
applyBC_;
179 template<
typename TRAITS,
typename LO,
typename GO>
182 public PHX::EvaluatorDerived<panzer::Traits::Tangent, TRAITS>,
189 : rowIndexers_(rIndexers) {}
193 const Teuchos::ParameterList& p,
194 bool useDiscreteAdjoint=
false);
199 void preEvaluate(
typename TRAITS::PreEvalData d);
203 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const 215 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
rowIndexers_;
216 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
colIndexers_;
225 Teuchos::RCP<const std::map<std::string,std::string> >
fieldMap_;
233 Teuchos::RCP<Thyra::ProductVectorBase<double> >
r_;
243 std::vector< PHX::MDField<const bool,Cell,NODE> >
applyBC_;
251 template<
typename TRAITS,
typename LO,
typename GO>
254 public PHX::EvaluatorDerived<panzer::Traits::Jacobian, TRAITS>,
261 : rowIndexers_(rIndexers), colIndexers_(cIndexers) {}
265 const Teuchos::ParameterList& p,
266 bool useDiscreteAdjoint=
false);
268 void preEvaluate(
typename TRAITS::PreEvalData d);
275 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const 288 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
rowIndexers_;
289 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
colIndexers_;
298 Teuchos::RCP<const std::map<std::string,std::string> >
fieldMap_;
309 Teuchos::RCP<Thyra::ProductVectorBase<double> >
r_;
310 Teuchos::RCP<Thyra::BlockedLinearOpBase<double> >
Jac_;
316 std::vector< PHX::MDField<const bool,Cell,NODE> >
applyBC_;
324 #ifdef Panzer_BUILD_HESSIAN_SUPPORT
Teuchos::RCP< Thyra::BlockedLinearOpBase< double > > Jac_
std::size_t side_subcell_dim_
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > colIndexers_
ScatterDirichletResidual_BlockedEpetra(const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &rIndexers, const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &cIndexers)
std::vector< int > subFieldIds_
std::size_t local_side_id_
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > rowIndexers_
bool checkApplyBC_
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > rowIndexers_
Teuchos::RCP< const std::map< std::string, std::string > > fieldMap_
Teuchos::RCP< PHX::FieldTag > scatterHolder_
std::size_t side_subcell_dim_
std::vector< int > subFieldIds_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
Teuchos::RCP< Thyra::ProductVectorBase< double > > dirichletCounter_
std::vector< PHX::MDField< const bool, Cell, NODE > > applyBC_
ScatterDirichletResidual_BlockedEpetra(const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &rIndexers, const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &)
Teuchos::RCP< Thyra::ProductVectorBase< double > > r_
std::vector< PHX::MDField< const ScalarT, Cell, NODE > > scatterFields_
panzer::Traits::Tangent::ScalarT ScalarT
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > colIndexers_
std::vector< PHX::MDField< const bool, Cell, NODE > > applyBC_
Pushes residual values into the residual vector for a Newton-based solve.
std::vector< int > subFieldIds_
std::string globalDataKey_
bool checkApplyBC_
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
std::string globalDataKey_
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
ScatterDirichletResidual_BlockedEpetra()
std::vector< int > indexerIds_
std::size_t side_subcell_dim_
void evaluateFields(typename TRAITS::EvalData d)
std::string globalDataKey_
Teuchos::RCP< PHX::FieldTag > scatterHolder_
bool checkApplyBC_
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
ScatterDirichletResidual_BlockedEpetra(const Teuchos::ParameterList &p)
Teuchos::RCP< const std::map< std::string, std::string > > fieldMap_
std::vector< int > indexerIds_
Teuchos::RCP< Thyra::ProductVectorBase< double > > r_
ScatterDirichletResidual_BlockedEpetra(const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &rIndexers, const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &)
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
panzer::Traits::Jacobian::ScalarT ScalarT
Teuchos::RCP< Thyra::ProductVectorBase< double > > dirichletCounter_
std::vector< int > indexerIds_
std::vector< PHX::MDField< const ScalarT, Cell, NODE > > scatterFields_
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > rowIndexers_
std::vector< PHX::MDField< const bool, Cell, NODE > > applyBC_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
Teuchos::RCP< Thyra::ProductVectorBase< double > > r_
std::vector< PHX::MDField< const ScalarT, Cell, NODE > > scatterFields_
Teuchos::RCP< const std::map< std::string, std::string > > fieldMap_
Teuchos::RCP< Thyra::ProductVectorBase< double > > dirichletCounter_
std::size_t local_side_id_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
ScatterDirichletResidual_BlockedEpetra()
Non-templated empty base class for template managers.
std::size_t local_side_id_
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > colIndexers_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
Teuchos::RCP< PHX::FieldTag > scatterHolder_
panzer::Traits::Residual::ScalarT ScalarT