Skip to content

Commit

Permalink
bump vers
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Dec 19, 2022
1 parent 8ec53d6 commit dd977ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FiniteVolumeMethod"
uuid = "d4f04ab7-4f65-4d72-8a28-7087bc7f46f4"
authors = ["DanielVandH <[email protected]> and contributors"]
version = "0.3.0"
version = "0.3.1"

[deps]
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
Expand Down
2 changes: 1 addition & 1 deletion src/problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Struct representing the PDE problem.
- `initial_condition::IC`: The initial condition for the problem, with `initial_condition[i]` the initial value at the `i`th node of the mesh.
- `initial_time::FT`: The time to start solving the PDE at.
- `final_time::FT`: The time to stop solving the PDE at.
- `steady::Bool`: Whether `∂u/∂t = 0` or not. Not currently used; only non-steady problems are currently supported.
- `steady::Bool`: Whether `∂u/∂t = 0` or not. Not currently used; only non-steady problems are currently supported (see https://github.com/DanielVandH/FiniteVolumeMethod.jl/issues/16).
"""
struct FVMProblem{iip_flux,FG,BC,F,FP,R,RP,IC,FT}
mesh::FG
Expand Down

0 comments on commit dd977ff

Please sign in to comment.