#include <memory>
#include "operator/bilinearForm.hh"
#include "basics/typedefs.hh"
#include "basics/vectorsMatrices.hh"
#include "basics/vectorsMatricesForward.hh"
#include "formula/elementFormula.hh"
#include "formula/boundary.hh"
#include "geometry/sharedJacobian.hh"
#include "hp2D/quad.hh"
#include "hp2D/formula.hh"
#include "hp2D/bilinearFormHelper.hh"
#include "hp2D/arrayElementFormula.hh"
#include "toolbox/sharedPointer.hh"
Go to the source code of this file.
Classes | |
class | hp2Dedge::GraduvBase< F, G > |
class | hp2Dedge::Graduv< F > |
class | hp2Dedge::GraduvMatrix< F > |
Namespaces | |
namespace | concepts |
namespace | hp2Dedge |
Computes the (grad u, v)-bilinearform
Definition in file bf_graduv.hh.