Intrepid2
Public Member Functions | List of all members
Intrepid2::ProjectedGeometryIdentityMap< Scalar, spaceDim > Class Template Reference

Identity map; simply preserves linear geometry. Intended primarily for tests. More...

#include <Intrepid2_ProjectedGeometryExamples.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION Scalar operator() (const Kokkos::Array< Scalar, spaceDim > &coords, const ordinal_type &d) const
 coordinate values
 
KOKKOS_INLINE_FUNCTION Scalar operator() (const Kokkos::Array< Scalar, spaceDim > &coords, const ordinal_type &d1, const ordinal_type &d2) const
 gradient of the (identity) mapping
 

Detailed Description

template<typename Scalar, const int spaceDim>
class Intrepid2::ProjectedGeometryIdentityMap< Scalar, spaceDim >

Identity map; simply preserves linear geometry. Intended primarily for tests.

Definition at line 58 of file Intrepid2_ProjectedGeometryExamples.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename Scalar , const int spaceDim>
KOKKOS_INLINE_FUNCTION Scalar Intrepid2::ProjectedGeometryIdentityMap< Scalar, spaceDim >::operator() ( const Kokkos::Array< Scalar, spaceDim > &  coords,
const ordinal_type &  d 
) const
inline

coordinate values

Definition at line 63 of file Intrepid2_ProjectedGeometryExamples.hpp.

◆ operator()() [2/2]

template<typename Scalar , const int spaceDim>
KOKKOS_INLINE_FUNCTION Scalar Intrepid2::ProjectedGeometryIdentityMap< Scalar, spaceDim >::operator() ( const Kokkos::Array< Scalar, spaceDim > &  coords,
const ordinal_type &  d1,
const ordinal_type &  d2 
) const
inline

gradient of the (identity) mapping

Definition at line 70 of file Intrepid2_ProjectedGeometryExamples.hpp.


The documentation for this class was generated from the following file: