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 Binary files a/geometries/__pycache__/two_phase_material_1.cpython-38.pyc and b/geometries/__pycache__/two_phase_material_1.cpython-38.pyc differ diff --git a/inputs/cellsolver.parset b/inputs/cellsolver.parset index 2979e77475f7d8fc8201820bb712c46b6dc33b88..7a95dd04b23da3dd56e571cd5cb350bce8a4036c 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 d1e55346dd42b2d001b7657188e28011fd4f7ce0..d099d57b12f37919cd7ff99c02cd62ced6eed32c 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()