Home
last modified time | relevance | path

Searched refs:bc_coeff_a (Results 1 – 4 of 4) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_gradient.h202 const cs_real_t bc_coeff_a[],
243 const cs_real_t bc_coeff_a[][3],
282 const cs_real_6_t bc_coeff_a[],
334 const cs_real_t bc_coeff_a[],
379 const cs_real_t bc_coeff_a[][3],
422 const cs_real_t bc_coeff_a[][6],
457 const cs_real_t bc_coeff_a[],
493 const cs_real_t bc_coeff_a[][3],
529 const cs_real_t bc_coeff_a[][6],
H A Dcs_gradient.c7302 if (bc_coeff_a == NULL) { in _gradient_scalar()
7306 bc_coeff_a = _bc_coeff_a; in _gradient_scalar()
7520 if (bc_coeff_a == NULL) { in _gradient_vector()
8199 if (bc_coeff_a == NULL) { in _gradient_tensor()
8791 bc_coeff_a, in cs_gradient_scalar()
8891 bc_coeff_a, in cs_gradient_vector()
8986 bc_coeff_a, in cs_gradient_tensor()
9092 bc_coeff_a, in cs_gradient_scalar_synced_input()
9179 bc_coeff_a, in cs_gradient_vector_synced_input()
9766 if (bc_coeff_a != NULL) { in cs_gradient_vector_cell()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_interpolate.c264 const cs_real_t *bc_coeff_a = NULL; in cs_interpolate_from_location_p1() local
275 bc_coeff_a = bf->val; in cs_interpolate_from_location_p1()
278 bc_coeff_a = f->bc_coeffs->a; in cs_interpolate_from_location_p1()
286 bc_coeff_a = NULL; in cs_interpolate_from_location_p1()
316 bc_coeff_a, in cs_interpolate_from_location_p1()
350 (const cs_real_3_t *)bc_coeff_a, in cs_interpolate_from_location_p1()
387 (const cs_real_6_t *)bc_coeff_a, in cs_interpolate_from_location_p1()
H A Dcs_field_operator.c615 const cs_real_t *bc_coeff_a = NULL, *bc_coeff_b = NULL; in cs_field_gradient_scalar() local
617 bc_coeff_a = f->bc_coeffs->a; in cs_field_gradient_scalar()
635 bc_coeff_a, in cs_field_gradient_scalar()
732 const cs_real_t *bc_coeff_a = NULL, *bc_coeff_b = NULL; in cs_field_gradient_potential() local
734 bc_coeff_a = f->bc_coeffs->a; in cs_field_gradient_potential()
752 bc_coeff_a, in cs_field_gradient_potential()
829 const cs_real_3_t *bc_coeff_a = NULL; in cs_field_gradient_vector() local
836 bc_coeff_a = (const cs_real_3_t *)f->bc_coeffs->a; in cs_field_gradient_vector()
851 bc_coeff_a, in cs_field_gradient_vector()
904 const cs_real_6_t *bc_coeff_a = NULL; in cs_field_gradient_tensor() local
[all …]