formula.hh File Reference
#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::BilinearFormHelper< 2, 2, F > |
Helper class for bilinearforms a(u,v), where u and v are 2-forms. More... | |
class | hp1D::BilinearFormVtxHelper< F > |
Helper class for bilinearforms a(u,v), where a is a i-j Form that just works on the Vertices, like JUMP or MEAN and products of it on the end of the elements. 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 | |
hp1D | |
1D hp-FEM | |
Detailed Description
Helper classes for bilinear forms and linear forms in hp1d
Definition in file formula.hh.