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_param.h"
Macros | |
#define | CS_PARAM_DBG 0 |
Functions | |
const char * | cs_param_get_space_scheme_name (cs_param_space_scheme_t scheme) |
Get the name of the space discretization scheme. More... | |
const char * | cs_param_get_time_scheme_name (cs_param_time_scheme_t scheme) |
Get the name of the time discretization scheme. More... | |
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_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_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... | |
const char * | cs_param_get_amg_type_name (cs_param_amg_type_t type) |
Get the name of the type of algebraic multigrid (AMG) More... | |
Variables | |
static const char | cs_param_space_scheme_name [CS_SPACE_N_SCHEMES][CS_BASE_STRING_LEN] |
static const char | cs_param_time_scheme_name [CS_TIME_N_SCHEMES][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] |
#define CS_PARAM_DBG 0 |
const char* cs_param_get_amg_type_name | ( | cs_param_amg_type_t | type | ) |
Get the name of the type of algebraic multigrid (AMG)
[in] | type | type of AMG |
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_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_get_space_scheme_name | ( | cs_param_space_scheme_t | scheme | ) |
Get the name of the space discretization scheme.
[in] | scheme | type of space scheme |
const char* cs_param_get_time_scheme_name | ( | cs_param_time_scheme_t | scheme | ) |
Get the name of the time discretization scheme.
[in] | scheme | type of time scheme |
|
static |
|
static |
|
static |
|
static |