Skip to content

Commit

Permalink
added more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
killah-t-cell committed Nov 25, 2021
1 parent 1bb2295 commit e49c332
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/analyze.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ function get_predicts(sol, dx)
return predicts
end


"""
Plots a plasma given a PlasmaSolution object
"""
function Plasma.plot(sol::PlasmaSolution, dx=0.1)
predicts = get_predicts(sol, dx)

Expand Down

0 comments on commit e49c332

Please sign in to comment.