Skip to content
Snippets Groups Projects
Commit 91719b00 authored by Neukamm, Stefan's avatar Neukamm, Stefan
Browse files

outputPath und geometryFunctionPath von Hand geändert

parent e6d4b92a
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -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"
......
......@@ -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()
......
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