Olav Møyner
Olav Møyner
@copilot Rebase this on maine and fix the build errors
I do not think it was intentional, but maybe DelimitedFiles or some other dependency limits the version? JutulDarcy currently uses PkgExtensions for a lot of features and that is only...
Oh, that would be great - thanks for the detective work!
Hi, apologies for the late reply! I think it should be doable. It depends a bit on the type of coupling, but either for nested solves (e.g. use MTK to...
Thanks for the input! I tried to make the files after `makedocs` in a branch: https://github.com/sintefmath/JutulDarcy.jl/pull/64/commits/19ff664e36fd752159265c95c5dd9c64fb529ab9 I cannot see the files in the preview of the docs in `gh-pages`, though....
I experimented a bit. By doing the file generation after `makedocs` but before `deploydocs` I managed to get the files copied over: https://github.com/sintefmath/JutulDarcy.jl/tree/gh-pages/previews/PR64/final_site What did not work: ``` notebook_dir =...
Hi! There is no geomechanics or chemical reactions at the moment. Geomechanics does not seem unlikely to add in the future. For chemical reactions, there are many options, but I...
Hi, The QOI code should be computing the point-wise data that ends up in ws[...] after some post-processing. I'm a bit surprised that the gradients are not accurate - could...