#include "Teuchos_RCP.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Albany_AbstractProblem.hpp"
#include "Phalanx.hpp"
#include "PHAL_Workset.hpp"
#include "PHAL_Dimension.hpp"
#include <boost/type_traits/is_same.hpp>
#include "Intrepid_FieldContainer.hpp"
#include "Intrepid_DefaultCubatureFactory.hpp"
#include "Shards_CellTopology.hpp"
#include "Albany_Utils.hpp"
#include "Albany_ProblemUtils.hpp"
#include "Albany_EvaluatorUtils.hpp"
#include "Albany_ResponseUtilities.hpp"
#include "PHAL_NSContravarientMetricTensor.hpp"
#include "PHAL_NSMaterialProperty.hpp"
#include "PHAL_Source.hpp"
#include "PHAL_NSBodyForce.hpp"
#include "PHAL_NSPermeabilityTerm.hpp"
#include "PHAL_NSForchheimerTerm.hpp"
#include "PHAL_NSRm.hpp"
#include "PHAL_NSTauM.hpp"
#include "PHAL_NSTauT.hpp"
#include "PHAL_NSMomentumResid.hpp"
#include "PHAL_NSContinuityResid.hpp"
#include "PHAL_NSThermalEqResid.hpp"
#include "PHAL_NSNeutronEqResid.hpp"
Go to the source code of this file.
Classes | |
class | Albany::NavierStokes |
Abstract interface for representing a 1-D finite element problem. More... | |
Namespaces | |
namespace | Albany |
Albany driver code, problems, discretizations, and responses. |