|
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, ALL =4 } |
| 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. More... | |
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. More... | |
| void | evaluateFields (typename Traits::EvalData d) |
| void | preEvaluate (typename Traits::PreEvalData 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::DomainEvaluator | |
| DomainEvaluator (DomainType domain=ALL) | |
| Constructor. More... | |
| virtual | ~DomainEvaluator ()=default |
| Default destructor. More... | |
| void | setDomain (const DomainType domain) |
| Set the domain for the evaluator. More... | |
| DomainType | getDomain () |
| Get the domain for the evaluator. More... | |
| virtual int | cellStartIndex (const panzer::Workset &workset) const |
| Returns the starting cell for the specified domain for a given workset. More... | |
| virtual int | cellEndIndex (const panzer::Workset &workset) const |
| Returns the non-inclusive end cell for the specified domain for a given workset. More... | |
This class handles calculation of a DOF at a single point in space
Definition at line 143 of file Panzer_ResponseScatterEvaluator_Probe.hpp.
| typedef ResponseScatterEvaluator_ProbeBase<EvalT,Traits,LO,GO> panzer::ResponseScatterEvaluator_Probe< EvalT, Traits, LO, GO >::Base |
Definition at line 147 of file Panzer_ResponseScatterEvaluator_Probe.hpp.
|
inline |
A constructor with concrete arguments instead of a parameter list.
Definition at line 150 of file Panzer_ResponseScatterEvaluator_Probe.hpp.
1.8.5