#include "basics/typedefs.hh"
#include "operator/bilinearForm.hh"
#include "geometry/sharedJacobian.hh"
#include "hp2D/bilinearFormHelper.hh"
Go to the source code of this file.
Classes | |
class | hp2D::Identity< F > |
Namespaces | |
namespace | concepts |
namespace | vectorial |
namespace | hp2D |
Functions | |
template<class F > | |
void | hp2D::setupIdentity (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >()) |
template<class F > | |
void | hp2D::setupIdentity (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< concepts::Mapping< F, 2 > > frm, bool transpose=false) |
Bilinear forms for Identity operator for hp 2D FEM
Definition in file bf_identity.hh.