Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_time_plot.h48 typedef struct _cs_time_plot_t cs_time_plot_t; typedef
198 cs_time_plot_t *
234 cs_time_plot_t *
256 cs_time_plot_finalize(cs_time_plot_t **p);
272 cs_time_plot_vals_write(cs_time_plot_t *p,
286 cs_time_plot_flush(cs_time_plot_t *p);
H A Dcs_time_plot.c137 _ensure_buffer_size(cs_time_plot_t *p, in _ensure_buffer_size()
574 _time_plot_register(cs_time_plot_t *p) in _time_plot_register()
595 _time_plot_unregister(cs_time_plot_t *p) in _time_plot_unregister()
626 static cs_time_plot_t *
636 cs_time_plot_t *p = NULL; in _plot_file_create()
638 BFT_MALLOC(p, 1, cs_time_plot_t); in _plot_file_create()
890 cs_time_plot_t *p = NULL; in CS_PROCF()
1020 cs_time_plot_t *
1086 cs_time_plot_t *
1134 cs_time_plot_t *_p = *p; in cs_time_plot_finalize()
[all …]
H A Dcs_timer_stats.c133 static cs_time_plot_t *_time_plot = NULL;
H A Dcs_log_iteration.c145 static cs_time_plot_t *_l2_residual_plot = NULL;
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_to_time_plot.c106 cs_time_plot_t **tp; /* Associated plots */
304 cs_time_plot_t *p; in _field_output()
349 BFT_REALLOC(w->tp, w->n_plots, cs_time_plot_t *); in _field_output()
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_sles_it_priv.h195 cs_time_plot_t *plot; /* Pointer to plot structure,
197 cs_time_plot_t *_plot; /* Pointer to own plot structure */
H A Dcs_multigrid.c332 cs_time_plot_t *cycle_plot; /* plotting of cycles */
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_navsto_system.h232 cs_time_plot_t *plot_writer;
H A Dcs_cdofb_navsto.h459 cs_time_plot_t *time_plotter,
H A Dcs_solidification.h559 cs_time_plot_t *plot_state;
H A Dcs_cdofb_navsto.c983 cs_time_plot_t *time_plotter, in cs_cdofb_navsto_extra_op()
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_solver-heat-equation.c102 cs_time_plot_t *time_plot; in cs_user_solver()