|
Hermes2D
3.0
|
Inheritance diagram for Hermes::Hermes2D::NormForm:Public Member Functions | |
| 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. | |
Public Attributes | |
| int | i |
| Coordinates. | |
| int | j |
Protected Attributes | |
| FunctionsEvaluatedType | functionType |
| Function type. | |
| std::string | area |
Definition at line 40 of file norm_form.h.
| void Hermes::Hermes2D::NormForm::set_area | ( | std::string | area | ) |