Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_log.c613 if (pc->n_g_cumulative_total > 0) in cs_lagr_log_iteration()
616 pc->n_g_cumulative_failed * 100. / pc->n_g_cumulative_total); in cs_lagr_log_iteration()
H A Dcs_lagr.h340 cs_gnum_t n_g_cumulative_total; member
H A Dcs_lagr_lec.c999 pc->n_g_cumulative_total = tabvar[0]; in cs_lagr_restart_read_p()
1136 cs_lnum_t tabvar[1] = {cs_glob_lagr_particle_counter->n_g_cumulative_total}; in cs_restart_lagrangian_checkpoint_write()
H A Dcs_lagr.c192 = {.n_g_cumulative_total = 0,
2636 part_c->n_g_cumulative_total += part_c->n_g_new; in cs_lagr_solve_time_step()
H A Dcs_lagr_injection.c1494 if (ts->nt_cur == ts->nt_prev+1 && pc->n_g_cumulative_total == 0) in cs_lagr_injection()