Nico Schlömer

Results 521 comments of Nico Schlömer

This might have been fixed by #486.

Okay, perhaps this becomes clearer with a test. Could you add one?

Thanks for the test! We need one that _fails before_ this PR, though, and _passes with_ the PR.

It's okay to leave it open, meshio should support this. This is a time series, so you'll have to tackle it in the main readme, ```python import meshio reader =...

> By the way, aren't the I/O speed figures affected by tracemalloc? Not really.

This indeed is a simplex with corners ``` [0, 0, ...] [T, 0, ...] [T, T, 0, ...] ... [T, T, T, ...] ``` quadpy does have a few integration...

Not right now, but this should actually be in quadpy. I'll take a look.

With the new `mesh` container class, it should be a lot easier to cram in the extra data.

> and pinting a warning when something like that is encountered Not sure how you would do that. Check every possible `Mesh` attribute for `None`? The lists of attributes may...