#include "basics/operations.hh"#include "formula/formula.hh"#include "geometry/formula.hh"#include "geometry/arrays.hh"#include "function/vector.hh"#include "element.hh"

Go to the source code of this file.
Classes | |
| class | hp1D::ArrayElementFormula< F > |
| Array of formula values on quadrature points. More... | |
| class | hp1D::BilinearFormHelper< i, j, F > |
| Helper class for bilinearforms a(u,v), where u is i-form and v is j-form. More... | |
| class | hp1D::BilinearFormHelper< 0, 0, F > |
| class | hp1D::BilinearFormHelper< 1, 1, F > |
| Helper class for bilinearforms a(u,v), where u and v are 1-forms. More... | |
| class | hp1D::ElementFormulaInterpGrad< F > |
| class | hp1D::LinearFormHelper< i, F > |
| Helper class for Linearforms l(v), where v is i-form. More... | |
| class | hp1D::LinearFormHelper< 0, F > |
| Helper class for linearforms l(v), where v is a 0-form. More... | |
| class | hp1D::LinearFormHelper< 1, F > |
| Helper class for linearforms l(v), where v is a 1-form. More... | |
Namespaces | |
| namespace | hp1D |
Reference element matrices for hp 1D FEM. | |