#include "Teuchos_RCP.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Albany_AbstractProblem.hpp"
#include "Phalanx.hpp"
#include "PHAL_Workset.hpp"
#include "PHAL_Dimension.hpp"
#include "Albany_ProblemUtils.hpp"
#include "Albany_ResponseUtilities.hpp"
#include "Albany_EvaluatorUtils.hpp"
#include "PHAL_AlbanyTraits.hpp"
#include "ElasticModulus.hpp"
#include "PoissonsRatio.hpp"
#include "PHAL_Source.hpp"
#include "Strain.hpp"
#include "Stress.hpp"
#include "PHAL_SaveStateField.hpp"
#include "ElasticityResid.hpp"
#include "PHAL_ThermalConductivity.hpp"
#include "PHAL_HeatEqResid.hpp"
Go to the source code of this file.
Classes | |
class | Albany::ThermoElasticityProblem |
Abstract interface for representing a 2-D finite element problem. More... | |
Namespaces | |
namespace | Albany |
Albany driver code, problems, discretizations, and responses. |