#include <iostream>
#include <typeinfo>
#include "CSVReader/CSVReader.hpp"
#include "util/PathsAndFiles.hpp"
#include "level_set/redistancing_Sussman/RedistancingSussman.hpp"
#include "RawReader/InitGridWithPixel.hpp"
#include "RemoveLines.hpp"
#include "level_set/redistancing_Sussman/HelpFunctionsForGrid.hpp"
#include "level_set/redistancing_Sussman/AnalyticalSDF.hpp"
#include "FiniteDifference/FD_simple.hpp"
#include "Decomposition/Distribution/BoxDistribution.hpp"
#include "timer.hpp"
#include "include/DiffusionSpace_sparseGrid.hpp"
#include "include/HelpFunctions_diffusion.hpp"
Go to the source code of this file.
◆ props_full
◆ props_sparse
◆ CONC_N
◆ CONC_NPLUS1
const size_t CONC_NPLUS1 = 2 |
◆ DIFFUSION_COEFFICIENT
const size_t DIFFUSION_COEFFICIENT = 3 |
◆ dims
◆ output_name
const std::string output_name = "output_inhomogDiffusion_CaCO3_fluid_phase" |
◆ path_to_redistancing_result
const std::string path_to_redistancing_result |
Initial value:=
"/INPUT_PATH/benchmarks/CaCO3/sussman_redistancing/build/output_sussman_maxIter6e3_CaCO3_fluidPhase_531x531x531/"
Definition at line 59 of file main.cu.
◆ path_to_size
const std::string path_to_size = path_to_redistancing_result |
◆ PHI_FULL
const size_t PHI_FULL = 0 |
◆ PHI_PHASE
const size_t PHI_PHASE = 0 |
◆ prop_names_full
◆ prop_names_sparse
Initial value:= {"PHI_PHASE",
"CONC_N",
"CONC_NPLUS1",
"DIFFUSION_COEFFICIENT"}
Definition at line 85 of file main.cu.
◆ redistancing_filename
const std::string redistancing_filename = "grid_CaCO3_post_redistancing.hdf5" |