Romain Petit

Results 3 issues of Romain Petit

Hi ! I noticed a weird thing today, which can be reproduced using the following code: ``` import numpy as np from pymesh import form_mesh vertices = np.array([[-1.0, -1.0], [1.0,...

Hi, I noticed some weird behaviour while using `hquadrature`: `hquadrature(t->1, 0, -1)[1]` outputs 1, while, mathematically speaking, it should be -1. Is this intended, or does anybody have an idea...

bug

Hi, I noticed that runing AdaptivityTests/FineToCoarseFieldsTests.jl yields an error when `order = 1` is replaced by `order = 0` (line 17). The first error is raised by line 36 and...