bf_partialderiv.hh File Reference
#include <memory>
#include "operator/bilinearForm.hh"
#include "basics/typedefs.hh"
#include "geometry/sharedJacobian.hh"
#include "hp2D/bilinearFormHelper.hh"
#include "arrayElementFormula.hh"
Go to the source code of this file.
Classes | |
class | concepts::Array< F > |
An array of objects. More... | |
class | vectorial::BilinearForm< F, G > |
Vector valued bilinear form. More... | |
class | hp2D::BilinearFormOnePartDeriv< F > |
A function class to calculate element matrices for the bilinear form related to a partial derivative of the test functions (scalar). More... | |
class | hp2D::BilinearFormTwoPartDeriv< F > |
A function class to calculate element matrices for the bilinear form related to a partial derivative of the trial and (!) test functions (scalar). More... | |
class | concepts::Element< F > |
An abstract class for an element of a space. More... | |
class | concepts::ElementFormula< F, G > |
Interface for a formula defined element by element. More... | |
class | concepts::ElementMatrix< F > |
Element matrix. More... | |
class | concepts::Point< F, dim > |
Basic class for a Point or a vector. More... | |
class | hp2D::Quad< F > |
A 2D FEM element: a quad. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
hp2D | |
2D hp-FEM for H1-conforming elements. | |
vectorial | |
Vector valued problems. | |
Enumerations | |
enum | hp2D::partDerivType { hp2D::NO_DERIV = 0, hp2D::X_DERIV = 1, hp2D::Y_DERIV = 2 } |
Direction of partial derivative. More... | |
Detailed Description
Bilinear forms for bilinear forms with partial derivatives for hp 2D FEM
Definition in file bf_partialderiv.hh.