element.hh File Reference
#include "basics/debug.hh"
#include "basics/output.hh"
#include "basics/typedefs.hh"
#include "basics/vectorsMatrices.hh"
#include "geometry/connector.hh"
#include "geometry/cell1D.hh"
#include "geometry/integral.hh"
#include "space/element.hh"
#include "space/tmatrix.hh"
#include "integration/quadRule.hh"
#include "integration/karniadakis.hh"
#include "integration/legendre.hh"
#include "lineGraphics.hh"
Go to the source code of this file.
Classes | |
class | hp1D::BaseElement< F > |
class | hp1D::GenericElement< BaseT > |
1D generic element. More... | |
class | hp1D::IntegrableElm |
Class holding the quadrature rule and the cell of a 1D element. More... | |
class | hp1D::KarniadakisMixin< F > |
The following two types are shape function mixins. More... | |
class | hp1D::LegendreMixin< F > |
Legendre shape functions mixin. More... | |
class | concepts::Scan< hp1D::BaseElement< F > > |
Scanner of hp1D::Element. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp1D | |
1D hp-FEM | |
Macros | |
#define | ElementConstr_D 0 |
#define | ElementDestr_D 0 |
Typedefs | |
template<class F > | |
using | hp1D::Element = GenericElement< KarniadakisMixin< F > > |
template aliases for backwards compatibility More... | |
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 25 of file element.hh.
◆ ElementDestr_D
#define ElementDestr_D 0 |
Definition at line 26 of file element.hh.