11 #ifndef PANZER_EVALUATOR_SCATTER_DIRICHLET_RESIDUAL_BLOCKEDEPETRA_DECL_HPP
12 #define PANZER_EVALUATOR_SCATTER_DIRICHLET_RESIDUAL_BLOCKEDEPETRA_DECL_HPP
14 #include "Phalanx_config.hpp"
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
20 #include "PanzerDiscFE_config.hpp"
29 template <
typename ScalarT>
class ProductVectorBase;
60 { std::cout <<
"unspecialized version of \"ScatterDirichletResidual_BlockedEpetra::evaluateFields\" on \""+PHX::print<EvalT>()+
"\" should not be used!" << std::endl;
74 template<
typename TRAITS,
typename LO,
typename GO>
84 : rowIndexers_(rIndexers) {}
89 bool useDiscreteAdjoint=
false);
147 template<
typename TRAITS,
typename LO,
typename GO>
157 : rowIndexers_(rIndexers) {}
162 bool useDiscreteAdjoint=
false);
220 template<
typename TRAITS,
typename LO,
typename GO>
230 : rowIndexers_(rIndexers), colIndexers_(cIndexers) {}
235 bool useDiscreteAdjoint=
false);
294 #ifdef Panzer_BUILD_HESSIAN_SUPPORT
Teuchos::RCP< Thyra::BlockedLinearOpBase< double > > Jac_
std::size_t side_subcell_dim_
std::vector< int > subFieldIds_
std::size_t local_side_id_
bool checkApplyBC_
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
Teuchos::RCP< const std::map< std::string, std::string > > fieldMap_
Teuchos::RCP< PHX::FieldTag > scatterHolder_
ScatterDirichletResidual_BlockedEpetra(const std::vector< Teuchos::RCP< const GlobalIndexer > > &rIndexers, const std::vector< Teuchos::RCP< const GlobalIndexer > > &)
std::size_t side_subcell_dim_
std::vector< int > subFieldIds_
std::vector< Teuchos::RCP< const GlobalIndexer > > rowIndexers_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::vector< BCFieldType > applyBC_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
Teuchos::RCP< Thyra::ProductVectorBase< double > > dirichletCounter_
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_
panzer::Traits::Tangent::ScalarT ScalarT
ScatterDirichletResidual_BlockedEpetra(const std::vector< Teuchos::RCP< const GlobalIndexer > > &rIndexers, const std::vector< Teuchos::RCP< const GlobalIndexer > > &)
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.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
std::string globalDataKey_
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
std::vector< Teuchos::RCP< const GlobalIndexer > > colIndexers_
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.
std::vector< BCFieldType > applyBC_
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_
std::vector< Teuchos::RCP< const GlobalIndexer > > colIndexers_
virtual void preEvaluate(typename Traits::PreEvalData d)=0
std::vector< Teuchos::RCP< const GlobalIndexer > > colIndexers_
std::vector< BCFieldType > applyBC_
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 GlobalIndexer > > rowIndexers_
#define TEUCHOS_ASSERT(assertion_test)
Teuchos::RCP< Thyra::ProductVectorBase< double > > r_
ScatterDirichletResidual_BlockedEpetra(const std::vector< Teuchos::RCP< const GlobalIndexer > > &rIndexers, const std::vector< Teuchos::RCP< const GlobalIndexer > > &cIndexers)
std::vector< PHX::MDField< const ScalarT, Cell, NODE > > scatterFields_
std::vector< Teuchos::RCP< const GlobalIndexer > > rowIndexers_
Teuchos::RCP< const std::map< std::string, std::string > > fieldMap_
Teuchos::RCP< Thyra::ProductVectorBase< double > > dirichletCounter_
std::size_t local_side_id_
ScatterDirichletResidual_BlockedEpetra()
Non-templated empty base class for template managers.
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::size_t local_side_id_
Teuchos::RCP< PHX::FieldTag > scatterHolder_
panzer::Traits::Residual::ScalarT ScalarT