Add cluster edges in VTK output

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2022-02-08 00:11:10 +01:00
parent cd15911a97
commit 8deee3d954
3 changed files with 44 additions and 0 deletions

View File

@@ -26,4 +26,5 @@
#define __VTK_H_
extern int write_local_atoms_to_vtk_file(const char* filename, Atom* atom, int timestep);
extern int write_ghost_atoms_to_vtk_file(const char* filename, Atom* atom, int timestep);
extern int write_cluster_edges_to_vtk_file(const char* filename, Atom* atom, int timestep);
#endif