|
Panzer Version of the Day
|
#include "Sacado_ScalarParameterLibrary.hpp"#include "Sacado_ScalarParameterVector.hpp"#include "Panzer_Traits.hpp"#include "Panzer_EvaluationTraits.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | panzer |
| Computes | |
Typedefs | |
| typedef Sacado::ScalarParameterLibrary< panzer::EvaluationTraits > | panzer::ParamLib |
| Panzer's registry of named scalar parameters (see panzer::ScalarParameterEntry), keyed and evaluated using panzer::EvaluationTraits. | |
| typedef Sacado::ScalarParameterVector< panzer::EvaluationTraits > | panzer::ParamVec |
| A vector of named scalar parameter entries drawn from a ParamLib, e.g. for use as LOCA continuation/bifurcation parameters. | |