bilinearFormHelper.hh File Reference
Go to the source code of this file.
Classes | |
class | concepts::Array< F > |
An array of objects. More... | |
class | hp2D::ArrayElementFormula< F > |
Array of formula values on quadrature points. More... | |
class | hp2D::BaseQuad< F > |
A base of a 2D quad FEM element for different basis functions. More... | |
class | hp2D::BilinearFormHelper_0_0< F > |
Helper class for bilinearforms a(u,v), where u and v are 0-forms. More... | |
class | hp2D::BilinearFormHelper_0_1_Part< F > |
Helper class for bilinear forms a(u,v) where u is a 0-form and v is a 1-form. More... | |
class | hp2D::BilinearFormHelper_1_1< F, G > |
Helper class for bilinearforms a(u,v), where u and v are 1-forms, which computes intermediate data for element matrix computation. More... | |
class | hp2D::BilinearFormHelper_2_1< F > |
Helper class for bilinearforms , where is a 2-form and a 1-form. More... | |
class | hp2D::BilinearFormHelper_2_2< F > |
Helper class for bilinearforms a(u,v), where u and v are 2-forms. More... | |
class | concepts::ElementFormula< F, G > |
Interface for a formula defined element by element. More... | |
class | concepts::Point< F, dim > |
Basic class for a Point or a vector. More... | |
class | concepts::SharedJacobianAdj< dim > |
Shared data for bilinear forms on vectorial spaces, like hp2D::RotRot and hp2D::DivDiv. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp2D | |
2D hp-FEM for H1-conforming elements. | |
Detailed Description
Helper classes for linear forms in hp2D
Definition in file bilinearFormHelper.hh.