Panzer
Version of the Day
|
#include <Panzer_ResponseEvaluatorFactory_IPCoordinates.hpp>
Protected Member Functions | |
int | getCubatureDegree () const |
Accessor method for Cubature degree (can be used by sub classes) More... | |
Protected Member Functions inherited from panzer::EvaluatorsRegistrar | |
EvaluatorsRegistrar () | |
Default ctor initializes WorksetDetails index to 0. More... | |
virtual | ~EvaluatorsRegistrar () |
template<typename EvalT > | |
void | registerEvaluator (PHX::FieldManager< panzer::Traits > &fm, const Teuchos::RCP< PHX::Evaluator< panzer::Traits > > &op) const |
Private Attributes | |
int | cubatureDegree_ |
This class defines a response based on a functional.
Definition at line 29 of file Panzer_ResponseEvaluatorFactory_IPCoordinates.hpp.
|
inline |
Definition at line 32 of file Panzer_ResponseEvaluatorFactory_IPCoordinates.hpp.
|
inlinevirtual |
Definition at line 35 of file Panzer_ResponseEvaluatorFactory_IPCoordinates.hpp.
|
virtual |
Build the response object used by this factory. This object assumes the role of the scatter target and will be accessible by all the evaluators in the field managers.
[in] | responseName | Name of response to be built. This name will be used for looking up the response in the GlobalEvaluationDataContainer object. |
Implements panzer::ResponseEvaluatorFactory< EvalT >.
Definition at line 29 of file Panzer_ResponseEvaluatorFactory_IPCoordinates_impl.hpp.
|
virtual |
Build and register evaluators for a response on a particular physics block.
[in] | responseName | The name of the response to be constructed by these evaluators. |
[in,out] | fm | Field manager to be fuild with the evaluators. |
[in] | physicsBlock | What physics block is being used for constructing the evaluators |
[in] | user_data | The user data parameter list, this stores things that the user may find useful. |
Implements panzer::ResponseEvaluatorFactory< EvalT >.
Definition at line 47 of file Panzer_ResponseEvaluatorFactory_IPCoordinates_impl.hpp.
|
virtual |
Is this evaluation type supported by the factory. This is used to determine cases where a response may support a particular evaluation type, however at runtime the user decides not to enable the (say) Jacobian evaluation of this response.
Note that use of this mechanism is complementary to having the builder return Teuchos::null
for a particular evaluation type.
Implements panzer::ResponseEvaluatorFactory< EvalT >.
Definition at line 70 of file Panzer_ResponseEvaluatorFactory_IPCoordinates_impl.hpp.
|
inlineprotected |
Accessor method for Cubature degree (can be used by sub classes)
Definition at line 76 of file Panzer_ResponseEvaluatorFactory_IPCoordinates.hpp.
|
virtual |
Is this evaluation type supported by the factory. This is used to determine cases where a response may support a particular evaluation type, however at runtime the user decides not to enable the (say) Jacobian evaluation of this response.
Note that use of this mechanism is complementary to having the builder return Teuchos::null
for a particular evaluation type.
Implements panzer::ResponseEvaluatorFactory< EvalT >.
Definition at line 77 of file Panzer_ResponseEvaluatorFactory_IPCoordinates_impl.hpp.
|
private |
Definition at line 79 of file Panzer_ResponseEvaluatorFactory_IPCoordinates.hpp.