16 #ifndef __H2D_MAXWELL_WEAK_FORMS_H
17 #define __H2D_MAXWELL_WEAK_FORMS_H
19 #include "../weakform/weakform.h"
20 #include "../spline.h"
25 namespace WeakFormsMaxwell {
30 template<
typename Scalar>
36 int order_increase = 3);
38 Scalar const_coeff,
CubicSpline* c_spline =
nullptr,
39 SymFlag sym = HERMES_NONSYM,
GeomType gt = HERMES_PLANAR,
int order_increase = 3);
58 template<
typename Scalar>
65 int order_increase = 3);
68 GeomType gt = HERMES_PLANAR,
int order_increase = 3);
Geometry - volumetric - for order calculation.
SymFlag
Bilinear form symmetry flag, see WeakForm::add_matrix_form.
Calculated function values (from the class Function) on an element for assembling.
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
GeomType
Geometrical type of weak forms.