Panzer
Version of the Day
|
#include <Panzer_ClosureModel_Factory.hpp>
Protected Attributes | |
bool | m_throw_if_model_not_found |
Additional Inherited Members | |
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 |
Definition at line 33 of file Panzer_ClosureModel_Factory.hpp.
|
inline |
Definition at line 39 of file Panzer_ClosureModel_Factory.hpp.
|
inlinevirtual |
Definition at line 41 of file Panzer_ClosureModel_Factory.hpp.
|
pure virtual |
|
inlinevirtual |
This a convenience function for registering the evaluators. Essentially this facilitates better usage of the ClosureModel TM and allows an easy registration process externally without knowning the compile-time evaluation type.
[in] | evaluators | Evaluators to register |
[in] | fm | Field manager where the evaluators will be registered on completion. |
Implements panzer::ClosureModelFactoryBase.
Definition at line 60 of file Panzer_ClosureModel_Factory.hpp.
|
inlinevirtual |
Definition at line 67 of file Panzer_ClosureModel_Factory.hpp.
|
protected |
Definition at line 36 of file Panzer_ClosureModel_Factory.hpp.