Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO > Class Template Reference

#include <Panzer_ScatterDirichletResidual_Epetra_decl.hpp>

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

Public Member Functions

 ScatterDirichletResidual_Epetra (const Teuchos::RCP< const GlobalIndexer > &indexer, const Teuchos::RCP< const panzer::GlobalIndexer > &)
 
 ScatterDirichletResidual_Epetra (const Teuchos::RCP< const GlobalIndexer > &indexer, const Teuchos::RCP< const panzer::GlobalIndexer > &cIndexer, const Teuchos::ParameterList &p)
 
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
< CloneableEvaluator
clone (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 PHX::EvaluatorWithBaseImpl< TRAITS >
virtual void evaluateFields (typename Traits::EvalData d) override=0
 
- Public Member Functions inherited from PHX::Evaluator< Traits >
 Evaluator ()
 
virtual ~Evaluator ()
 
virtual void postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)=0
 
virtual const std::vector
< Teuchos::RCP< FieldTag > > & 
evaluatedFields () const =0
 
virtual const std::vector
< Teuchos::RCP< FieldTag > > & 
contributedFields () const =0
 
virtual const std::vector
< Teuchos::RCP< FieldTag > > & 
dependentFields () const =0
 
virtual const std::vector
< Teuchos::RCP< FieldTag > > & 
unsharedFields () const =0
 
virtual void preEvaluate (typename Traits::PreEvalData d)=0
 
virtual void postEvaluate (typename Traits::PostEvalData d)=0
 
virtual const std::string & getName () const =0
 
virtual void bindField (const PHX::FieldTag &ft, const PHX::any &f)=0
 
virtual PHX::DeviceEvaluator
< Traits > * 
createDeviceEvaluator () const =0
 
virtual void rebuildDeviceEvaluator (PHX::DeviceEvaluator< Traits > *e) const =0
 
virtual void deleteDeviceEvaluator (PHX::DeviceEvaluator< Traits > *e) const =0
 
virtual void printFieldValues (std::ostream &os) const =0
 
- 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::Residual::ScalarT 
ScalarT
 

Private Member Functions

 ScatterDirichletResidual_Epetra ()
 

Private Attributes

Teuchos::RCP< PHX::FieldTagscatterHolder_
 
std::vector< PHX::MDField
< const ScalarT, Cell, NODE > > 
scatterFields_
 
Teuchos::RCP< const
panzer::GlobalIndexer
globalIndexer_
 
std::vector< int > fieldIds_
 
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< Epetra_VectordirichletCounter_
 
std::string globalDataKey_
 
Teuchos::RCP< const
EpetraLinearObjContainer
epetraContainer_
 
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

- 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_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >

Definition at line 87 of file Panzer_ScatterDirichletResidual_Epetra_decl.hpp.

Member Typedef Documentation

template<typename TRAITS , typename LO , typename GO >
typedef panzer::Traits::Residual::ScalarT panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::ScalarT
private

Constructor & Destructor Documentation

template<typename TRAITS , typename LO , typename GO >
panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::ScatterDirichletResidual_Epetra ( const Teuchos::RCP< const GlobalIndexer > &  indexer,
const Teuchos::RCP< const panzer::GlobalIndexer > &   
)
inline
template<typename TRAITS , typename LO , typename GO >
panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::ScatterDirichletResidual_Epetra ( const Teuchos::RCP< const GlobalIndexer > &  indexer,
const Teuchos::RCP< const panzer::GlobalIndexer > &  cIndexer,
const Teuchos::ParameterList p 
)
template<typename TRAITS , typename LO , typename GO >
panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::ScatterDirichletResidual_Epetra ( )
inlineprivate

Member Function Documentation

template<typename TRAITS , typename LO , typename GO >
void panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::postRegistrationSetup ( typename TRAITS::SetupData  d,
PHX::FieldManager< TRAITS > &  vm 
)
template<typename TRAITS , typename LO , typename GO >
void panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::preEvaluate ( typename TRAITS::PreEvalData  d)
template<typename TRAITS , typename LO , typename GO >
void panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::evaluateFields ( typename TRAITS::EvalData  workset)
template<typename TRAITS , typename LO , typename GO >
virtual Teuchos::RCP<CloneableEvaluator> panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::clone ( const Teuchos::ParameterList pl) const
inlinevirtual

Member Data Documentation

template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<PHX::FieldTag> panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::scatterHolder_
private
template<typename TRAITS , typename LO , typename GO >
std::vector< PHX::MDField<const ScalarT,Cell,NODE> > panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::scatterFields_
private
template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<const panzer::GlobalIndexer> panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::globalIndexer_
private
template<typename TRAITS , typename LO , typename GO >
std::vector<int> panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::fieldIds_
private
template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<const std::map<std::string,std::string> > panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::fieldMap_
private
template<typename TRAITS , typename LO , typename GO >
std::size_t panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::num_nodes
private
template<typename TRAITS , typename LO , typename GO >
std::size_t panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::side_subcell_dim_
private
template<typename TRAITS , typename LO , typename GO >
std::size_t panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::local_side_id_
private
template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<Epetra_Vector> panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::dirichletCounter_
private
template<typename TRAITS , typename LO , typename GO >
std::string panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::globalDataKey_
private
template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<const EpetraLinearObjContainer> panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::epetraContainer_
private
template<typename TRAITS , typename LO , typename GO >
bool panzer::ScatterDirichletResidual_Epetra< panzer::Traits::Residual, TRAITS, LO, GO >::checkApplyBC_
private

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

Definition at line 144 of file Panzer_ScatterDirichletResidual_Epetra_decl.hpp.

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

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