#include <memory>
#include "basics/typedefs.hh"
#include "basics/vectorsMatricesForward.hh"
#include "formula/formula.hh"
#include "formula/elementFormulaContainer.hh"
#include "operator/bilinearForm.hh"
#include "linearFormHelper.hh"
Go to the source code of this file.
Classes | |
class | hp3D::Laplace< F > |
class | hp3D::Identity< F > |
class | hp3D::Advection< F > |
Namespaces | |
namespace | concepts |
namespace | vectorial |
namespace | hp3D |
Functions | |
template<class F > | |
void | hp3D::setupIdentity (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf) |
template<class F > | |
void | hp3D::setupIdentity (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< concepts::Mapping< F, 3 > > frm, bool transposed=false) |
template<class F > | |
void | hp3D::setupAdvection (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< concepts::Point< F, 3 > > frm) |
Bilinear forms for hp 3D FEM
Definition in file bilinearForm.hh.