Skip to content

Commit

Permalink
missing files for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Sep 5, 2024
1 parent b704384 commit 543eda5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/time_path_petsc.fee
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TIME_PATH 1 10/2 end_time/2 10

SOLVE_PROBLEM

PRINT t
# PRINT t
IF in_static|in_time_path|done
FILE out PATH wilson-2d-%g.vtk 10*t
WRITE_RESULTS FILE out T
Expand Down
7 changes: 7 additions & 0 deletions tests/time_path_raw.fee
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
end_time = 5
dt = 7/37
TIME_PATH 1 2 3 4 5
IF in_time_path
PRINT t heaviside(t-1)-heaviside(t-3) lag(heaviside(t-1)-heaviside(t-3),1.234)
ENDIF

8 changes: 8 additions & 0 deletions tests/time_path_sundials.fee
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
PHASE_SPACE x
TIME_PATH 1e-2 5e-2 1e-1 5e-1 1
end_time = 1
x_0 = 1
x_dot = -x
IF in_time_path
PRINT t x
ENDIF

0 comments on commit 543eda5

Please sign in to comment.