8.0
general documentation
cs_hodge_param_t Struct Reference

Structure storing all metadata/parameters related to the usage of a discrete Hodge operator. More...

#include <cs_hodge.h>

+ Collaboration diagram for cs_hodge_param_t:

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...
 

Detailed Description

Structure storing all metadata/parameters related to the usage of a discrete Hodge operator.

Field Documentation

◆ algo

Type of algorithm used to build the operator

◆ coef

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.

◆ inv_pty

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

◆ type

Type of discrete Hodge operator


The documentation for this struct was generated from the following file: