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.


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