-
Hello, I would like to visualize quadratic elements such asVTK_QUADRATIC_QUAD or VTK_BIQUADRATIC_QUAD.Typically, I would like a wheel to look round ! In paraview there is an option to make quadratic e…
-
similar to long_name, use substring `_from/to_direction`
https://github.com/lutraconsulting/MDAL/blob/9c5b479f8915bf0ff239276a220196118d306771/mdal/frmts/mdal_ugrid.cpp#L550
-
## Description
Do Points and Cells have IDs associated with them, similar to how nodes and elements in a finite element model have IDs associated with them?
I have created a StructuredGrid from …
-
Hi @SimonDanisch , this is a follow up from yesterday's Discourse post where we shared that it would be nice to have an interface for general meshes, from simple Julia arrays (treated as regular meshe…
-
testcase: https://github.com/lutraconsulting/MDAL/blob/master/tests/data/ugrid/D-Flow1.2/bw_11_zonder_riviergrid_met_1dwtg_clm.nc
the waterdepth is byte array where a byte value represents a range …
-
export_vtkjs fails on a volume and I don't understand why. If I show the volume, it display correctly.
Here is the code :
```python
def display_3d(acq_3d_data, DX, DY, DT, C):
DIMX = (DX)
…
-
## 🐛 Bug Report
The `test_square_root (iris.tests.test_basic_maths.TestExponentiate)` fails:
```
======================================================================
FAIL: test_square_root (iris…
-
There was initially a failure due to pandas 0.22 -> 0.23 in #3017,
fixed by a tiny tweak.
However there is an outstanding deprecation warning emerging from the tests ..
```
$ python lib/iris/tes…
pp-mo updated
4 years ago
-
some formats #131 (ugrid, cf) can have multiple meshes stored in one file. Currently in MDAL we are only able to handle one mesh.
-
Hi pyvista community,
I have recently come across this great project and I am currently using its capabilities to do some manufacturing related simulations with it. For my purpuse I need to make u…