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"
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. More... | |
class | hp1D::MassElementMatrix |
Element mass matrix for hp 1D FEM with Karniadakis basis on the reference intervall. More... | |
class | hp1D::StiffElementMatrix |
Element stiffness matrix for hp 1D FEM with Karniadakis basis on the reference intervall. More... | |
Namespaces | |
hp1D | |
1D hp-FEM | |
Variables | |
static AdvectionElementMatrix | hp1D::advElemMatrix |
static MassElementMatrix | hp1D::massElemMatrix |
static StiffElementMatrix | hp1D::stiffElemMatrix |
Declaration of static element matrices. More... | |
Detailed Description
Reference element matrices for hp 1D FEM
Definition in file matrices.hh.