Skip to content

Commit

Permalink
Revert changes to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Mar 30, 2023
1 parent cb25045 commit 6f95b96
Show file tree
Hide file tree
Showing 83 changed files with 216 additions and 227 deletions.
6 changes: 3 additions & 3 deletions examples/step-1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-10/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-11/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-12/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-12b/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-13/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-14/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-15/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-16/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-16b/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-17/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS
Expand Down Expand Up @@ -51,5 +50,6 @@ This conflicts with the requirements."
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-18/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS
Expand Down Expand Up @@ -53,5 +52,6 @@ This conflicts with the requirements."
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-19/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0 QUIET
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-20/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-21/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-22/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -48,5 +47,6 @@ This conflicts with the requirements."
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-23/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-24/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-25/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-26/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-27/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()
6 changes: 3 additions & 3 deletions examples/step-28/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()

0 comments on commit 6f95b96

Please sign in to comment.