Panzer
Version of the Day
|
#include <Panzer_ResponseEvaluatorFactory_Functional.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 | |
MPI_Comm | comm_ |
int | cubatureDegree_ |
bool | requiresCellIntegral_ |
std::string | quadPointField_ |
Teuchos::RCP< const panzer::LinearObjFactory < panzer::Traits > > | linearObjFactory_ |
bool | applyDirichletToDerivative_ |
This class defines a response based on a functional.
Definition at line 31 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.
|
inline |
Definition at line 34 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.
|
inlinevirtual |
Definition at line 42 of file Panzer_ResponseEvaluatorFactory_Functional.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. |
Definition at line 30 of file Panzer_ResponseEvaluatorFactory_Functional_impl.hpp.
|
inlinevirtual |
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. This is the sideset version of the buildResponseObject function.
[in] | responseName | Name of response to be built. This name will be used for looking up the response in the GlobalEvaluationDataContainer object. |
[in] | wkstdescs | A vector of descriptors for the elements this response is over. |
Implements panzer::ResponseEvaluatorFactory< EvalT >.
Definition at line 55 of file Panzer_ResponseEvaluatorFactory_Functional.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 40 of file Panzer_ResponseEvaluatorFactory_Functional_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 107 of file Panzer_ResponseEvaluatorFactory_Functional_impl.hpp.
|
inlineprotected |
Accessor method for Cubature degree (can be used by sub classes)
Definition at line 86 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.
|
private |
Definition at line 89 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.
|
private |
Definition at line 90 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.
|
private |
Definition at line 91 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.
|
private |
Definition at line 92 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.
|
private |
Definition at line 93 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.
|
private |
Definition at line 94 of file Panzer_ResponseEvaluatorFactory_Functional.hpp.