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

#include <Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp>

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

Public Member Functions

 ScatterDirichletResidual_BlockedEpetra (const std::vector< Teuchos::RCP< const GlobalIndexer > > &rIndexers, const std::vector< Teuchos::RCP< const GlobalIndexer > > &cIndexers)
 
 ScatterDirichletResidual_BlockedEpetra (const std::vector< Teuchos::RCP< const GlobalIndexer > > &rIndexers, const std::vector< Teuchos::RCP< const GlobalIndexer > > &cIndexers, const Teuchos::ParameterList &p, bool useDiscreteAdjoint=false)
 
void preEvaluate (typename TRAITS::PreEvalData d)
 
void postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
 
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::DomainEvaluator
 DomainEvaluator (DomainType domain=ALL)
 Constructor. More...
 
virtual ~DomainEvaluator ()=default
 Default destructor. More...
 
void setDomain (const DomainType domain)
 Set the domain for the evaluator. More...
 
DomainType getDomain ()
 Get the domain for the evaluator. More...
 
virtual int cellStartIndex (const panzer::Workset &workset) const
 Returns the starting cell for the specified domain for a given workset. More...
 
virtual int cellEndIndex (const panzer::Workset &workset) const
 Returns the non-inclusive end cell for the specified domain for a given workset. More...
 
- Public Member Functions inherited from panzer::CloneableEvaluator
 CloneableEvaluator ()
 
virtual ~CloneableEvaluator ()
 

Private Types

typedef panzer::Traits::Jacobian::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 GlobalIndexer > > rowIndexers_
 
std::vector< Teuchos::RCP< const GlobalIndexer > > 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 num_eq
 
std::size_t side_subcell_dim_
 
std::size_t local_side_id_
 
Teuchos::RCP< Thyra::ProductVectorBase< double > > dirichletCounter_
 
std::string globalDataKey_
 
Teuchos::RCP< Thyra::ProductVectorBase< double > > r_
 
Teuchos::RCP< Thyra::BlockedLinearOpBase< double > > Jac_
 
bool checkApplyBC_
 If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis. More...
 
std::vector< PHX::MDField< const bool, Cell, NODE > > applyBC_
 

Additional Inherited Members

- Public Types inherited from panzer::DomainEvaluator
enum  DomainType : int {
  OWNED =0, GHOST =1, REAL =2, VIRTUAL =3,
  EXTERNAL =4, ALL =5
}
 Domain types supported by worksets. More...
 
- Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
WorksetDetailsAccessor wda
 

Detailed Description

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

Definition at line 251 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.

Member Typedef Documentation

◆ ScalarT

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

Constructor & Destructor Documentation

◆ ScatterDirichletResidual_BlockedEpetra() [1/3]

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

◆ ScatterDirichletResidual_BlockedEpetra() [2/3]

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

◆ ScatterDirichletResidual_BlockedEpetra() [3/3]

template<typename TRAITS , typename LO , typename GO >
panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::ScatterDirichletResidual_BlockedEpetra ( )
private

Member Function Documentation

◆ preEvaluate()

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

◆ postRegistrationSetup()

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

◆ evaluateFields()

template<typename TRAITS , typename LO , typename GO >
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, 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::Jacobian, 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::Jacobian, 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::Jacobian, TRAITS, LO, GO >::scatterFields_
private

◆ rowIndexers_

template<typename TRAITS , typename LO , typename GO >
std::vector<Teuchos::RCP<const GlobalIndexer> > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::rowIndexers_
private

◆ colIndexers_

template<typename TRAITS , typename LO , typename GO >
std::vector<Teuchos::RCP<const GlobalIndexer> > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::colIndexers_
private

◆ indexerIds_

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

◆ subFieldIds_

template<typename TRAITS , typename LO , typename GO >
std::vector<int> panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, 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::Jacobian, TRAITS, LO, GO >::fieldMap_
private

◆ num_nodes

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

◆ num_eq

template<typename TRAITS , typename LO , typename GO >
std::size_t panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::num_eq
private

◆ side_subcell_dim_

template<typename TRAITS , typename LO , typename GO >
std::size_t panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, 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::Jacobian, 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::Jacobian, TRAITS, LO, GO >::dirichletCounter_
private

◆ globalDataKey_

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

◆ r_

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

◆ Jac_

template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<Thyra::BlockedLinearOpBase<double> > panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::Jac_
private

◆ checkApplyBC_

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

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

Definition at line 312 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.

◆ applyBC_

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

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