#include <iostream>
#include <vector>
Go to the source code of this file.
|
void | funz_clear () |
|
void | funz_clearAll () |
|
int | scriptMultiPlot_gif (int risp_n, std::string title, double min_x, double max_x, double min_y, double max_y, double max_z, std::vector< int > frame_n, double Dt, int n_iter, int save_, int con_gen, int smaller=0) |
|
void | lunch_gnuplot (std::string name_file_gnu) |
|
int | scriptUpDownPer_gif (std::string title, double T, int save, int smaller=0) |
|
int | scriptFilmato3Dgnuplot_gif (double Dt, double maxX, double maxY, double minX, double minY, double max_z, double max_fc, int dim_col_t, int save_, int cont_sim) |
|
int | writeLog (std::string what, std::string msg) |
|
This function clear the terminal (different command according to the system)
void lunch_gnuplot |
( |
std::string |
name_file_gnu | ) |
|
int scriptFilmato3Dgnuplot_gif |
( |
double |
Dt, |
|
|
double |
maxX, |
|
|
double |
maxY, |
|
|
double |
minX, |
|
|
double |
minY, |
|
|
double |
max_z, |
|
|
double |
max_fc, |
|
|
int |
dim_col_t, |
|
|
int |
save_, |
|
|
int |
cont_sim |
|
) |
| |
This function writes the script for the video 3d gnuplot gif version
int scriptMultiPlot_gif |
( |
int |
risp_n, |
|
|
std::string |
title, |
|
|
double |
min_x, |
|
|
double |
max_x, |
|
|
double |
min_y, |
|
|
double |
max_y, |
|
|
double |
max_z, |
|
|
std::vector< int > |
frame_n, |
|
|
double |
Dt, |
|
|
int |
n_iter, |
|
|
int |
save_, |
|
|
int |
con_gen, |
|
|
int |
smaller = 0 |
|
) |
| |
int scriptUpDownPer_gif |
( |
std::string |
title, |
|
|
double |
T, |
|
|
int |
save, |
|
|
int |
smaller = 0 |
|
) |
| |
int writeLog |
( |
std::string |
what, |
|
|
std::string |
msg |
|
) |
| |