#include "Teuchos_RCP.hpp"
#include "Teuchos_ParameterList.hpp"
#include "AAdapt_AbstractAdapter.hpp"
#include "Albany_GenericSTKMeshStruct.hpp"
#include "Albany_STKDiscretization.hpp"
#include "Phalanx.hpp"
#include "PHAL_Workset.hpp"
#include "PHAL_Dimension.hpp"
#include "AAdapt_STKUnifSizeField.hpp"
#include "UniformRefinerPattern.hpp"
Go to the source code of this file.
Classes | |
class | AAdapt::STKAdapt< SizeField > |
Namespaces | |
namespace | AAdapt |
Defines | |
#define | STKADAPT_INSTANTIATE_TEMPLATE_CLASS_UNIFREFINE(name) template class name<AAdapt::STKUnifRefineField>; |
#define | STKADAPT_INSTANTIATE_TEMPLATE_CLASS(name) STKADAPT_INSTANTIATE_TEMPLATE_CLASS_UNIFREFINE(name) |
#define STKADAPT_INSTANTIATE_TEMPLATE_CLASS_UNIFREFINE | ( | name | ) | template class name<AAdapt::STKUnifRefineField>; |
Definition at line 84 of file AAdapt_STKAdapt.hpp.
#define STKADAPT_INSTANTIATE_TEMPLATE_CLASS | ( | name | ) | STKADAPT_INSTANTIATE_TEMPLATE_CLASS_UNIFREFINE(name) |
Definition at line 87 of file AAdapt_STKAdapt.hpp.