Panzer Version of the Day
|
#include <Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp>
Public Member Functions | |
ScatterDirichletResidual_BlockedEpetra (const std::vector< Teuchos::RCP< const GlobalIndexer > > &rIndexers, const std::vector< Teuchos::RCP< const GlobalIndexer > > &) | |
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 | 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 |
![]() | |
void | setDetailsIndex (const int di) |
An evaluator builder sets the details index. | |
![]() | |
DomainEvaluator (DomainType domain=ALL) | |
Constructor. | |
virtual | ~DomainEvaluator ()=default |
Default destructor. | |
void | setDomain (const DomainType domain) |
Set the domain for the evaluator. | |
DomainType | getDomain () |
Get the domain for the evaluator. | |
virtual int | cellStartIndex (const panzer::Workset &workset) const |
Returns the starting cell for the specified domain for a given workset. | |
virtual int | cellEndIndex (const panzer::Workset &workset) const |
Returns the non-inclusive end cell for the specified domain for a given workset. | |
![]() | |
CloneableEvaluator () | |
virtual | ~CloneableEvaluator () |
Private Types | |
typedef panzer::Traits::Tangent::ScalarT | ScalarT |
using | BCFieldType = PHX::MDField<const bool,Cell,NODE> |
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 | 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. | |
bool | scatterIC_ |
std::vector< BCFieldType > | applyBC_ |
Additional Inherited Members | |
![]() | |
enum | DomainType : int { OWNED =0 , GHOST =1 , REAL =2 , VIRTUAL =3 , EXTERNAL =4 , ALL =5 } |
Domain types supported by worksets. More... | |
![]() | |
WorksetDetailsAccessor | wda |
Definition at line 180 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 207 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 208 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
inline |
Definition at line 187 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, 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 ) |
Definition at line 303 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
|
inlineprivate |
Definition at line 246 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
PHX::FieldManager< TRAITS > & | vm ) |
Definition at line 363 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 385 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Tangent, TRAITS, LO, GO >::evaluateFields | ( | typename TRAITS::EvalData | workset | ) |
Definition at line 420 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 203 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 211 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 214 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 216 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 217 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 219 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 220 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 226 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 228 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 230 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 231 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 233 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 234 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 235 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
If set to true, allows runtime disabling of dirichlet BCs on node-by-node basis.
Definition at line 238 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 241 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 244 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.