Niko

Results 4 issues of Niko

**Describe the bug** When pressing on my keyboard or trackpad (connected via bluetooth), the Mac in clamshell mode connected via single USB-C to my monitor does not wake up if...

bug
enhancement

Hello, I am currently working on combining hp (de-)refinement, however, during testing I noticed that when modifying the element order, a subsequent fespace update for the h derefinement was not...

fem
amr

Hello, For my application, I constantly need to retrieve mesh element attributes, i.a. `mesh.GetElementTransformation(i)` or `mesh.GetElementVertices(i)`. As this requires looping over each element, the performance suffers significantly. Is there any...

Hello, I am currently working on combining hp (de-)refinement, however, during testing I noticed that when modifying the element order, a subsequent h derefinement was not possible anymore. ``` import...