|
Hermes2D
3.0
|
Inheritance diagram for Hermes::Hermes2D::DefaultNormFormSurf< Scalar >:Public Member Functions | |
| DefaultNormFormSurf (int i, int j, NormType normType) | |
| Scalar | value (int n, double *wt, Func< Scalar > *u, Func< Scalar > *v, GeomSurf< double > *e) const |
Public Member Functions inherited from Hermes::Hermes2D::NormFormSurf< Scalar > | |
| NormFormSurf (int i, int j) | |
Public Member Functions inherited from Hermes::Hermes2D::NormForm | |
| NormForm (int i, int j, FunctionsEvaluatedType functionType=SolutionsDifference) | |
| void | set_area (std::string area) |
| std::string | get_area () const |
| FunctionsEvaluatedType | get_function_type () const |
| Get the function type. | |
Protected Attributes | |
| NormType | normType |
Protected Attributes inherited from Hermes::Hermes2D::NormForm | |
| FunctionsEvaluatedType | functionType |
| Function type. | |
| std::string | area |
Additional Inherited Members | |
Public Attributes inherited from Hermes::Hermes2D::NormForm | |
| int | i |
| Coordinates. | |
| int | j |
Definition at line 103 of file norm_form.h.