Fully working PT with vtk ready output

This commit is contained in:
2023-08-09 11:48:44 +02:00
parent 28631caf4c
commit 413c0918c1
10 changed files with 3240 additions and 20132 deletions

View File

@@ -42,13 +42,19 @@ $(BUILD_DIR)/%.s: %.c
clean:
$(info ===> CLEAN)
@rm -rf $(BUILD_DIR)
@rm -f particle*.dat
@rm -f vtk_files/particle*.vtk
@rm -f vis_files/particle*.dat
@rm -f tags
distclean: clean
$(info ===> DIST CLEAN)
@rm -f $(TARGET)
viz:
$(info ===> REMOVING VIZUALISATION FILES)
@rm -f vtk_files/particle*.vtk
@rm -f vis_files/particle*.dat
info:
$(info $(CFLAGS))
$(Q)$(CC) $(VERSION)