diff --git a/.gitignore b/.gitignore index 5c64ab4..d5be38d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ build/* cmake-*/ -.github/ \ No newline at end of file +.github/ +sim-test/*/*.json \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 196f51f..c860c20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC TBB::tbb) # MshIO add_subdirectory(${CMAKE_SOURCE_DIR}/3rd/MshIO) add_subdirectory(${CMAKE_SOURCE_DIR}/src/static_sim) +add_subdirectory(${CMAKE_SOURCE_DIR}/sim-test/rigid-test) # static sim target_link_libraries(${PROJECT_NAME} PUBLIC StaticSim) diff --git a/sim-test/rigid-test/cube/config.json b/sim-test/rigid-test/cube/config.json index a8f50b9..73ec4e3 100644 --- a/sim-test/rigid-test/cube/config.json +++ b/sim-test/rigid-test/cube/config.json @@ -1,6 +1,6 @@ { "material": [1e5, 0.3, 1e3], - "mshFilePath": "/home/cw/opt/StaticSimulation/sim-test/rigid-test/cube/cube_9743.msh", + "mshFilePath": "/home/cflin/Documents/CppField/source/static_simulation_gui/sim-test/rigid-test/cube/cube_9743.msh", "DBC": [ { diff --git a/sim-test/rigid-test/rearAxle-mod/config.json b/sim-test/rigid-test/rearAxle-mod/config.json index 9fb800c..d0fdae9 100644 --- a/sim-test/rigid-test/rearAxle-mod/config.json +++ b/sim-test/rigid-test/rearAxle-mod/config.json @@ -1,6 +1,6 @@ { "material": [1e5, 0.3, 1e3], - "mshFilePath": "/home/cw/opt/StaticSimulation/sim-test/rigid-test/rearAxle-mod/rearAxle-mod_.msh", + "mshFilePath": "/home/cflin/Documents/CppField/source/static_simulation_gui/sim-test/rigid-test/rearAxle-mod/rearAxle-mod_.msh", "DBC": [ { diff --git a/sim-test/rigid-test/rocker-arm/config.json b/sim-test/rigid-test/rocker-arm/config.json index 2be5db7..888ce7e 100644 --- a/sim-test/rigid-test/rocker-arm/config.json +++ b/sim-test/rigid-test/rocker-arm/config.json @@ -1,6 +1,6 @@ { "material": [1e5, 0.3, 1e3], - "mshFilePath": "/home/cw/opt/StaticSimulation/sim-test/rigid-test/rocker-arm/rocker-arm_.msh", + "mshFilePath": "/home/cflin/Documents/CppField/source/static_simulation_gui/sim-test/rigid-test/rocker-arm/rocker-arm_.msh", "DBC": [ {