43 : viscosity(viscosity)
55 numberOfGridLevels =
gridInfo->numberOfGridLevels;
61 if (!(std::filesystem::exists(dir)))
62 std::filesystem::create_directories(dir);
82 return numberOfGridLevels;
unsigned int timeStepLength
std::string getFilePath()
unsigned int getEndTime()
static std::shared_ptr< KernelConfigurationImp > getNewInstance(std::string kernel)
std::vector< unsigned int > getDevices()
std::string getGridPath()
unsigned int getNumberOfGridLevels()
void generateFileDirectionInMyStystem(std::string filePath)
unsigned int getTimeStepLength()
std::shared_ptr< KernelConfiguration > getKernelConfiguration()
std::shared_ptr< T > SPtr