-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add a docstring * add details for multi_dimensional_stencil * Update src/Advection/vector_invariant_advection.jl Co-authored-by: Simone Silvestri <[email protected]> * fix VectorInvariant docstring * use julia v1.10.6 --------- Co-authored-by: Simone Silvestri <[email protected]>
- Loading branch information
1 parent
7d544b0
commit 4e22432
Showing
3 changed files
with
43 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM julia:1.10.5 | ||
FROM julia:1.10.6 | ||
LABEL maintainer="Ali Ramadhan <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y hdf5-tools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters