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 > > &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< 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 () |
virtual Teuchos::RCP< CloneableEvaluator > | clone (const Teuchos::ParameterList &pl) const =0 |
Private Types | |
typedef panzer::Traits::Jacobian::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 | 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. | |
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 253 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 281 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 282 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
inline |
Definition at line 260 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
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 |
||
) |
Definition at line 528 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
|
private |
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::preEvaluate | ( | typename TRAITS::PreEvalData | d | ) |
Definition at line 609 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
PHX::FieldManager< TRAITS > & | vm | ||
) |
Definition at line 586 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
void panzer::ScatterDirichletResidual_BlockedEpetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::evaluateFields | ( | typename TRAITS::EvalData | workset | ) |
Definition at line 633 of file Panzer_ScatterDirichletResidual_BlockedEpetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 276 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 285 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 288 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 290 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 291 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 293 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 294 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 300 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 302 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 303 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 305 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 306 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 308 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 309 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 311 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 312 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 315 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.
|
private |
Definition at line 318 of file Panzer_ScatterDirichletResidual_BlockedEpetra_decl.hpp.