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

Public Types | |
| typedef ResponseScatterEvaluator_ProbeBase< EvalT, Traits, LO, GO > | Base |
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... | |
Public Member Functions | |
| ResponseScatterEvaluator_Probe (const std::string &responseName, const std::string &fieldName, const int fieldComponent, const Teuchos::Array< double > &point, const IntegrationRule &ir, const Teuchos::RCP< const PureBasis > &basis, const Teuchos::RCP< const panzer::GlobalIndexer > &indexer, const Teuchos::RCP< ProbeScatterBase > &probeScatter) | |
| A constructor with concrete arguments instead of a parameter list. | |
Public Member Functions inherited from panzer::ResponseScatterEvaluator_ProbeBase< EvalT, Traits, LO, GO > | |
| ResponseScatterEvaluator_ProbeBase (const std::string &responseName, const std::string &fieldName, const int fieldComponent, const Teuchos::Array< double > &point, const IntegrationRule &ir, const Teuchos::RCP< const PureBasis > &basis, const Teuchos::RCP< const panzer::GlobalIndexer > &indexer, const Teuchos::RCP< ProbeScatterBase > &probeScatter) | |
| A constructor with concrete arguments instead of a parameter list. | |
| void | evaluateFields (typename Traits::EvalData d) |
| void | postRegistrationSetup (typename Traits::SetupData, PHX::FieldManager< Traits > &) |
| void | preEvaluate (typename Traits::PreEvalData d) |
| bool | findCellAndComputeBasisValues (typename Traits::EvalData d) |
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. | |
Additional Inherited Members | |
Protected Types inherited from panzer::ResponseScatterEvaluator_ProbeBase< EvalT, Traits, LO, GO > | |
| typedef EvalT::ScalarT | ScalarT |
Protected Attributes inherited from panzer::ResponseScatterEvaluator_ProbeBase< EvalT, Traits, LO, GO > | |
| std::string | responseName_ |
| std::string | fieldName_ |
| int | fieldComponent_ |
| Teuchos::Array< double > | point_ |
| Teuchos::RCP< const panzer::PureBasis > | basis_ |
| Teuchos::RCP< Response_Probe< EvalT > > | responseObj_ |
| Teuchos::RCP< const shards::CellTopology > | topology_ |
| Teuchos::RCP< const panzer::GlobalIndexer > | globalIndexer_ |
| Teuchos::RCP< PHX::FieldTag > | scatterHolder_ |
| PHX::MDField< const ScalarT, Cell, BASIS > | field_ |
| Teuchos::RCP< ProbeScatterBase > | scatterObj_ |
| bool | haveProbe_ |
| int | cellIndex_ |
| size_t | workset_id_ |
| size_t | num_basis |
| size_t | num_dim |
| Kokkos::DynRankView< double, PHX::Device > | basis_values_ |
Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< Traits > | |
| WorksetDetailsAccessor | wda |
This class handles calculation of a DOF at a single point in space
Definition at line 117 of file Panzer_ResponseScatterEvaluator_Probe.hpp.
| typedef ResponseScatterEvaluator_ProbeBase<EvalT,Traits,LO,GO> panzer::ResponseScatterEvaluator_Probe< EvalT, Traits, LO, GO >::Base |
Definition at line 121 of file Panzer_ResponseScatterEvaluator_Probe.hpp.
|
inline |
A constructor with concrete arguments instead of a parameter list.
Definition at line 124 of file Panzer_ResponseScatterEvaluator_Probe.hpp.