#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::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 > > |
Abstract base class for hp elements in 1D
Definition in file element.hh.
#define ElementConstr_D 0 |
Definition at line 24 of file element.hh.
#define ElementDestr_D 0 |
Definition at line 25 of file element.hh.