Structure storing all metadata/parameters related to the usage of a discrete Hodge operator. More...
#include <cs_hodge.h>
Data Fields | |
bool | inv_pty |
Inversion of the property evaluation or not. More... | |
cs_hodge_type_t | type |
cs_hodge_algo_t | algo |
double | coef |
Scaling coefficient value. More... | |
Structure storing all metadata/parameters related to the usage of a discrete Hodge operator.
cs_hodge_algo_t algo |
Type of algorithm used to build the operator
double coef |
Scaling coefficient value.
Value of the coefficient scaling the stabilization part if the COST algorithm is used. Otherwise the value is set to 0 and ignored.
bool inv_pty |
Inversion of the property evaluation or not.
Each Hodge operator is associated to a property. Since either the value or its reciprocal is considered, this parameter helps one to know in which situation we are. If this is set to true, then one needs to consider the reciprocal of the associated property
cs_hodge_type_t type |
Type of discrete Hodge operator