-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add 1D advection-diffusion #55
Add 1D advection-diffusion #55
Commits on Jun 9, 2022
-
Add 1D advection-diffusion of passive tracer
Have added the functions to do this but the way the multiple dispatch is used is not so good. Need to write some tests to make sure that everything is working correctly then check with Navid if there is a better to way to set this up. I think doing it this way generalises very easy to the 3D domain.
Configuration menu - View commit details
-
Copy full SHA for 082752c - Browse repository at this point
Copy the full SHA 082752cView commit details
Commits on Jun 10, 2022
-
Add tests for one dimensional problem
Add the example to the documents as well.
Configuration menu - View commit details
-
Copy full SHA for acc6100 - Browse repository at this point
Copy the full SHA acc6100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787ad32 - Browse repository at this point
Copy the full SHA 787ad32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e73c9 - Browse repository at this point
Copy the full SHA 15e73c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366f85e - Browse repository at this point
Copy the full SHA 366f85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ae371 - Browse repository at this point
Copy the full SHA 31ae371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28cef9c - Browse repository at this point
Copy the full SHA 28cef9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aca90c5 - Browse repository at this point
Copy the full SHA aca90c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f43dc - Browse repository at this point
Copy the full SHA 73f43dcView commit details
Commits on Jun 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1e01031 - Browse repository at this point
Copy the full SHA 1e01031View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58d8ce - Browse repository at this point
Copy the full SHA f58d8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b67f4 - Browse repository at this point
Copy the full SHA f7b67f4View commit details -
Not sure if this is the problem but worth trying to see if the issue is `c0` not being of type `CuArray` in the GPU run.
Configuration menu - View commit details
-
Copy full SHA for 293f208 - Browse repository at this point
Copy the full SHA 293f208View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff4b879 - Browse repository at this point
Copy the full SHA ff4b879View commit details
Commits on Jun 13, 2022
-
Hopefully this fixes the test that fail on the `GPU`.
Configuration menu - View commit details
-
Copy full SHA for 2e42d89 - Browse repository at this point
Copy the full SHA 2e42d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5315112 - Browse repository at this point
Copy the full SHA 5315112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6277201 - Browse repository at this point
Copy the full SHA 6277201View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa49dda - Browse repository at this point
Copy the full SHA fa49ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c803d - Browse repository at this point
Copy the full SHA a8c803dView commit details
Commits on Jun 14, 2022
-
Problem(dev; parameters)
-> `Problem(dev, advecting_flow; parameters)This is a breaking change. Not sure if it is the best way to setup the methods but it is an idea and better than what I had initially.
Configuration menu - View commit details
-
Copy full SHA for 51f9361 - Browse repository at this point
Copy the full SHA 51f9361View commit details -
Configuration menu - View commit details
-
Copy full SHA for e05924e - Browse repository at this point
Copy the full SHA e05924eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a54b9e - Browse repository at this point
Copy the full SHA 6a54b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0b859 - Browse repository at this point
Copy the full SHA 0a0b859View commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6655399 - Browse repository at this point
Copy the full SHA 6655399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffd42b - Browse repository at this point
Copy the full SHA 0ffd42bView commit details
Commits on Jun 28, 2022
-
Change to using constructors for the
advecting_flow
By creating the `abstract type AdvectingFlow` we can use types `OneDAdvectingFlow` and `TwoDAdvectingFlow` for the methods in `Problem`.
Configuration menu - View commit details
-
Copy full SHA for 6578acc - Browse repository at this point
Copy the full SHA 6578accView commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 731d709 - Browse repository at this point
Copy the full SHA 731d709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 300ec2e - Browse repository at this point
Copy the full SHA 300ec2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d1537 - Browse repository at this point
Copy the full SHA d2d1537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b20ebd - Browse repository at this point
Copy the full SHA 9b20ebdView commit details -
Merge branch 'add-1Dadvection-diffusion' of https://github.com/jbisit…
…s/PassiveTracerFlows.jl into add-1Dadvection-diffusion
Configuration menu - View commit details
-
Copy full SHA for d61c700 - Browse repository at this point
Copy the full SHA d61c700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2622b - Browse repository at this point
Copy the full SHA 7b2622bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d08fa5c - Browse repository at this point
Copy the full SHA d08fa5cView commit details -
Merge branch 'add-1Dadvection-diffusion' of github.com:jbisits/Passiv…
…eTracerFlows.jl into add-1Dadvection-diffusion
Configuration menu - View commit details
-
Copy full SHA for fc3ef72 - Browse repository at this point
Copy the full SHA fc3ef72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2b4c3 - Browse repository at this point
Copy the full SHA 0f2b4c3View commit details -
Update examples/cellularflow.jl
Fix typo Co-authored-by: Navid C. Constantinou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af94ba2 - Browse repository at this point
Copy the full SHA af94ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bacae4d - Browse repository at this point
Copy the full SHA bacae4dView commit details -
Merge branch 'add-1Dadvection-diffusion' of github.com:jbisits/Passiv…
…eTracerFlows.jl into add-1Dadvection-diffusion
Configuration menu - View commit details
-
Copy full SHA for 2488c76 - Browse repository at this point
Copy the full SHA 2488c76View commit details