#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 | hp2D::BilinearFormOnePartDeriv< F > |
class | hp2D::BilinearFormTwoPartDeriv< F > |
Namespaces | |
namespace | concepts |
namespace | vectorial |
namespace | hp2D |
Enumerations | |
enum | hp2D::partDerivType { NO_DERIV = 0 , X_DERIV = 1 , Y_DERIV = 2 } |
Bilinear forms for bilinear forms with partial derivatives for hp 2D FEM
Definition in file bf_partialderiv.hh.