Olav Møyner
Olav Møyner
Fixed by the latest MRST release, I think.
Hi, I think we have not tested the building of these scripts for Mac ARM/M2 CPUs. This code for C++ acceleration is a bit old and was written before Macs...
Hi, this is computed internally in the code. For a simple well (`simple_well = true` during well setup) you can get it this way: ```julia push!(model[:WellName].output_variables, :ConnectionPressureDrop) ``` You can...
Happy to hear that! Closing this issue, feel free to reopen if you have follow-ups.
I agree, this would be nice to have. For your reference, here is a related issue and a draft PR on the topic: https://github.com/julia-vscode/julia-vscode/issues/3732 https://github.com/julia-vscode/julia-vscode/pull/3586
Small update: The combination of NaN as the masking value combined with high clip seems to work correctly in 2D and 3D. ```Julia fig = Figure() ax = Axis3(fig[1, 1])...
Hi! There is no easy way to get the sens of saturation (in every cell) with respect to all permeabilities. You can get it one by one with adjoints (i.e....
I use HYPRE as a preconditioner inside Krylov.jl. The code is a bit messy and specialized but could be of interest. Main thing to remember is to zero the buffers...
I asked in Slack, but outside of MPI it does not seem like there is any examples to go from. I think openmp support is unproblematic but this requires a...
I think this is good to go. Some notes: - I had to comment out MAX_INT stuff from the generated bindings. Not sure how to get Clang.jl to insert the...