![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "bft_mem.h"
#include "cs_boundary_zone.h"
#include "cs_mesh_location.h"
#include "cs_field.h"
#include "cs_cdo.h"
#include "cs_volume_zone.h"
#include "cs_param.h"
Macros | |
#define | CS_PARAM_DBG 0 |
Functions | |
const char * | cs_param_get_bc_name (cs_param_bc_type_t type) |
Get the name of the type of boundary condition. More... | |
const char * | cs_param_get_boundary_domain_name (cs_param_boundary_type_t type) |
Get the name of the domain boundary condition This name is also used as a name for zone definition. More... | |
const char * | cs_param_get_bc_enforcement_name (cs_param_bc_enforce_t type) |
Get the name of the type of enforcement of the boundary condition. More... | |
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... | |
const char * | cs_param_get_solver_name (cs_param_itsol_type_t solver) |
Get the name of the solver. More... | |
const char * | cs_param_get_precond_name (cs_param_precond_type_t precond) |
Get the name of the preconditioner. More... | |
Variables | |
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] |
static const char | cs_param_bc_type_name [CS_PARAM_N_BC_TYPES][CS_BASE_STRING_LEN] |
static const char | cs_param_bc_enforcement_name [CS_PARAM_N_BC_ENFORCEMENTS][CS_BASE_STRING_LEN] |
static const char | cs_param_domain_boundary_name [CS_PARAM_N_BOUNDARY_TYPES][CS_BASE_STRING_LEN] |
#define CS_PARAM_DBG 0 |
const char* cs_param_get_bc_enforcement_name | ( | cs_param_bc_enforce_t | type | ) |
Get the name of the type of enforcement of the boundary condition.
[in] | type | type of enforcement of boundary conditions |
const char* cs_param_get_bc_name | ( | cs_param_bc_type_t | type | ) |
Get the name of the type of boundary condition.
[in] | type | type of boundary condition |
const char* cs_param_get_boundary_domain_name | ( | cs_param_boundary_type_t | type | ) |
Get the name of the domain boundary condition This name is also used as a name for zone definition.
[in] | type | type of boundary |
const char* cs_param_get_precond_name | ( | cs_param_precond_type_t | precond | ) |
Get the name of the preconditioner.
[in] | precond | type of preconditioner |
const char* cs_param_get_solver_name | ( | cs_param_itsol_type_t | solver | ) |
Get the name of the solver.
[in] | solver | type of iterative solver |
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 |
|
static |
|
static |
|
static |