refinment working with history of grids

This commit is contained in:
Vasco C. B. Ferreira
2026-07-21 22:58:39 +02:00
parent dfadd4766f
commit 9cbd3e71e7
11 changed files with 125 additions and 210 deletions
+49 -27
View File
@@ -1,36 +1,45 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
@@ -39,6 +48,7 @@ $(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
@@ -48,10 +58,10 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
CMAKE_COMMAND = /usr/local/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
RM = /usr/local/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
@@ -65,26 +75,28 @@ CMAKE_BINARY_DIR = /home/vf/Thesis/dealII_NuFI/1x1v
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/local/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/vf/Thesis/dealII_NuFI/1x1v/CMakeFiles /home/vf/Thesis/dealII_NuFI/1x1v//CMakeFiles/progress.marks
@@ -99,6 +111,7 @@ clean:
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
@@ -116,19 +129,6 @@ depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named nufi_lib
# Build rule for target.
nufi_lib: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nufi_lib
.PHONY : nufi_lib
# fast build rule for target.
nufi_lib/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/nufi_lib.dir/build.make CMakeFiles/nufi_lib.dir/build
.PHONY : nufi_lib/fast
#=============================================================================
# Target rules for targets named nufi_poisson
@@ -142,7 +142,21 @@ nufi_poisson/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/nufi_poisson.dir/build.make CMakeFiles/nufi_poisson.dir/build
.PHONY : nufi_poisson/fast
#=============================================================================
# Target rules for targets named nufi_lib
# Build rule for target.
nufi_lib: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nufi_lib
.PHONY : nufi_lib
# fast build rule for target.
nufi_lib/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/nufi_lib.dir/build.make CMakeFiles/nufi_lib.dir/build
.PHONY : nufi_lib/fast
src/main.o: src/main.cc.o
.PHONY : src/main.o
# target to build an object file
@@ -151,6 +165,7 @@ src/main.cc.o:
.PHONY : src/main.cc.o
src/main.i: src/main.cc.i
.PHONY : src/main.i
# target to preprocess a source file
@@ -159,6 +174,7 @@ src/main.cc.i:
.PHONY : src/main.cc.i
src/main.s: src/main.cc.s
.PHONY : src/main.s
# target to generate assembly for a file
@@ -167,6 +183,7 @@ src/main.cc.s:
.PHONY : src/main.cc.s
src/nufi_solver.o: src/nufi_solver.cc.o
.PHONY : src/nufi_solver.o
# target to build an object file
@@ -175,6 +192,7 @@ src/nufi_solver.cc.o:
.PHONY : src/nufi_solver.cc.o
src/nufi_solver.i: src/nufi_solver.cc.i
.PHONY : src/nufi_solver.i
# target to preprocess a source file
@@ -183,6 +201,7 @@ src/nufi_solver.cc.i:
.PHONY : src/nufi_solver.cc.i
src/nufi_solver.s: src/nufi_solver.cc.s
.PHONY : src/nufi_solver.s
# target to generate assembly for a file
@@ -191,6 +210,7 @@ src/nufi_solver.cc.s:
.PHONY : src/nufi_solver.cc.s
src/save_results.o: src/save_results.cc.o
.PHONY : src/save_results.o
# target to build an object file
@@ -199,6 +219,7 @@ src/save_results.cc.o:
.PHONY : src/save_results.cc.o
src/save_results.i: src/save_results.cc.i
.PHONY : src/save_results.i
# target to preprocess a source file
@@ -207,6 +228,7 @@ src/save_results.cc.i:
.PHONY : src/save_results.cc.i
src/save_results.s: src/save_results.cc.s
.PHONY : src/save_results.s
# target to generate assembly for a file