#include <fstream>
#include "Teuchos_TestForException.hpp"
#include "Phalanx_DataLayout.hpp"
#include "Sacado_ParameterRegistration.hpp"
#include "Albany_Utils.hpp"
Go to the source code of this file.
Namespaces | |
namespace | PHAL |
Finite Element Interpolation Evaluator. | |
Enumerations | |
enum | SG_RF { CONSTANT, UNIFORM, LOGNORMAL } |
Variables | |
const int | num_sg_rf = 3 |
const SG_RF | sg_rf_values [] = {CONSTANT, UNIFORM, LOGNORMAL} |
const char * | sg_rf_names [] = {"Constant", "Uniform", "Log-Normal"} |
SG_RF | randField = CONSTANT |
enum SG_RF |
Definition at line 14 of file PHAL_ThermalConductivity_Def.hpp.
const int num_sg_rf = 3 |
Definition at line 15 of file PHAL_ThermalConductivity_Def.hpp.
const SG_RF sg_rf_values[] = {CONSTANT, UNIFORM, LOGNORMAL} |
Definition at line 16 of file PHAL_ThermalConductivity_Def.hpp.
const char* sg_rf_names[] = {"Constant", "Uniform", "Log-Normal"} |
Definition at line 17 of file PHAL_ThermalConductivity_Def.hpp.
Definition at line 19 of file PHAL_ThermalConductivity_Def.hpp.