|
Hermes2D
3.0
|
Inheritance diagram for Hermes::Hermes2D::NormFormSurf< Scalar >:Public Member Functions | |
| NormFormSurf (int i, int j) | |
| virtual Scalar | value (int n, double *wt, Func< Scalar > *u, Func< Scalar > *v, GeomSurf< double > *e) const =0 |
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. | |
Additional Inherited Members | |
Public Attributes inherited from Hermes::Hermes2D::NormForm | |
| int | i |
| Coordinates. | |
| int | j |
Protected Attributes inherited from Hermes::Hermes2D::NormForm | |
| FunctionsEvaluatedType | functionType |
| Function type. | |
| std::string | area |
Definition at line 73 of file norm_form.h.