|
programmer's documentation
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <assert.h>#include "bft_mem.h"#include "cs_base.h"#include "cs_log.h"#include "cs_param_cdo.h"
Macros | |
| #define | CS_PARAM_CDO_DBG 0 |
Functions | |
| const char * | cs_param_hodge_get_algo_name (const cs_param_hodge_t h_info) |
| Get the name of algorithm related to a discrete Hdoge operator. More... | |
| const char * | cs_param_hodge_get_type_name (const cs_param_hodge_t h_info) |
| Get the type of discrete Hodge operator. More... | |
Variables | |
| const char | lsepline [80] |
| const char | msepline [60] |
| const char | ssepline [40] |
| static const char | cs_param_hodge_type_desc [CS_PARAM_N_HODGE_TYPES][CS_BASE_STRING_LEN] |
| static const char | cs_param_hodge_algo_desc [CS_PARAM_N_HODGE_ALGOS][CS_BASE_STRING_LEN] |
| #define CS_PARAM_CDO_DBG 0 |
| const char* cs_param_hodge_get_algo_name | ( | const cs_param_hodge_t | h_info | ) |
Get the name of algorithm related to a discrete Hdoge operator.
| [in] | h_info | cs_param_hodge_t structure |
| const char* cs_param_hodge_get_type_name | ( | const cs_param_hodge_t | h_info | ) |
Get the type of discrete Hodge operator.
| [in] | h_info | cs_param_hodge_t structure |
|
static |
|
static |
| const char lsepline[80] |
| const char msepline[60] |
| const char ssepline[40] |
1.8.13