Panzer  Version of the Day
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO > Class Template Reference

#include <Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp>

Inheritance diagram for panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >:
Inheritance graph
[legend]

Public Member Functions

 ScatterDirichletResidual_BlockedEpetra (const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &rIndexers, const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &cIndexers)
 
 ScatterDirichletResidual_BlockedEpetra (const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &rIndexers, const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &cIndexers, const Teuchos::ParameterList &p, bool useDiscreteAdjoint=false)
 
void postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
 
void preEvaluate (typename TRAITS::PreEvalData d)
 
void evaluateFields (typename TRAITS::EvalData workset)
 
virtual Teuchos::RCP< CloneableEvaluatorclone (const Teuchos::ParameterList &pl) const
 
- Public Member Functions inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
void setDetailsIndex (const int di)
 An evaluator builder sets the details index. More...
 
- Public Member Functions inherited from panzer::CloneableEvaluator
 CloneableEvaluator ()
 
virtual ~CloneableEvaluator ()
 

Private Types

typedef panzer::Traits::Tangent::ScalarT ScalarT
 

Private Member Functions

 ScatterDirichletResidual_BlockedEpetra ()
 

Private Attributes

Teuchos::RCP< PHX::FieldTag > scatterHolder_
 
std::vector< PHX::MDField< const ScalarT, Cell, NODE > > scatterFields_
 
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > rowIndexers_
 
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > colIndexers_
 
std::vector< int > indexerIds_
 
std::vector< int > subFieldIds_
 
Teuchos::RCP< const std::map< std::string, std::string > > fieldMap_
 
std::size_t num_nodes
 
std::size_t side_subcell_dim_
 
std::size_t local_side_id_
 
Teuchos::RCP< Thyra::ProductVectorBase< double > > dirichletCounter_
 
Teuchos::RCP< Thyra::ProductVectorBase< double > > r_
 
std::string globalDataKey_
 
bool checkApplyBC_
 If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis. More...
 
bool scatterIC_
 
std::vector< PHX::MDField< const bool, Cell, NODE > > applyBC_
 

Additional Inherited Members

- Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
WorksetDetailsAccessor wda
 

Detailed Description

template<typename TRAITS, typename LO, typename GO>
class panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >

Definition at line 183 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.

Member Typedef Documentation

◆ ScalarT

template<typename TRAITS , typename LO , typename GO >
typedef panzer::Traits::Tangent::ScalarT panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::ScalarT
private

Constructor & Destructor Documentation

◆ ScatterDirichletResidual_BlockedEpetra() [1/3]

template<typename TRAITS , typename LO , typename GO >
panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::ScatterDirichletResidual_BlockedEpetra ( const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &  rIndexers,
const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &  cIndexers 
)
inline

◆ ScatterDirichletResidual_BlockedEpetra() [2/3]

template<typename TRAITS , typename LO , typename GO >
panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::ScatterDirichletResidual_BlockedEpetra ( const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &  rIndexers,
const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &  cIndexers,
const Teuchos::ParameterList &  p,
bool  useDiscreteAdjoint = false 
)

◆ ScatterDirichletResidual_BlockedEpetra() [3/3]

template<typename TRAITS , typename LO , typename GO >
panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::ScatterDirichletResidual_BlockedEpetra ( )
inlineprivate

Member Function Documentation

◆ postRegistrationSetup()

template<typename TRAITS , typename LO , typename GO >
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::postRegistrationSetup ( typename TRAITS::SetupData  d,
PHX::FieldManager< TRAITS > &  vm 
)

◆ preEvaluate()

template<typename TRAITS , typename LO , typename GO >
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::preEvaluate ( typename TRAITS::PreEvalData  d)

◆ evaluateFields()

template<typename TRAITS , typename LO , typename GO >
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::evaluateFields ( typename TRAITS::EvalData  workset)

◆ clone()

template<typename TRAITS , typename LO , typename GO >
virtual Teuchos::RCP<CloneableEvaluator> panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::clone ( const Teuchos::ParameterList &  pl) const
inlinevirtual

Member Data Documentation

◆ scatterHolder_

template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<PHX::FieldTag> panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::scatterHolder_
private

◆ scatterFields_

template<typename TRAITS , typename LO , typename GO >
std::vector< PHX::MDField<const ScalarT,Cell,NODE> > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::scatterFields_
private

◆ rowIndexers_

template<typename TRAITS , typename LO , typename GO >
std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::rowIndexers_
private

◆ colIndexers_

template<typename TRAITS , typename LO , typename GO >
std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::colIndexers_
private

◆ indexerIds_

template<typename TRAITS , typename LO , typename GO >
std::vector<int> panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::indexerIds_
private

◆ subFieldIds_

template<typename TRAITS , typename LO , typename GO >
std::vector<int> panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::subFieldIds_
private

◆ fieldMap_

template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<const std::map<std::string,std::string> > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::fieldMap_
private

◆ num_nodes

template<typename TRAITS , typename LO , typename GO >
std::size_t panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::num_nodes
private

◆ side_subcell_dim_

template<typename TRAITS , typename LO , typename GO >
std::size_t panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::side_subcell_dim_
private

◆ local_side_id_

template<typename TRAITS , typename LO , typename GO >
std::size_t panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::local_side_id_
private

◆ dirichletCounter_

template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<Thyra::ProductVectorBase<double> > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::dirichletCounter_
private

◆ r_

template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<Thyra::ProductVectorBase<double> > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::r_
private

◆ globalDataKey_

template<typename TRAITS , typename LO , typename GO >
std::string panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::globalDataKey_
private

◆ checkApplyBC_

template<typename TRAITS , typename LO , typename GO >
bool panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::checkApplyBC_
private

If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.

Definition at line 240 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.

◆ scatterIC_

template<typename TRAITS , typename LO , typename GO >
bool panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::scatterIC_
private

◆ applyBC_

template<typename TRAITS , typename LO , typename GO >
std::vector< PHX::MDField<const bool,Cell,NODE> > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::applyBC_
private

The documentation for this class was generated from the following files: