|
Panzer Version of the Day
|
#include <Panzer_Integrator_TransientBasisTimesScalar_decl.hpp>

Public Member Functions | |
| Integrator_TransientBasisTimesScalar (const Teuchos::ParameterList &p) | |
| Construct from a ParameterList specifying the residual field name, integrand name, basis, integration rule, scaling multiplier, and optional field multipliers. | |
| void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &fm) |
| Looks up the basis index needed by evaluateFields(). Called once before the first evaluation. | |
| void | evaluateFields (typename Traits::EvalData d) |
| Computes the residual field for this workset per the class description, when the workset indicates transient terms should be evaluated. | |
Public Member Functions inherited from panzer::EvaluatorWithBaseImpl< Traits > | |
| void | setDetailsIndex (const int di) |
| An evaluator builder sets the details index. | |
Public Member Functions inherited from panzer::DomainEvaluator | |
| 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. | |
Private Types | |
| using | ScalarT = typename EvalT::ScalarT |
Private Member Functions | |
| Teuchos::RCP< Teuchos::ParameterList > | getValidParameters () const |
| Returns the ParameterList of valid parameters/defaults for this evaluator's constructor. | |
Private Attributes | |
| PHX::MDField< ScalarT, Cell, BASIS > | residual |
| PHX::MDField< const ScalarT, Cell, IP > | scalar |
| std::vector< PHX::MDField< const ScalarT, Cell, IP > > | field_multipliers |
| std::size_t | num_nodes |
| std::size_t | num_qp |
| double | multiplier |
| std::string | basis_name |
| std::size_t | basis_index |
| Kokkos::DynRankView< ScalarT, typename PHX::DevLayout< ScalarT >::type, PHX::Device > | tmp |
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 |
This integrates a scalar quantity times a basis function over each cell, contributing to the residual only when the workset indicates transient (time derivative) terms should be evaluated. It is useful for building the mass-matrix-like terms of a time-dependent weak form.
Definition at line 31 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 55 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
| panzer::Integrator_TransientBasisTimesScalar< EvalT, Traits >::Integrator_TransientBasisTimesScalar | ( | const Teuchos::ParameterList & | p | ) |
Construct from a ParameterList specifying the residual field name, integrand name, basis, integration rule, scaling multiplier, and optional field multipliers.
Definition at line 24 of file Panzer_Integrator_TransientBasisTimesScalar_impl.hpp.
| void panzer::Integrator_TransientBasisTimesScalar< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
| PHX::FieldManager< Traits > & | fm | ||
| ) |
Looks up the basis index needed by evaluateFields(). Called once before the first evaluation.
Definition at line 73 of file Panzer_Integrator_TransientBasisTimesScalar_impl.hpp.
| void panzer::Integrator_TransientBasisTimesScalar< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Computes the residual field for this workset per the class description, when the workset indicates transient terms should be evaluated.
Definition at line 92 of file Panzer_Integrator_TransientBasisTimesScalar_impl.hpp.
|
private |
Returns the ParameterList of valid parameters/defaults for this evaluator's constructor.
Definition at line 123 of file Panzer_Integrator_TransientBasisTimesScalar_impl.hpp.
|
private |
Definition at line 57 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 59 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 61 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 63 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 65 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 67 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 69 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 70 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.
|
private |
Definition at line 72 of file Panzer_Integrator_TransientBasisTimesScalar_decl.hpp.