|
Panzer Version of the Day
|
User-defined data passed to PHX::Evaluator::postRegistrationSetup() during the one-time setup phase.
More...
#include <Panzer_Traits.hpp>
Public Attributes | |
| Teuchos::RCP< const std::vector< panzer::Workset > > | worksets_ |
| All worksets that will be evaluated over the lifetime of this evaluator. | |
| Teuchos::RCP< const std::vector< Intrepid2::Orientation > > | orientations_ |
| Cell orientations corresponding to the worksets above. | |
User-defined data passed to PHX::Evaluator::postRegistrationSetup() during the one-time setup phase.
Gives evaluators access to the full set of worksets and cell orientations up front, so any data needed at evaluation time that is expensive to look up (e.g. field pointers) can be cached during setup rather than on every call to evaluateFields().
Definition at line 123 of file Panzer_Traits.hpp.
| Teuchos::RCP<const std::vector<panzer::Workset> > panzer::Traits::SD::worksets_ |
All worksets that will be evaluated over the lifetime of this evaluator.
Definition at line 125 of file Panzer_Traits.hpp.
| Teuchos::RCP<const std::vector<Intrepid2::Orientation> > panzer::Traits::SD::orientations_ |
Cell orientations corresponding to the worksets above.
Definition at line 127 of file Panzer_Traits.hpp.