Peka2D_v5  v5.0
Functions
writeInOut.cpp File Reference
#include "writeInOut.h"
Include dependency graph for writeInOut.cpp:

Functions

EXPORT_DLL void Notify (char *msg, int type, t_message *e)
 
EXPORT_DLL int write_vtk_mesh (char *filename, t_mesh *mesh, t_message *msg)
 
EXPORT_DLL int create_computation_files (char *path, t_message *msg)
 
EXPORT_DLL int write_massBalance (char *path, t_arrays *arrays, t_message *msg)
 
EXPORT_DLL int write_timers (char *path, t_timers timers, t_message *msg)
 
EXPORT_DLL void dump_screen_info (t_arrays *arrays, t_message *msg)
 
EXPORT_DLL int write_vtk_state (char *filename, t_mesh *mesh, t_arrays *arrays, t_message *msg)
 
EXPORT_DLL int write_mesh_structure_in_vtk_binary (FILE *fp, t_mesh *mesh)
 
EXPORT_DLL int write_mesh_structure_in_vtk_ascii (FILE *fp, t_mesh *mesh)
 
EXPORT_DLL void write_Dscalar_in_vtk (FILE *fp, double val)
 
EXPORT_DLL void write_Iscalar_in_vtk (FILE *fp, int val)
 
EXPORT_DLL void write_Dvector_in_vtk (FILE *fp, double val1, double val2)
 

Function Documentation

◆ create_computation_files()

EXPORT_DLL int create_computation_files ( char *  path,
t_message msg 
)

◆ dump_screen_info()

EXPORT_DLL void dump_screen_info ( t_arrays arrays,
t_message msg 
)

◆ Notify()

EXPORT_DLL void Notify ( char *  msg,
int  type,
t_message e 
)

◆ write_Dscalar_in_vtk()

EXPORT_DLL void write_Dscalar_in_vtk ( FILE *  fp,
double  val 
)

◆ write_Dvector_in_vtk()

EXPORT_DLL void write_Dvector_in_vtk ( FILE *  fp,
double  val1,
double  val2 
)

◆ write_Iscalar_in_vtk()

EXPORT_DLL void write_Iscalar_in_vtk ( FILE *  fp,
int  val 
)

◆ write_massBalance()

EXPORT_DLL int write_massBalance ( char *  path,
t_arrays arrays,
t_message msg 
)

◆ write_mesh_structure_in_vtk_ascii()

EXPORT_DLL int write_mesh_structure_in_vtk_ascii ( FILE *  fp,
t_mesh mesh 
)

◆ write_mesh_structure_in_vtk_binary()

EXPORT_DLL int write_mesh_structure_in_vtk_binary ( FILE *  fp,
t_mesh mesh 
)

◆ write_timers()

EXPORT_DLL int write_timers ( char *  path,
t_timers  timers,
t_message msg 
)

◆ write_vtk_mesh()

EXPORT_DLL int write_vtk_mesh ( char *  filename,
t_mesh mesh,
t_message msg 
)

◆ write_vtk_state()

EXPORT_DLL int write_vtk_state ( char *  filename,
t_mesh mesh,
t_arrays arrays,
t_message msg 
)