bilinearForm.hh
virtual void operator()(const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< Real > &em, const concepts::ElementPair< Real > &ep) const
BoundaryInt(concepts::BoundaryConditions *bc=0)
Definition: bilinearForm.hh:29
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
Abstract function class to evaluate a bilinear form.
Definition: bilinearForm.hh:33
virtual void operator()(const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< Real > &em) const
Definition: bilinearForm.hh:51
virtual void operator()(const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< Real > &em, const concepts::ElementPair< Real > &ep) const
Stabilizing boundary integral for the DG FEM in 1D.
Definition: bilinearForm.hh:49
virtual void operator()(const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< Real > &em) const