Skip to content
Snippets Groups Projects
Commit 598fabb1 authored by yaskovet's avatar yaskovet
Browse files

Download samples for SparseGrid examples (9/10) via Makefile

parent e396d499
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,12 @@
#include "level_set/redistancing_Sussman/RedistancingSussman.hpp"
#include "RawReader/InitGridWithPixel.hpp"
#include "level_set/redistancing_Sussman/HelpFunctionsForGrid.hpp" // For the ghost initialization
#include "RemoveLines.hpp" // For removing thin (diagonal or straight) lines
#include "include/RemoveLines.hpp" // For removing thin (diagonal or straight) lines
#include "FiniteDifference/FD_simple.hpp"
#include "DiffusionSpace_sparseGrid.hpp"
#include "HelpFunctions_diffusion.hpp"
#include "include/DiffusionSpace_sparseGrid.hpp"
#include "include/HelpFunctions_diffusion.hpp"
#include "Decomposition/Distribution/BoxDistribution.hpp"
......@@ -84,7 +84,7 @@ constexpr size_t x = 0, y = 1, z = 2;
// input
const std::string path_to_redistancing_result =
"/MY_PATH/porous_ceramics/sussman_with_cuda/build/output_sussman_sparse_grid_porousCeramics_1216x1016x941/";
"output_sussman_sparse_grid_porousCeramics_1216x1016x941/";
const std::string redistancing_filename = "sparseGrid_initial.hdf5";
......
......@@ -38,7 +38,7 @@
#include "util/PathsAndFiles.hpp"
#include "level_set/redistancing_Sussman/RedistancingSussman.hpp"
#include "RawReader/InitGridWithPixel.hpp"
#include "RemoveLines.hpp" // For removing thin (diagonal or straight) lines
#include "include/RemoveLines.hpp" // For removing thin (diagonal or straight) lines
#include "level_set/redistancing_Sussman/HelpFunctionsForGrid.hpp"
#include "level_set/redistancing_Sussman/AnalyticalSDF.hpp"
......@@ -57,7 +57,7 @@
// input
const std::string path_to_redistancing_result =
"/INPUT_PATH/benchmarks/CaCO3/sussman_redistancing/build/output_sussman_maxIter6e3_CaCO3_fluidPhase_531x531x531/";
"output_sussman_maxIter6e3_CaCO3_fluidPhase_531x531x531";
const std::string redistancing_filename = "grid_CaCO3_post_redistancing.hdf5";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment