Class documentation of Concepts

Loading...
Searching...
No Matches
element.hh File Reference

Go to the source code of this file.

Classes

class  hp1D::IntegrableElm
 
class  hp1D::BaseElement< F >
 
class  hp1D::KarniadakisMixin< F >
 The following two types are shape function mixins. More...
 
class  hp1D::LegendreMixin< F >
 
class  hp1D::GenericElement< BaseT >
 
class  concepts::Scan< hp1D::BaseElement< F > >
 Scanner of hp1D::Element. More...
 

Namespaces

namespace  hp1D
 
namespace  concepts
 

Macros

#define ElementConstr_D   0
 
#define ElementDestr_D   0
 

Typedefs

template<class F >
using hp1D::Element = GenericElement< KarniadakisMixin< F > >
 template aliases for backwards compatibility
 
template<class F >
using hp1D::LegendreElement = GenericElement< hp1D::LegendreMixin< F > >
 

Detailed Description

Abstract base class for hp elements in 1D

Definition in file element.hh.

Macro Definition Documentation

◆ ElementConstr_D

#define ElementConstr_D   0

Definition at line 24 of file element.hh.

◆ ElementDestr_D

#define ElementDestr_D   0

Definition at line 25 of file element.hh.