My Project
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... | |
void | cs_param_hodge_log (const char *prefix, const cs_param_hodge_t hp) |
Output the settings related to a cs_param_hodge_t structure. More... | |
Variables | |
const char | h1_sep [80] |
const char | h2_sep [80] |
const char | sepline [80] |
const char | msepline [50] |
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 |
void cs_param_hodge_log | ( | const char * | prefix, |
const cs_param_hodge_t | hp | ||
) |
Output the settings related to a cs_param_hodge_t structure.
[in] | prefix | optional string |
[in] | hp | a cs_param_hodge_t structure |
|
static |
|
static |
const char h1_sep[80] |
const char h2_sep[80] |
const char msepline[50] |
const char sepline[80] |