From 91719b0073c71f445d234c2932b69a192d94f005 Mon Sep 17 00:00:00 2001 From: Stefan Neukamm <stefan.neukamm@tu-dresden.de> Date: Thu, 7 Jul 2022 08:33:11 +0200 Subject: [PATCH] =?UTF-8?q?outputPath=20und=20geometryFunctionPath=20von?= =?UTF-8?q?=20Hand=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../two_phase_material_1.cpython-38.pyc | Bin 331 -> 324 bytes inputs/cellsolver.parset | 15 ++------------- src/CMakeLists.txt | 3 ++- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/geometries/__pycache__/two_phase_material_1.cpython-38.pyc b/geometries/__pycache__/two_phase_material_1.cpython-38.pyc index f1216220340d68114f39bfa32fc9fcac3375aee3..c9763e8459ecb9c81f61150564e7b902e4558747 100644 GIT binary patch delta 36 qcmX@jbcBgJl$V!_0SI1I9Gl3!nAbx;BR@A)zqlkdEirH6p-uq78Voo9 delta 43 xcmX@Ybef4fl$V!_0SF3mj!fiUEaI=9k)NBYpPiFfTCDGqTAW>yUodfZCjbl$4qpHO diff --git a/inputs/cellsolver.parset b/inputs/cellsolver.parset index 2979e774..7a95dd04 100644 --- a/inputs/cellsolver.parset +++ b/inputs/cellsolver.parset @@ -8,14 +8,8 @@ ############################################# # Choose Output-path for logfile ############################################# -#outputPath = "../../outputs/output.txt" -#outputPath = "/home/klaus/Desktop/DUNE/dune-microstructure/outputs/output.txt" -#outputPath = "/home/klaus/Desktop/DUNE/dune-microstructure/outputs" - - ### Remove/Comment this when running via Python-Script: -outputPath=/home/klaus/Desktop/DUNE/dune-microstructure/test - +outputPath=/home/stefan/DUNE/dune-microstructure/outputs @@ -85,16 +79,11 @@ theta=0.25 #--- choose composite-Implementation: - -geometryFunctionPath = /home/klaus/Desktop/DUNE/dune-microstructure/geometries +geometryFunctionPath = /home/stefan/DUNE/dune-microstructure/geometries #geometryFunction = two_phase_material_1 material_prestrain_imp= "two_phase_material_1" #(Python-indicator-function with same name determines material phases) #material_prestrain_imp= "two_phase_material_2" #(Python-indicator-function with same name determines material phases) #material_prestrain_imp= "two_phase_material_3" #(Python-indicator-function with same name determines material phases) - - - - #material_prestrain_imp= "parametrized_Laminate" #material_prestrain_imp= "homogeneous" #material_prestrain_imp= "analytical_Example" diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d1e55346..d099d57b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,7 +13,8 @@ foreach(_program ${programs}) add_executable(${_program} ${_program}.cc) target_link_dune_default_libraries(${_program}) add_dune_pythonlibs_flags(${_program}) - target_link_libraries(${_program} tinyxml2) + target_link_libraries(${_program}) +# target_link_libraries(${_program} tinyxml2) # target_compile_options(${_program} PRIVATE "-fpermissive") endforeach() -- GitLab