Keurfon Luu

Results 7 issues of Keurfon Luu

Memory files are files that are not on disk and can be manipulated as standard disk files. In my case, I need to manipulate memory files when I develop web...

So, I've been hesitating to add partial support for the [GRDECL](http://petrofaq.org/wiki/Eclipse_Input_Data) format (which is widely used in oil and gas). The reason is that we can only implement the reader...

new format

- Fixed: update README with correct mesh size callback signature (fixes issue #548).

Hi @nschloe, The sample problem in the README file no longer works: ```python import pygmsh with pygmsh.geo.Geometry() as geom: geom.add_polygon( [ [-1.0, -1.0], [+1.0, -1.0], [+1.0, +1.0], [-1.0, +1.0], ]...

### Overview Following issue #6432, this PR aims at giving some more love for explicit structured grids, which are mainly used in subsurface modeling (e.g., water resources, oil and gas,...

enhancement
file-formats

### Describe the bug, what's wrong, and what you expected. Hi, Not sure if ``pyvista.ExplicitStructuredGrid`` is commonly used, but we do use explicit structured grids in my field of work....

bug

### Describe the bug, what's wrong, and what you expected. Expected polygon (with shapely): ![image](https://github.com/user-attachments/assets/9e83ecc9-2e5a-48b9-a305-6f666e04a910) PyVista output without (blue surface) and with triangulation (red line): ![image](https://github.com/user-attachments/assets/b7e64be4-db49-441d-80b1-158f5ce604db) ### Steps to reproduce...

bug
vtk-issue