Hermes2D
3.0
|
Public Member Functions | |
NormFormVol (int i, int j) | |
virtual Scalar | value (int n, double *wt, Func< Scalar > *u, Func< Scalar > *v, GeomVol< 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 64 of file norm_form.h.