Skip to content

Commit

Permalink
Panzer: add tempus example
Browse files Browse the repository at this point in the history
  • Loading branch information
rppawlo committed Mar 14, 2022
1 parent a301069 commit 196ced0
Show file tree
Hide file tree
Showing 5 changed files with 701 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/panzer/adapters-stk/example/main_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ TRIBITS_COPY_FILES_TO_BINARY_DIR(main_driver_files
energy-transient.xml
energy-ss-blocked.xml
energy-transient-blocked.xml
energy-transient-tempus-blocked.xml
energy-neumann.xml
energy-ss-blocked-tp.xml
meshmotion.xml
Expand Down Expand Up @@ -104,6 +105,15 @@ IF(${PACKAGE_NAME}_ENABLE_Teko)
ARGS --i=energy-transient-blocked.xml
PASS_REGULAR_EXPRESSION "panzer::MainDriver run completed."
)

IF(${PACKAGE_NAME}_ENABLE_Tempus)
TRIBITS_ADD_ADVANCED_TEST(
main_driver_energy-transient-tempus-blocked
TEST_0 EXEC main_driver
ARGS --i=energy-transient-tempus-blocked.xml
PASS_REGULAR_EXPRESSION "panzer::MainDriver run completed."
)
ENDIF()
ENDIF()

IF(${PACKAGE_NAME}_ENABLE_Pamgen)
Expand Down
Loading

0 comments on commit 196ced0

Please sign in to comment.