|
Hermes2D
3.0
|
Abstract, base class for matrix DG form - i.e. bilinear form, where the integration is with respect to 1D-Lebesgue measure (element inner-domain edges). More...
#include <weakform.h>
Inheritance diagram for Hermes::Hermes2D::MatrixFormDG< Scalar >:Public Member Functions | |
| MatrixFormDG (unsigned int i, unsigned int j) | |
| Constructor with coordinates. | |
| virtual Scalar | value (int n, double *wt, DiscontinuousFunc< Scalar > **u_ext, DiscontinuousFunc< double > *u, DiscontinuousFunc< double > *v, InterfaceGeom< double > *e, DiscontinuousFunc< Scalar > **ext) const |
| virtual Hermes::Ord | ord (int n, double *wt, DiscontinuousFunc< Hermes::Ord > **u_ext, DiscontinuousFunc< Hermes::Ord > *u, DiscontinuousFunc< Hermes::Ord > *v, InterfaceGeom< Hermes::Ord > *e, DiscontinuousFunc< Ord > **ext) const |
| virtual MatrixFormDG * | clone () const |
Public Member Functions inherited from Hermes::Hermes2D::Form< Scalar > | |
| Form (int i=0) | |
| Constructor with coordinates. | |
| void | set_area (std::string area) |
| void | set_areas (std::vector< std::string > areas) |
| std::vector< std::string > | getAreas () const |
| void | set_ext (MeshFunctionSharedPtr< Scalar > ext) |
| void | set_u_ext_fn (UExtFunctionSharedPtr< Scalar > ext) |
| void | set_ext (std::vector< MeshFunctionSharedPtr< Scalar > > ext) |
| void | set_u_ext_fn (std::vector< UExtFunctionSharedPtr< Scalar > > ext) |
|
std::vector < MeshFunctionSharedPtr < Scalar > > | get_ext () const |
| void | setScalingFactor (double scalingFactor) |
| scaling factor | |
Public Attributes | |
| unsigned int | j |
Public Attributes inherited from Hermes::Hermes2D::Form< Scalar > | |
| unsigned int | i |
Friends | |
| class | DiscreteProblem< Scalar > |
Additional Inherited Members | |
Protected Member Functions inherited from Hermes::Hermes2D::Form< Scalar > | |
| void | set_weakform (WeakForm< Scalar > *wf) |
| Set pointer to a WeakForm + handling of internal data. | |
| double | get_current_stage_time () const |
Protected Attributes inherited from Hermes::Hermes2D::Form< Scalar > | |
| std::vector< std::string > | areas |
| Markers of the areas where this form will be assembled. | |
| std::vector< int > | areas_internal |
| Internal - this structure is being filled anew with every assembling. | |
| bool | assembleEverywhere |
| int | u_ext_offset |
| unsigned int | previous_iteration_space_index |
|
std::vector < MeshFunctionSharedPtr < Scalar > > | ext |
| External solutions. | |
|
std::vector < UExtFunctionSharedPtr < Scalar > > | u_ext_fn |
| WeakForm< Scalar > * | wf |
Abstract, base class for matrix DG form - i.e. bilinear form, where the integration is with respect to 1D-Lebesgue measure (element inner-domain edges).
Definition at line 49 of file weakform.h.