Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_post.c203 int n_t_steps; /* Number of forced time steps */ member
608 ot->n_t_steps = 0; in _writer_times_create()
647 if (prev_id < w->ot->n_t_steps) { in _add_writer_ts()
653 w->ot->n_t_steps -= 1; in _add_writer_ts()
662 if (w->ot->n_t_steps_max < w->ot->n_t_steps + 1) { in _add_writer_ts()
670 w->ot->t_steps[w->ot->n_t_steps] = nt; in _add_writer_ts()
671 w->ot->n_t_steps += 1; in _add_writer_ts()
772 while (i < ot->n_t_steps) { in _activate_if_listed()
777 ot->t_steps[i] = ot->t_steps[ot->n_t_steps - 1]; in _activate_if_listed()
778 ot->n_t_steps -= 1; in _activate_if_listed()
[all …]