1 #ifndef __CS_TIME_PLOT_H__
2 #define __CS_TIME_PLOT_H__
95 const char *file_prefix,
101 const int *probe_list,
103 const char *probe_names[]);
131 const char *file_prefix,
216 int *n_buffer_steps);
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define END_C_DECLS
Definition: cs_defs.h:515
@ t
Definition: cs_field_pointer.h:92
@ p
Definition: cs_field_pointer.h:67
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:922
void cs_time_plot_flush(cs_time_plot_t *p)
Definition: cs_time_plot.c:990
struct _cs_time_plot_t cs_time_plot_t
Definition: cs_time_plot.h:48
cs_time_plot_format_t
Definition: cs_time_plot.h:56
@ CS_TIME_PLOT_DAT
Definition: cs_time_plot.h:57
@ CS_TIME_PLOT_CSV
Definition: cs_time_plot.h:58
void cs_time_plot_set_flush_default(float flush_wtime, int n_buffer_steps)
Definition: cs_time_plot.c:1029
void cs_time_plot_finalize(cs_time_plot_t **p)
Definition: cs_time_plot.c:881
void cs_time_plot_flush_all(void)
Definition: cs_time_plot.c:1012
void cs_time_plot_get_flush_default(float *flush_wtime, int *n_buffer_steps)
Definition: cs_time_plot.c:1047
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:772
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:838