Home
last modified time | relevance | path

Searched refs:fvq (Results 1 – 25 of 123) sorted by relevance

12345

/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_face_viscosity.c121 fvq, in CS_PROCF()
144 fvq, in CS_PROCF()
169 fvq, in CS_PROCF()
225 const cs_real_t *restrict weight = fvq->weight; in cs_face_viscosity()
226 const cs_real_t *restrict i_dist = fvq->i_dist; in cs_face_viscosity()
372 const cs_real_t *restrict weight = fvq->weight; in cs_face_anisotropic_viscosity_vector()
373 const cs_real_t *restrict i_dist = fvq->i_dist; in cs_face_anisotropic_viscosity_vector()
589 const cs_real_t *restrict weight = fvq->weight; in cs_face_anisotropic_viscosity_scalar()
590 const cs_real_t *restrict i_dist = fvq->i_dist; in cs_face_anisotropic_viscosity_scalar()
591 const cs_real_t *restrict b_dist = fvq->b_dist; in cs_face_anisotropic_viscosity_scalar()
[all …]
H A Dcs_gradient.c1212 cell_f_vol = fvq->cell_vol; in _initialize_scalar_gradient()
1631 cell_f_vol = fvq->cell_vol; in _iterative_scalar_gradient()
2442 fvq, in _lsq_scalar_gradient()
3195 cell_f_vol = fvq->cell_vol; in _reconstruct_scalar_gradient()
3924 cell_f_vol = fvq->cell_vol; in _fv_vtx_based_scalar_gradient()
3986 fvq, in _fv_vtx_based_scalar_gradient()
6378 fvq, in _lsq_vector_gradient()
6595 fvq, in _fv_vtx_based_vector_gradient()
7021 fvq, in _lsq_tensor_gradient()
7582 fvq, in _gradient_vector()
[all …]
H A Dcs_divergence.c134 fvq, in CS_PROCF()
220 fvq, in CS_PROCF()
256 fvq, in CS_PROCF()
299 fvq, in CS_PROCF()
381 const cs_mesh_quantities_t *fvq, in cs_mass_flux() argument
432 i_f_face_factor = fvq->i_f_face_factor; in cs_mass_flux()
433 b_f_face_factor = fvq->b_f_face_factor; in cs_mass_flux()
442 = (const cs_real_3_t *restrict)fvq->diipb; in cs_mass_flux()
444 = (const cs_real_3_t *restrict)fvq->dofij; in cs_mass_flux()
885 if (fvq->b_sym_flag[face_id] == 0) { in cs_mass_flux()
[all …]
H A Dcs_face_viscosity.h125 const cs_mesh_quantities_t *fvq,
151 const cs_mesh_quantities_t *fvq,
184 const cs_mesh_quantities_t *fvq,
H A Dcs_divergence.h233 const cs_mesh_quantities_t *fvq,
333 cs_mesh_quantities_t *fvq,
379 cs_mesh_quantities_t *fvq,
436 cs_mesh_quantities_t *fvq,
H A Dcs_convection_diffusion.c165 const cs_real_t *restrict weight = fvq->weight; in _beta_limiter_denom()
167 = (const cs_real_3_t *restrict)fvq->cell_cen; in _beta_limiter_denom()
173 = (const cs_real_3_t *restrict)fvq->diipf; in _beta_limiter_denom()
175 = (const cs_real_3_t *restrict)fvq->djjpf; in _beta_limiter_denom()
650 fvq, in CS_PROCF()
717 fvq, in CS_PROCF()
783 fvq, in CS_PROCF()
848 fvq, in CS_PROCF()
933 = (const cs_real_3_t *restrict)fvq->diipb; in cs_slope_test_gradient()
4275 i_f_face_factor = fvq->i_f_face_factor; in cs_convection_diffusion_vector()
[all …]
H A Dcs_balance_by_zone.c794 const cs_real_t *restrict weight = fvq->weight; in cs_balance_by_zone_compute()
795 const cs_real_t *restrict i_dist = fvq->i_dist; in cs_balance_by_zone_compute()
805 = (const cs_real_3_t *restrict)fvq->diipf; in cs_balance_by_zone_compute()
807 = (const cs_real_3_t *restrict)fvq->djjpf; in cs_balance_by_zone_compute()
809 = (const cs_real_3_t *restrict)fvq->diipb; in cs_balance_by_zone_compute()
1787 = (const cs_real_3_t *restrict)fvq->diipf; in cs_pressure_drop_by_zone_compute()
1789 = (const cs_real_3_t *restrict)fvq->djjpf; in cs_pressure_drop_by_zone_compute()
1791 = (const cs_real_3_t *restrict)fvq->diipb; in cs_pressure_drop_by_zone_compute()
2565 = (const cs_real_3_t *restrict)fvq->diipf; in cs_flux_through_surface()
2567 = (const cs_real_3_t *restrict)fvq->djjpf; in cs_flux_through_surface()
[all …]
H A Dcs_gradient.h454 const cs_mesh_quantities_t *fvq,
490 const cs_mesh_quantities_t *fvq,
526 const cs_mesh_quantities_t *fvq,
H A Dcs_bw_time_diff.c110 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_backward_differentiation_in_time() local
113 const cs_real_t *restrict cell_vol = fvq->cell_vol; in cs_backward_differentiation_in_time()
H A Dcs_gradient_cuda.cu515 const cs_mesh_quantities_t *fvq, in cs_gradient_scalar_lsq_cuda() argument
588 = (const cs_real_3_t *restrict)cs_get_device_ptr_const_pf(fvq->cell_cen); in cs_gradient_scalar_lsq_cuda()
590 = (const cs_real_3_t *restrict)cs_get_device_ptr_const_pf(fvq->b_face_normal); in cs_gradient_scalar_lsq_cuda()
592 = (const cs_real_t *restrict)cs_get_device_ptr_const_pf(fvq->b_face_surf); in cs_gradient_scalar_lsq_cuda()
594 = (const cs_real_t *restrict)cs_get_device_ptr_const_pf(fvq->b_dist); in cs_gradient_scalar_lsq_cuda()
596 = (const cs_real_3_t *restrict)cs_get_device_ptr_const_pf(fvq->diipb); in cs_gradient_scalar_lsq_cuda()
598 = (const cs_real_t *restrict)cs_get_device_ptr_const_pf(fvq->weight); in cs_gradient_scalar_lsq_cuda()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_pressure_correction.c746 fvq, in cs_pressure_correction()
931 fvq, in cs_pressure_correction()
1027 fvq, in cs_pressure_correction()
1080 fvq, in cs_pressure_correction()
1122 fvq, in cs_pressure_correction()
1301 fvq, in cs_pressure_correction()
1347 fvq, in cs_pressure_correction()
1500 fvq, in cs_pressure_correction()
1576 fvq, in cs_pressure_correction()
2198 fvq, in cs_pressure_correction()
[all …]
H A Dcs_interpolate.c255 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_interpolate_from_location_p1() local
258 = (const cs_real_3_t *)fvq->cell_cen; in cs_interpolate_from_location_p1()
313 fvq, in cs_interpolate_from_location_p1()
347 fvq, in cs_interpolate_from_location_p1()
384 fvq, in cs_interpolate_from_location_p1()
H A Dcs_internal_coupling.c398 const cs_real_t* cell_cen = fvq->cell_cen; in _compute_geometrical_face_weight()
399 const cs_real_t* b_face_cog = fvq->b_face_cog; in _compute_geometrical_face_weight()
400 const cs_real_t* diipb = fvq->diipb; in _compute_geometrical_face_weight()
1218 = (const cs_real_3_t *restrict)fvq->b_f_face_normal; in cs_internal_coupling_initialize_scalar_gradient()
1299 = (const cs_real_3_t *restrict)fvq->b_f_face_normal; in cs_internal_coupling_initialize_vector_gradient()
1385 = (const cs_real_3_t *restrict)fvq->b_f_face_normal; in cs_internal_coupling_initialize_tensor_gradient()
1475 = (const cs_real_3_t *restrict)fvq->b_f_face_normal; in cs_internal_coupling_iterative_scalar_gradient()
1580 = (const cs_real_3_t *restrict)fvq->b_f_face_normal; in cs_internal_coupling_iterative_vector_gradient()
1689 = (const cs_real_3_t *restrict)fvq->b_f_face_normal; in cs_internal_coupling_iterative_tensor_gradient()
1788 = (const cs_real_3_t *restrict)fvq->b_f_face_normal; in cs_internal_coupling_reconstruct_scalar_gradient()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_new.c310 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_lagr_new() local
342 fvq->b_face_cog + 3*face_id, in cs_lagr_new()
348 const cs_real_t *c_cen = fvq->cell_cen + c_id*3; in cs_lagr_new()
362 fvq->b_face_cog + 3*face_id, in cs_lagr_new()
467 face_cog = fvq->i_face_cog + (3*face_id); in cs_lagr_new_v()
468 face_normal = fvq->i_face_normal + (3*face_id); in cs_lagr_new_v()
480 face_cog = fvq->b_face_cog + (3*face_id); in cs_lagr_new_v()
481 face_normal = fvq->b_face_normal + (3*face_id); in cs_lagr_new_v()
571 face_cog = fvq->i_face_cog + (3*face_id); in cs_lagr_new_v()
583 face_cog = fvq->b_face_cog + (3*face_id); in cs_lagr_new_v()
[all …]
H A Dcs_lagr_tracking.c939 face_normal[k] = fvq->i_face_normal[3*face_id+k]; in _internal_treatment()
941 cs_real_t face_area = fvq->i_face_surf[face_id]; in _internal_treatment()
1162 cs_real_t face_area = fvq->b_face_surf[face_id]; in _boundary_treatment()
1927 = (const cs_real_3_t *restrict)fvq->i_face_cog; in _local_propagation()
1929 = (const cs_real_3_t *restrict)fvq->b_face_cog; in _local_propagation()
3284 fvq->i_f_face_normal[3*face_id+j] = fvq->i_face_normal[3*face_id+j]; in cs_lagr_tracking_particle_movement()
3345 fvq->i_f_face_normal[3*face_id + id] -= in cs_lagr_tracking_particle_movement()
3347 * fvq->i_face_normal[3*face_id + id] in cs_lagr_tracking_particle_movement()
3348 / fvq->i_face_surf[face_id]; in cs_lagr_tracking_particle_movement()
3359 fvq->i_f_face_normal[3*face_id+j] = 0.; in cs_lagr_tracking_particle_movement()
[all …]
H A Dcs_lagr_precipitation_model.c126 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_lagr_precipitation_mass_st() local
207 * fvq->cell_vol[iel] / mass; in cs_lagr_precipitation_mass_st()
239 if ( ((solub[iel] - cvar_scal[iel]) * fvq->cell_vol[iel]) in cs_lagr_precipitation_mass_st()
283 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_lagr_precipitation_injection() local
415 part_coord[i] = fvq->cell_cen[cell[ip - npt] * 3 + i]; in cs_lagr_precipitation_injection()
H A Dcs_lagr_resuspension.c174 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_lagr_resuspension() local
181 = (const cs_real_3_t *restrict)fvq->i_face_normal; in cs_lagr_resuspension()
325 cs_real_t norm_face = fvq->b_face_surf[face_id]; in cs_lagr_resuspension()
337 * fvq->b_face_normal[face_id * 3 +id]; in cs_lagr_resuspension()
H A Dcs_lagr_poisson.c158 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _lageqp() local
205 fvq, in _lageqp()
267 cs_real_t hint = alphal[iel] / fvq->b_dist[ifac]; in _lageqp()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh_intersect.c116 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_mesh_intersect_segment_cell_select() local
161 const cs_real_t *face_center = fvq->i_face_cog + (3*face_id); in cs_mesh_intersect_segment_cell_select()
206 const cs_real_t *face_center = fvq->b_face_cog + (3*face_id); in cs_mesh_intersect_segment_cell_select()
285 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_mesh_intersect_polyline_cell_select() local
350 const cs_real_t *face_center = fvq->i_face_cog + (3*face_id); in cs_mesh_intersect_polyline_cell_select()
467 const cs_real_t *face_center = fvq->b_face_cog + (3*face_id); in cs_mesh_intersect_polyline_cell_select()
/dports/audio/codec2/codec2-1.0.3/misc/
H A Dvqtrain.c85 FILE *fvq; /* file containing vector quantiser */ in main() local
252 fvq = fopen(argv[dx+3],"wt"); in main()
253 if (fvq == NULL) { in main()
258 fwrite(cb, sizeof(float), m*k, fvq); in main()
275 fclose(fvq); in main()
/dports/science/code_saturne/code_saturne-7.1.0/examples/2-full_domain/case3/
H A Dcs_user_extra_operations.c120 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_user_extra_operations() local
126 const cs_real_t *cell_vol = fvq->cell_vol; in cs_user_extra_operations()
/dports/science/code_saturne/code_saturne-7.1.0/src/atmo/
H A Dcs_atprke.c236 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _dry_atmosphere() local
237 const cs_real_t *cell_f_vol = fvq->cell_vol; in _dry_atmosphere()
344 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _humid_atmosphere() local
345 const cs_real_t *cell_f_vol = fvq->cell_vol; in _humid_atmosphere()
348 const cs_real_3_t *cell_cen = (const cs_real_3_t *)fvq->cell_cen; in _humid_atmosphere()
/dports/science/code_saturne/code_saturne-7.1.0/src/turb/
H A Dcs_turbulence_v2f.c322 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _solve_eq_fbr_al() local
415 fvq, in _solve_eq_fbr_al()
427 const cs_real_t *distb = fvq->b_dist; in _solve_eq_fbr_al()
447 fvq, in _solve_eq_fbr_al()
478 const cs_real_t *cell_f_vol = fvq->cell_f_vol; in _solve_eq_fbr_al()
678 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _solve_eq_phi() local
679 const cs_real_t *cell_f_vol = fvq->cell_f_vol; in _solve_eq_phi()
935 fvq, in _solve_eq_phi()
941 const cs_real_t *distb = fvq->b_dist; in _solve_eq_phi()
H A Dcs_turbulence_ke.c138 const cs_real_t *volume = fvq->cell_vol; in _tsepls()
141 const cs_real_t *restrict weight = fvq->weight; in _tsepls()
277 const cs_real_t *volume = fvq->cell_vol; in cs_turbulence_ke()
278 const cs_real_t *cell_f_vol = fvq->cell_f_vol; in cs_turbulence_ke()
279 const cs_real_t *distb = fvq->b_dist; in cs_turbulence_ke()
1012 fvq, in cs_turbulence_ke()
1039 fvq, in cs_turbulence_ke()
1571 fvq, in cs_turbulence_ke()
1639 fvq, in cs_turbulence_ke()
1808 fvq, in cs_turbulence_ke()
[all …]
H A Dcs_turbulence_kw.c144 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_turbulence_kw() local
152 const cs_real_t *volume = fvq->cell_vol; in cs_turbulence_kw()
153 const cs_real_t *cell_f_vol = fvq->cell_f_vol; in cs_turbulence_kw()
154 const cs_real_t *distb = fvq->b_dist; in cs_turbulence_kw()
471 fvq, in cs_turbulence_kw()
1112 fvq, in cs_turbulence_kw()
1169 fvq, in cs_turbulence_kw()
1305 fvq, in cs_turbulence_kw()
1368 fvq, in cs_turbulence_kw()
1551 if (fvq->has_disable_flag) { in cs_turbulence_kw()
[all …]

12345