-
Notifications
You must be signed in to change notification settings - Fork 4
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
Simplifying and updating to latest JutulDarcy version #36
base: main
Are you sure you want to change the base?
Conversation
@@ -1,7 +1,7 @@ | |||
name = "JutulDarcyRules" | |||
uuid = "41f0c4f5-9bdd-4ef1-8c3a-d454dff2d562" | |||
authors = ["Ziyi Yin <[email protected]>"] | |||
version = "0.2.8" | |||
version = "0.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put your name above
@@ -1,11 +1,11 @@ | |||
## A simple 2D example for fluid-flow simulation | |||
|
|||
using DrWatson | |||
@quickactivate "JutulDarcyRules-example" | |||
@quickactivate "JutulDarcyRules" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't remember if julia allows to puth using/... in a try/catch statement so that if people don't use DrWatson it stills runs with standard package install
This PR should supersede #35.
I have the gradients working on a 1D example, but haven't made the changes in this repo yet. I'll have it up here in a few days.