Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_sat_coupling.c1422 cs_lnum_t n_pts_dist = 0; in CS_PROCF() local
1450 n_pts_dist = ple_locator_get_n_dist_points(localis); in CS_PROCF()
1452 if (*nbrpts != n_pts_dist) in CS_PROCF()
1457 *numcpl, (int)(*itydis), (int)(*nbrpts), (int)n_pts_dist); in CS_PROCF()
1463 n_pts_dist = ple_locator_get_n_dist_points(localis); in CS_PROCF()
1465 if (n_pts_dist > 0) { in CS_PROCF()
1473 for (ind = 0 ; ind < n_pts_dist ; ind++) { in CS_PROCF()
1480 for (ind = 0 ; ind < n_pts_dist ; ind++) in CS_PROCF()