Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Variables
hp1D/matrices.hh File Reference
#include "basics/typedefs.hh"
#include "basics/vectorsMatricesForward.hh"
#include "basics/outputOperator.hh"
#include "integration/quadrature.hh"
#include "integration/karniadakis.hh"
#include "space/element.hh"
Include dependency graph for matrices.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hp1D::AdvectionElementMatrix
 Element mass matrix for hp 1D FEM with Karniadakis basis on the reference intervall

\[0,1\]

. More...

class  hp1D::MassElementMatrix
 Element mass matrix for hp 1D FEM with Karniadakis basis on the reference intervall

\[0,1\]

. More...

class  hp1D::StiffElementMatrix
 Element stiffness matrix for hp 1D FEM with Karniadakis basis on the reference intervall

\[0,1\]

. More...

Namespaces

namespace  hp1D
 

Reference element matrices for hp 1D FEM.


Variables

static AdvectionElementMatrix hp1D::advElemMatrix
static MassElementMatrix hp1D::massElemMatrix
static StiffElementMatrix hp1D::stiffElemMatrix
 Declaration of static element matrices.

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)