Intrepid2
Classes | Typedefs
Intrepid2_HGRAD_WEDGE_C2_FEM.hpp File Reference

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

#include "Intrepid2_Basis.hpp"
#include "Intrepid2_HGRAD_QUAD_C2_FEM.hpp"
#include "Intrepid2_HGRAD_TRI_C2_FEM.hpp"
#include "Intrepid2_HGRAD_WEDGE_C2_FEMDef.hpp"

Go to the source code of this file.

Classes

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

Typedefs

template<typename DeviceType = void, typename outputValueType = double, typename pointValueType = double>
using Intrepid2::Basis_HGRAD_WEDGE_C2_FEM = Basis_HGRAD_WEDGE_DEG2_FEM< false, DeviceType, outputValueType, pointValueType >
 
template<typename DeviceType = void, typename outputValueType = double, typename pointValueType = double>
using Intrepid2::Basis_HGRAD_WEDGE_I2_FEM = Basis_HGRAD_WEDGE_DEG2_FEM< true, DeviceType, outputValueType, pointValueType >
 

Detailed Description

Header file for the Intrepid2::Basis_HGRAD_WEDGE_C2_FEM class.

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

Definition in file Intrepid2_HGRAD_WEDGE_C2_FEM.hpp.