#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_VerboseObject.hpp>
#include <Sacado_ScalarParameterLibrary.hpp>
#include "PHAL_AlbanyTraits.hpp"
Go to the source code of this file.
Classes | |
class | PHAL::IdentityCoordFunctionTraits< EvalT > |
Interface for representing a coordinate function to be applied as a Dirichlet boundary condition. More... | |
Namespaces | |
namespace | PHAL |
Finite Element Interpolation Evaluator. | |
Defines | |
#define | COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_RESIDUAL(name) template class name<PHAL::AlbanyTraits::Residual>; |
#define | COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_JACOBIAN(name) template class name<PHAL::AlbanyTraits::Jacobian>; |
#define | COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_TANGENT(name) template class name<PHAL::AlbanyTraits::Tangent>; |
#define | COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS(name) |
#define COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_RESIDUAL | ( | name | ) | template class name<PHAL::AlbanyTraits::Residual>; |
Definition at line 71 of file PHAL_IdentityCoordinateFunctionTraits.hpp.
#define COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_JACOBIAN | ( | name | ) | template class name<PHAL::AlbanyTraits::Jacobian>; |
Definition at line 73 of file PHAL_IdentityCoordinateFunctionTraits.hpp.
#define COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_TANGENT | ( | name | ) | template class name<PHAL::AlbanyTraits::Tangent>; |
Definition at line 75 of file PHAL_IdentityCoordinateFunctionTraits.hpp.
#define COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS | ( | name | ) |
COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_RESIDUAL(name) \ COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_JACOBIAN(name) \ COORD_FUNC_INSTANTIATE_TEMPLATE_CLASS_TANGENT(name)
Definition at line 105 of file PHAL_IdentityCoordinateFunctionTraits.hpp.