Intrepid2
Classes | Typedefs
Intrepid2_HierarchicalBasisFamily.hpp File Reference

Stateless classes that act as factories for two families of hierarchical bases. HierarchicalBasisFamily provides bases associated with interface topologies (vertices, edges, and faces), while DGHierarchicalBasisFamily associates all members with element interiors. More...

#include "Intrepid2_DerivedBasisFamily.hpp"
#include "Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp"
#include "Intrepid2_IntegratedLegendreBasis_HGRAD_TRI.hpp"
#include "Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp"
#include "Intrepid2_LegendreBasis_HVOL_LINE.hpp"

Go to the source code of this file.

Classes

class  Intrepid2::HierarchicalTriangleBasisFamily< ExecutionSpace, OutputScalar, PointScalar, defineVertexFunctions >
 
class  Intrepid2::HierarchicalTetrahedronBasisFamily< ExecutionSpace, OutputScalar, PointScalar, defineVertexFunctions >
 

Typedefs

template<typename ExecutionSpace = Kokkos::DefaultExecutionSpace, typename OutputScalar = double, typename PointScalar = double>
using Intrepid2::HierarchicalBasisFamily = DerivedBasisFamily< IntegratedLegendreBasis_HGRAD_LINE< ExecutionSpace, OutputScalar, PointScalar, true >, LegendreBasis_HVOL_LINE< ExecutionSpace, OutputScalar, PointScalar >, HierarchicalTriangleBasisFamily< ExecutionSpace, OutputScalar, PointScalar >, HierarchicalTetrahedronBasisFamily< ExecutionSpace, OutputScalar, PointScalar > >
 
template<typename ExecutionSpace = Kokkos::DefaultExecutionSpace, typename OutputScalar = double, typename PointScalar = double>
using Intrepid2::DGHierarchicalBasisFamily = DerivedBasisFamily< IntegratedLegendreBasis_HGRAD_LINE< ExecutionSpace, OutputScalar, PointScalar, false >, LegendreBasis_HVOL_LINE< ExecutionSpace, OutputScalar, PointScalar >, HierarchicalTriangleBasisFamily< ExecutionSpace, OutputScalar, PointScalar, false >, HierarchicalTetrahedronBasisFamily< ExecutionSpace, OutputScalar, PointScalar, false > >
 

Detailed Description

Stateless classes that act as factories for two families of hierarchical bases. HierarchicalBasisFamily provides bases associated with interface topologies (vertices, edges, and faces), while DGHierarchicalBasisFamily associates all members with element interiors.

Author
Created by N.V. Roberts.

Definition in file Intrepid2_HierarchicalBasisFamily.hpp.