Panzer  Version of the Day
Public Types | Public Member Functions | List of all members
panzer::GatherSolution_BlockedEpetra< EvalT, TRAITS, LO, GO > Class Template Reference

Gathers solution values from the Newton solution vector into the nodal fields of the field manager. More...

#include <Panzer_GatherSolution_BlockedEpetra_decl.hpp>

Inheritance diagram for panzer::GatherSolution_BlockedEpetra< EvalT, TRAITS, LO, GO >:
Inheritance graph
[legend]

Public Types

typedef EvalT::ScalarT ScalarT
 

Public Member Functions

 GatherSolution_BlockedEpetra (const Teuchos::ParameterList &p)
 
virtual Teuchos::RCP< CloneableEvaluatorclone (const Teuchos::ParameterList &pl) const
 
void postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
 
void evaluateFields (typename TRAITS::EvalData d)
 
- 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::CloneableEvaluator
 CloneableEvaluator ()
 
virtual ~CloneableEvaluator ()
 

Additional Inherited Members

- Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
WorksetDetailsAccessor wda
 

Detailed Description

template<typename EvalT, typename TRAITS, typename LO, typename GO>
class panzer::GatherSolution_BlockedEpetra< EvalT, TRAITS, LO, GO >

Gathers solution values from the Newton solution vector into the nodal fields of the field manager.

Currently makes an assumption that the stride is constant for dofs and that the nmber of dofs is equal to the size of the solution names vector.

Definition at line 78 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.

Member Typedef Documentation

◆ ScalarT

template<typename EvalT , typename TRAITS , typename LO , typename GO >
typedef EvalT::ScalarT panzer::GatherSolution_BlockedEpetra< EvalT, TRAITS, LO, GO >::ScalarT

Definition at line 83 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.

Constructor & Destructor Documentation

◆ GatherSolution_BlockedEpetra()

template<typename EvalT , typename TRAITS , typename LO , typename GO >
panzer::GatherSolution_BlockedEpetra< EvalT, TRAITS, LO, GO >::GatherSolution_BlockedEpetra ( const Teuchos::ParameterList &  p)
inline

Definition at line 85 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.

Member Function Documentation

◆ clone()

template<typename EvalT , typename TRAITS , typename LO , typename GO >
virtual Teuchos::RCP<CloneableEvaluator> panzer::GatherSolution_BlockedEpetra< EvalT, TRAITS, LO, GO >::clone ( const Teuchos::ParameterList &  pl) const
inlinevirtual

◆ postRegistrationSetup()

template<typename EvalT , typename TRAITS , typename LO , typename GO >
void panzer::GatherSolution_BlockedEpetra< EvalT, TRAITS, LO, GO >::postRegistrationSetup ( typename TRAITS::SetupData  d,
PHX::FieldManager< TRAITS > &  vm 
)
inline

Definition at line 90 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.

◆ evaluateFields()

template<typename EvalT , typename TRAITS , typename LO , typename GO >
void panzer::GatherSolution_BlockedEpetra< EvalT, TRAITS, LO, GO >::evaluateFields ( typename TRAITS::EvalData  d)
inline

Definition at line 92 of file Panzer_GatherSolution_BlockedEpetra_decl.hpp.


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