Panzer Version of the Day
|
#include <Panzer_Integrator_Scalar_decl.hpp>
Public Member Functions | |
Integrator_Scalar (const Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &fm) |
void | evaluateFields (typename Traits::EvalData d) |
const PHX::FieldTag & | getFieldTag () 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. | |
Private Types | |
using | ScalarT = typename EvalT::ScalarT |
Private Member Functions | |
Teuchos::RCP< Teuchos::ParameterList > | getValidParameters () const |
Private Attributes | |
PHX::MDField< ScalarT > | integral |
PHX::MDField< const ScalarT, Cell, IP > | scalar |
PHX::View< PHX::UnmanagedView< constScalarT ** > * >::HostMirror | field_multipliers_h |
PHX::View< PHX::UnmanagedView< const ScalarT ** > * > | field_multipliers |
std::size_t | num_qp |
std::size_t | quad_index |
int | quad_order |
double | multiplier |
Kokkos::DynRankView< ScalarT, typename PHX::DevLayout< ScalarT >::type, PHX::Device > | tmp |
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 |
This integrates a scalar quanity over each cell. It is useful for comptuing integral responses.
<ParameterList> <Parameter name="Integral Name" type="string" value="<Name to give to the integral field>"/> <Parameter name="Integrand Name" type="string" value="<Name of integrand>"/> <Parameter name="IR" type="RCP<IntegrationRule>" value="<user specified IntegrationRule>"/> <Parameter name="Multiplier" type="double" value="<Scaling factor, default=1>"/> <Parameter name="Field Multipliers" type="RCP<const vector<string> >" value="<Other scalar multiplier fields>"/> </ParameterList>
Definition at line 70 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 91 of file Panzer_Integrator_Scalar_decl.hpp.
panzer::Integrator_Scalar< EvalT, Traits >::Integrator_Scalar | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 56 of file Panzer_Integrator_Scalar_impl.hpp.
void panzer::Integrator_Scalar< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
PHX::FieldManager< Traits > & | fm | ||
) |
Definition at line 100 of file Panzer_Integrator_Scalar_impl.hpp.
void panzer::Integrator_Scalar< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 116 of file Panzer_Integrator_Scalar_impl.hpp.
|
inline |
Definition at line 110 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 147 of file Panzer_Integrator_Scalar_impl.hpp.
|
private |
Definition at line 93 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 95 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 97 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 98 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 100 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 101 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 102 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 104 of file Panzer_Integrator_Scalar_decl.hpp.
|
private |
Definition at line 106 of file Panzer_Integrator_Scalar_decl.hpp.