Skip to content

Commit 41ff5ea

Browse files
Added code to log t
1 parent b2ec714 commit 41ff5ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchmarks/PINNErrorsVsTime/allen_cahn_et.jmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ function allen_cahn(strategy, minimizer, maxIters, time_limit=3600.0) # Added t
159159
nothing
160160
end
161161

162+
# Log the time points (ts)
163+
println("Time points (t) for strategy $strategy and minimizer $minimizer: ", collect(ts))
164+
162165
return [error, res.minimizer, domain, times, losses]
163166
end
164167
```

0 commit comments

Comments
 (0)