1 #ifndef __CS_TIME_PLOT_H__
2 #define __CS_TIME_PLOT_H__
254 const char *file_prefix,
260 const int *probe_list,
262 const char *probe_names[]);
290 const char *file_prefix,
void cs_time_plot_flush_all(void)
Definition: cs_time_plot.c:1333
void tplwri(const cs_int_t *tplnum, const cs_int_t *tplfmt, const cs_int_t *nprb, const cs_int_t *ntcabs, const cs_real_t *ttcabs, const cs_real_t *valprb)
Definition: cs_time_plot.c:1012
void tpsini(const cs_int_t *tplnum, const char *tplnam, const char *tplpre, const cs_int_t *tplfmt, const cs_int_t *idtvar, const cs_int_t *ntflsh, const cs_real_t *wtflsh, const cs_int_t *nstru, const cs_real_t *xmstru, const cs_real_t *xcstru, const cs_real_t *xkstru, const cs_int_t *lnam, const cs_int_t *lpre CS_ARGF_SUPP_CHAINE)
Definition: cs_time_plot.c:888
#define BEGIN_C_DECLS
Definition: cs_defs.h:429
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:295
void tplend(const cs_int_t *tplnum, const cs_int_t *tplfmt)
Definition: cs_time_plot.c:960
Definition: cs_field_pointer.h:66
#define CS_ARGF_SUPP_CHAINE
Definition: cs_defs.h:468
void tppini(const cs_int_t *tplnum, const char *tplnam, const char *tplpre, const cs_int_t *tplfmt, const cs_int_t *idtvar, const cs_int_t *ntflsh, const cs_real_t *wtflsh, const cs_int_t *nprb, const cs_int_t *lstprb, const cs_real_t *xyzprb, const cs_int_t *lnam, const cs_int_t *lpre CS_ARGF_SUPP_CHAINE)
Definition: cs_time_plot.c:801
struct _cs_time_plot_t cs_time_plot_t
Definition: cs_time_plot.h:48
Definition: cs_time_plot.h:58
cs_time_plot_t * cs_time_plot_init_struct(const char *plot_name, const char *file_prefix, cs_time_plot_format_t format, bool use_iteration, double flush_wtime, int n_buffer_steps, int n_structures, const cs_real_t mass_matrixes[], const cs_real_t damping_matrixes[], const cs_real_t stiffness_matrixes[])
Definition: cs_time_plot.c:1159
void tplnbr(cs_int_t *ntpl)
Definition: cs_time_plot.c:1054
void cs_time_plot_vals_write(cs_time_plot_t *p, int tn, double t, int n_vals, const cs_real_t vals[])
Definition: cs_time_plot.c:1243
void cs_time_plot_finalize(cs_time_plot_t **p)
Definition: cs_time_plot.c:1202
cs_time_plot_format_t
Definition: cs_time_plot.h:56
#define END_C_DECLS
Definition: cs_defs.h:430
double cs_real_t
Definition: cs_defs.h:296
#define CS_PROCF(x, y)
Definition: cs_defs.h:453
void cs_time_plot_flush(cs_time_plot_t *p)
Definition: cs_time_plot.c:1311
cs_time_plot_t * cs_time_plot_init_probe(const char *plot_name, const char *file_prefix, cs_time_plot_format_t format, bool use_iteration, double flush_wtime, int n_buffer_steps, int n_probes, const int *probe_list, const cs_real_t probe_coords[], const char *probe_names[])
Definition: cs_time_plot.c:1097
Definition: cs_field_pointer.h:93
Definition: cs_time_plot.h:57