|
My Project
programmer's documentation
|
Go to the documentation of this file.
265 if (z_name != NULL) {
266 if (strlen(z_name) > 0) {
289 if (z_name != NULL) {
290 if (strlen(z_name) > 0) {
static int cs_get_bdy_zone_id(const char *z_name)
Retrieve the boundary zone if from the zone name (If name = NULL or has an empty length,...
Definition: cs_xdef.h:286
Structure storing medata for defining a quantity in a very flexible way.
Definition: cs_xdef.h:126
cs_xdef_type_t cs_xdef_get_type(const cs_xdef_t *d)
Retrieve the flag dedicated to the state.
Definition: cs_xdef.c:604
cs_flag_t cs_xdef_get_state_flag(const cs_xdef_t *d)
Retrieve the flag dedicated to the state.
Definition: cs_xdef.c:623
cs_quadrature_type_t cs_xdef_get_quadrature(cs_xdef_t *d)
Get the type of quadrature to use for evaluating the given description.
Definition: cs_xdef.c:585
#define END_C_DECLS
Definition: cs_defs.h:468
const cs_zone_t * cs_volume_zone_by_name(const char *name)
Return a pointer to a volume zone based on its name if present.
Definition: cs_volume_zone.c:676
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
Definition: cs_xdef.h:112
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
cs_flag_t meta
Definition: cs_xdef.h:165
void * input
Definition: cs_xdef.h:169
cs_xdef_t * cs_xdef_volume_create(cs_xdef_type_t type, int dim, int z_id, cs_flag_t state, cs_flag_t meta, void *input)
Allocate and initialize a new cs_xdef_t structure based on volumic elements.
Definition: cs_xdef.c:92
void cs_xdef_log(const char *prefix, const cs_xdef_t *d)
Output the settings related to a cs_xdef_t structure.
Definition: cs_xdef.c:641
Definition: cs_xdef.h:114
cs_xdef_t * cs_xdef_copy(cs_xdef_t *src)
copy a cs_xdef_t structure
Definition: cs_xdef.c:444
void cs_xdef_set_array(cs_xdef_t *d, bool is_owner, cs_real_t *array)
In case of definition by array, set the array after having added this definition.
Definition: cs_xdef.c:503
void() cs_time_func_t(int time_iter, double time, void *input, cs_real_t *retval)
Function which defines the evolution of a quantity according to the number of iteration already done,...
Definition: cs_param.h:88
cs_xdef_t * cs_xdef_boundary_create(cs_xdef_type_t type, int dim, int z_id, cs_flag_t state, cs_flag_t meta, void *input)
Allocate and initialize a new cs_xdef_t structure based on boundary elements.
Definition: cs_xdef.c:235
static int cs_get_vol_zone_id(const char *z_name)
Retrieve the volume zone if from the zone name (If name = NULL or has an empty length,...
Definition: cs_xdef.h:262
cs_flag_t state
Definition: cs_xdef.h:164
cs_xdef_support_t
Definition: cs_xdef.h:110
Definition: cs_xdef.h:113
cs_quadrature_type_t qtype
Definition: cs_xdef.h:167
cs_xdef_support_t support
Definition: cs_xdef.h:162
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:298
cs_xdef_type_t type
Definition: cs_xdef.h:160
int z_id
Definition: cs_xdef.h:161
void() cs_analytic_func_t(cs_real_t time, cs_lnum_t n_elts, const cs_lnum_t *elt_ids, const cs_real_t *coords, bool compact, void *input, cs_real_t *retval)
Generic function pointer for an analytic function elt_ids is optional. If not NULL,...
Definition: cs_param.h:66
void cs_xdef_set_quadrature(cs_xdef_t *d, cs_quadrature_type_t qtype)
Set the type of quadrature to use for evaluating the given description.
Definition: cs_xdef.c:564
int id
Definition: cs_zone.h:59
const cs_zone_t * cs_boundary_zone_by_name(const char *name)
Return a pointer to a boundary zone based on its name if present.
Definition: cs_boundary_zone.c:706
cs_xdef_t * cs_xdef_timestep_create(cs_xdef_type_t type, cs_flag_t state, cs_flag_t meta, void *input)
Allocate and initialize a new cs_xdef_t structure for setting the time step.
Definition: cs_xdef.c:346
cs_xdef_type_t
Definition: cs_xdef.h:82
Definition: cs_xdef.h:116
void cs_xdef_set_array_index(cs_xdef_t *d, cs_lnum_t *array_index)
In case of definition by array, set the index to get access to the array values.
Definition: cs_xdef.c:537
unsigned short int cs_flag_t
Definition: cs_defs.h:304
int dim
Definition: cs_xdef.h:159
cs_quadrature_type_t
Definition: cs_quadrature.h:51
void const cs_int_t * type
Definition: cs_measures_util.h:425
cs_xdef_t * cs_xdef_free(cs_xdef_t *d)
Free a cs_xdef_t structure.
Definition: cs_xdef.c:409