Panzer
Version of the Day
|
Pushes residual values into the residual vector for a Newton-based solve. More...
#include <Panzer_ScatterDirichletResidual_BlockedTpetra.hpp>
Public Types | |
typedef EvalT::ScalarT | ScalarT |
Public Member Functions | |
ScatterDirichletResidual_BlockedTpetra (const Teuchos::RCP< const BlockedDOFManager< LO, GO > > &indexer) | |
ScatterDirichletResidual_BlockedTpetra (const Teuchos::RCP< const BlockedDOFManager< LO, GO > > &gidProviders, const Teuchos::ParameterList &p) | |
virtual Teuchos::RCP< CloneableEvaluator > | clone (const Teuchos::ParameterList &pl) const |
void | postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm) |
void | evaluateFields (typename TRAITS::EvalData d) |
![]() | |
void | setDetailsIndex (const int di) |
An evaluator builder sets the details index. More... | |
![]() | |
CloneableEvaluator () | |
virtual | ~CloneableEvaluator () |
Additional Inherited Members | |
![]() | |
WorksetDetailsAccessor | wda |
Pushes residual values into the residual vector for a Newton-based solve.
Currently makes an assumption that the stride is constant for dofs and that the number of dofs is equal to the size of the solution names vector.
Definition at line 81 of file Panzer_ScatterDirichletResidual_BlockedTpetra.hpp.
typedef EvalT::ScalarT panzer::ScatterDirichletResidual_BlockedTpetra< EvalT, TRAITS, LO, GO, NodeT >::ScalarT |
Definition at line 86 of file Panzer_ScatterDirichletResidual_BlockedTpetra.hpp.
|
inline |
Definition at line 87 of file Panzer_ScatterDirichletResidual_BlockedTpetra.hpp.
panzer::ScatterDirichletResidual_BlockedTpetra< EvalT, TRAITS, LO, GO, NodeT >::ScatterDirichletResidual_BlockedTpetra | ( | const Teuchos::RCP< const BlockedDOFManager< LO, GO > > & | gidProviders, |
const Teuchos::ParameterList & | p | ||
) |
Definition at line 73 of file Panzer_ScatterDirichletResidual_BlockedTpetra_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 93 of file Panzer_ScatterDirichletResidual_BlockedTpetra.hpp.
|
inline |
Definition at line 96 of file Panzer_ScatterDirichletResidual_BlockedTpetra.hpp.
|
inline |
Definition at line 98 of file Panzer_ScatterDirichletResidual_BlockedTpetra.hpp.