#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::Advection< F > |
Namespaces | |
namespace | concepts |
namespace | vectorial |
namespace | hp2D |
Functions | |
template<class F > | |
void | hp2D::setupAdvection (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm, bool transpose=true) |
Bilinear forms for Advection operator for hp 2D FEM
Definition in file bf_advection.hh.