#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::IdentityBase< F, G > |
class | hp2Dedge::Identity< F > |
class | hp2Dedge::IdentityMatrix< F > |
Namespaces | |
namespace | concepts |
namespace | hp2Dedge |
Computes the identity bilinearform
Definition in file bf_identity.hh.