Intrepid2
Intrepid2_HGRAD_HEX_C2_FEM.hpp File Reference

Header file for the Intrepid2::Basis_HGRAD_HEX_C2_FEM class. More...

Go to the source code of this file.

Classes

class  Intrepid2::Impl::Basis_HGRAD_HEX_DEG2_FEM< serendipity >
 See Intrepid2::Basis_HGRAD_HEX_DEG2_FEM. More...
struct  Intrepid2::Impl::Basis_HGRAD_HEX_DEG2_FEM< serendipity >::Serial< opType >
 See Intrepid2::Basis_HGRAD_HEX_DEG2_FEM. More...
struct  Intrepid2::Impl::Basis_HGRAD_HEX_DEG2_FEM< serendipity >::Functor< outputValueViewType, inputPointViewType, opType >
 See Intrepid2::Basis_HGRAD_HEX_DEG2_FEM. More...
class  Intrepid2::Basis_HGRAD_HEX_DEG2_FEM< serendipity, DeviceType, outputValueType, pointValueType >
 Implementation of the default H(grad)-compatible FEM basis of degree 2 on Hexahedron cell. More...

Typedefs

template<typename DeviceType = void, typename outputValueType = double, typename pointValueType = double>
using Intrepid2::Basis_HGRAD_HEX_C2_FEM = Basis_HGRAD_HEX_DEG2_FEM<false, DeviceType, outputValueType, pointValueType>
template<typename DeviceType = void, typename outputValueType = double, typename pointValueType = double>
using Intrepid2::Basis_HGRAD_HEX_I2_FEM = Basis_HGRAD_HEX_DEG2_FEM<true, DeviceType, outputValueType, pointValueType>

Detailed Description

Header file for the Intrepid2::Basis_HGRAD_HEX_C2_FEM class.

Author
Created by P. Bochev and D. Ridzal. Kokkorized by Kyungjoo Kim

Definition in file Intrepid2_HGRAD_HEX_C2_FEM.hpp.

Typedef Documentation

◆ Basis_HGRAD_HEX_C2_FEM

template<typename DeviceType = void, typename outputValueType = double, typename pointValueType = double>
using Intrepid2::Basis_HGRAD_HEX_C2_FEM = Basis_HGRAD_HEX_DEG2_FEM<false, DeviceType, outputValueType, pointValueType>

Definition at line 329 of file Intrepid2_HGRAD_HEX_C2_FEM.hpp.

◆ Basis_HGRAD_HEX_I2_FEM

template<typename DeviceType = void, typename outputValueType = double, typename pointValueType = double>
using Intrepid2::Basis_HGRAD_HEX_I2_FEM = Basis_HGRAD_HEX_DEG2_FEM<true, DeviceType, outputValueType, pointValueType>

Definition at line 332 of file Intrepid2_HGRAD_HEX_C2_FEM.hpp.