programmer's documentation
Deprecated List
globalScope> Global cs_int_t
Currently, this integer type is necessarily of the same type as cs_lnum_t, but it should only be used in Fortran wrapper function definitions. Moving to ISO_C_BINDINGS, and converting more code to C, this type should eventually disappear.
globalScope> Global cs_matrix_get_extra_diagonal (const cs_matrix_t *matrix)
globalScope> Global cs_sles_pop (int f_id)

This function matches cs_sles_push, which is deprecated.

This function matches cs_sles_push, which is deprecated.

globalScope> Global cs_sles_push (int f_id, const char *name)

This function is provided to allow some peculiar calling sequences, in which codits is called with a nonzero ivar value, but specific solver options must still be set. In the future, a more consistent mechanism (using a zero ivar value or designing a cleaner method to handle those exceptional cases) is preferred. As such, only a stack depth of 1 is allowed.

This function is provided to allow some peculiar calling sequences, in which codits is called with a nonzero ivar value, but specific solver options must still be set. In the future, a more consistent mechanism (using a zero ivar value or designing a cleaner method to handle those exceptional cases) is preferred. As such, only a stack depth of 1 is allowed.

globalScope> Global cs_turbomachinery_relative_velocity (int rotor_num, const cs_real_t coords[3], cs_real_t velocity[3])
Use cs_rotation_velocity for more consistent naming of this reference frame velocity.