Lines Matching refs:bc_coeff_a

3543                        const cs_real_t              bc_coeff_a[],  in _lsq_scalar_b_face_val()  argument
3566 bc_coeff_a = (const cs_real_t*)_bc_coeff_a; in _lsq_scalar_b_face_val()
3581 bc_coeff_a, in _lsq_scalar_b_face_val()
3598 b_f_var[f_id] = bc_coeff_a[f_id]*inc + pip*bc_coeff_b[f_id]; in _lsq_scalar_b_face_val()
3634 const cs_real_t bc_coeff_a[], in _lsq_scalar_b_face_val_phyd() argument
3812 cs_real_t pfac = ( bc_coeff_a[f_id]*inc + (bc_coeff_b[f_id] -1.) in _lsq_scalar_b_face_val_phyd()
3862 b_f_var[f_id] = bc_coeff_a[f_id]*inc + pip*bc_coeff_b[f_id]; in _lsq_scalar_b_face_val_phyd()
3898 const cs_real_t bc_coeff_a[], in _fv_vtx_based_scalar_gradient() argument
3979 bc_coeff_a, in _fv_vtx_based_scalar_gradient()
3989 bc_coeff_a, in _fv_vtx_based_scalar_gradient()
6440 const cs_real_t bc_coeff_a[][3], in _lsq_vector_b_face_val()
6467 bc_coeff_a = (const cs_real_3_t*)_bc_coeff_a; in _lsq_vector_b_face_val()
6482 bc_coeff_a, in _lsq_vector_b_face_val()
6506 b_f_var[f_id][k] = inc * bc_coeff_a[f_id][k] in _lsq_vector_b_face_val()
6541 const cs_real_t bc_coeff_a[][3], in _fv_vtx_based_vector_gradient()
6599 bc_coeff_a, in _fv_vtx_based_vector_gradient()
7275 const cs_real_t bc_coeff_a[], in _gradient_scalar() argument
7302 if (bc_coeff_a == NULL) { in _gradient_scalar()
7306 bc_coeff_a = _bc_coeff_a; in _gradient_scalar()
7329 bc_coeff_a, in _gradient_scalar()
7346 bc_coeff_a, in _gradient_scalar()
7360 bc_coeff_a, in _gradient_scalar()
7374 bc_coeff_a, in _gradient_scalar()
7398 bc_coeff_a, in _gradient_scalar()
7412 bc_coeff_a, in _gradient_scalar()
7431 bc_coeff_a, in _gradient_scalar()
7449 bc_coeff_a, in _gradient_scalar()
7502 const cs_real_3_t bc_coeff_a[], in _gradient_vector() argument
7520 if (bc_coeff_a == NULL) { in _gradient_vector()
7526 bc_coeff_a = (const cs_real_3_t *)_bc_coeff_a; in _gradient_vector()
7551 bc_coeff_a, in _gradient_vector()
7570 bc_coeff_a, in _gradient_vector()
7586 bc_coeff_a, in _gradient_vector()
7616 bc_coeff_a, in _gradient_vector()
7637 bc_coeff_a, in _gradient_vector()
7654 bc_coeff_a, in _gradient_vector()
8184 const cs_real_6_t bc_coeff_a[], in _gradient_tensor() argument
8199 if (bc_coeff_a == NULL) { in _gradient_tensor()
8205 bc_coeff_a = (const cs_real_6_t *)_bc_coeff_a; in _gradient_tensor()
8229 bc_coeff_a, in _gradient_tensor()
8246 bc_coeff_a, in _gradient_tensor()
8260 bc_coeff_a, in _gradient_tensor()
8735 const cs_real_t bc_coeff_a[], in cs_gradient_scalar() argument
8791 bc_coeff_a, in cs_gradient_scalar()
8845 const cs_real_t bc_coeff_a[][3], in cs_gradient_vector()
8891 bc_coeff_a, in cs_gradient_vector()
8943 const cs_real_6_t bc_coeff_a[], in cs_gradient_tensor() argument
8986 bc_coeff_a, in cs_gradient_tensor()
9051 const cs_real_t bc_coeff_a[], in cs_gradient_scalar_synced_input() argument
9092 bc_coeff_a, in cs_gradient_scalar_synced_input()
9150 const cs_real_t bc_coeff_a[][3], in cs_gradient_vector_synced_input()
9179 bc_coeff_a, in cs_gradient_vector_synced_input()
9235 const cs_real_t bc_coeff_a[][6], in cs_gradient_tensor_synced_input()
9266 bc_coeff_a, in cs_gradient_tensor_synced_input()
9314 const cs_real_t bc_coeff_a[], in cs_gradient_scalar_cell() argument
9446 if (bc_coeff_a != NULL && bc_coeff_b != NULL) { /* Known face BC's */ in cs_gradient_scalar_cell()
9451 cs_real_t pfac = ( bc_coeff_a[f_id] + (bc_coeff_b[f_id] -1.) in cs_gradient_scalar_cell()
9468 else if (bc_coeff_a != NULL) { /* Known face values */ in cs_gradient_scalar_cell()
9479 cs_real_t pfac = (bc_coeff_a[f_id] - var[c_id]) * ddc; in cs_gradient_scalar_cell()
9568 const cs_real_t bc_coeff_a[][3], in cs_gradient_vector_cell()
9685 if (e_id > s_id && bc_coeff_a != NULL && bc_coeff_b != NULL) { in cs_gradient_vector_cell()
9712 cs_real_t pfac = bc_coeff_a[f_id][j] in cs_gradient_vector_cell()
9743 (const cs_real_3_t *)bc_coeff_a, in cs_gradient_vector_cell()
9766 if (bc_coeff_a != NULL) { in cs_gradient_vector_cell()
9783 cs_real_t pfac = (bc_coeff_a[f_id][kk] - var[c_id][kk]) * ddc; in cs_gradient_vector_cell()
9868 const cs_real_t bc_coeff_a[][6], in cs_gradient_tensor_cell()
9985 if (e_id > s_id && bc_coeff_a != NULL && bc_coeff_b != NULL) { in cs_gradient_tensor_cell()
10012 cs_real_t pfac = bc_coeff_a[f_id][k] - var[c_id][k]; in cs_gradient_tensor_cell()
10041 (const cs_real_6_t *)bc_coeff_a, in cs_gradient_tensor_cell()
10065 if (bc_coeff_a != NULL) { in cs_gradient_tensor_cell()
10086 cs_real_t pfac = (bc_coeff_a[f_id][kk] - var[c_id][kk]) * ddc; in cs_gradient_tensor_cell()