Dieter Werthmüller

Results 94 issues of Dieter Werthmüller

SimPEG is missing a "Features"-list which clearly states what SimPEG (and its sub-repos/sub-projects) can do. So people searching the internet to solve problems can see at one glance whether SimPEG...

example
docs

#857 made me realize that there is no dedicated **Reference**-section in the SimPEG-docs. Example of a reference section (shameless plug): https://empymod.emsig.xyz/en/stable/manual/references.html I vaguely remember having talked once with @lheagy about...

documentation

### Issue Summary Vertical double bar (`\lVert`, `\rVert`) not rendered in Firefox on Linux. ### Steps to Reproduce: See **Supporting information**. ### Technical details: * MathJax Version: `src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"` * Client...

Cannot Reproduce
Browser Bug
v3

Carrying over from the discussion on SWUNG. Expand the spline kernel to allow n-dimensional data. In particular, data in 3D (so interpolate [x, y, z, data] to arbitrary points [xi,...

enhancement

Hi Jacob, I have to update my hashover-next after almost 2.5 years, because I should really move away from PHP 5... I had a hard time doing so, and in...

The linear operator part of `pylops` could be interesting and appeal to a wider community. The geophysical part, however, is more for a specific crowd of geophysicist. I suggest to...

enhancement

**Other options for OS-specific, default download locations** The default download location for `pooch.retrieve` is currently the OS-specific cache-folder. This is probably a very sensible place for advanced users, and for...

question

I _think_ this is a regression. I remember this issue existed before, and I did fix it (pre 0.6.0). However, I cannot find it now. Issue: if you plot a...

Currently `plot_slice`, `plot_3d_slicer`, and potentially other plotting routines average edge- and face-defined values to cell centres. This has at least two implications: - the plotted result is less precise, as...

enhancement
viz

I think it would be nice to plot a certain level of the OcTree, ``` mesh.plotGrid(level=2) ``` or up to a certain level ``` mesh.plotGrid(max_level=3) ``` Not sure how straight...

enhancement
TreeMesh
viz