Classes | Namespaces | Defines

PHAL_IdentityCoordinateFunctionTraits.hpp File Reference

#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_VerboseObject.hpp>
#include <Sacado_ScalarParameterLibrary.hpp>
#include "PHAL_AlbanyTraits.hpp"
Include dependency graph for PHAL_IdentityCoordinateFunctionTraits.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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  )