Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hack to allow passing functions defined in the REPL to Trixi.run etc. #184

Merged
merged 2 commits into from
Sep 15, 2020

Conversation

ranocha
Copy link
Member

@ranocha ranocha commented Sep 14, 2020

Since Taal (#177) will take some time and I want to use this feature right now, I've hacked a possibility allowing users to define initial conditions and source terms in the REPL before passing them as keyword arguments to Trixi.run etc.

I would like to get this merged and make a new minor release afterwards.

@ranocha ranocha requested a review from sloede September 14, 2020 13:52
@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #184 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #184   +/-   ##
=======================================
  Coverage   91.68%   91.68%           
=======================================
  Files          31       31           
  Lines        6853     6855    +2     
=======================================
+ Hits         6283     6285    +2     
  Misses        570      570           
Impacted Files Coverage Δ
src/Trixi.jl 100.00% <ø> (ø)
src/solvers/solvers.jl 90.00% <100.00%> (+1.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f760c0...0a43436. Read the comment docs.

@ranocha ranocha merged commit 9b949dc into trixi-framework:master Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants