ConnorMallon

Results 6 issues of ConnorMallon

Does ReverseDiff.jl have a something similar to `y,pb=Zygote.pullback(f,x)` which builds a pullback function `pb` that can be called on an output tangent `Δy` and when called internally does the vector-jacobian...

There are some cases when using Gridap and Gridap's Autodiff machinery together does not work. Here we have a problem where a FEFunction only exists in certain parts of the...

bug
enhancement

When clicking the "refresh" button in the application I get the following error: `Unable to load shared library 'imobiledevice' or one of its dependencies. In order to help diagnose loading...

Refining the mesh in `test/GridapTests/StokesTaylorHoodTests.jl` ( to e.g. `partition = (200,200)` ) results in some unexpected behaviour. The solution blows up at some locations on the boundary: ![image](https://user-images.githubusercontent.com/54877270/190304752-88b14efa-3998-4c2d-8113-24c49107f67e.png) The driver...

minor changes related to allowing the propogation of dual numbers for computing shape derivatives. - checking one level deeper for concrete types - finding an equivalent triangulation with a different...

given a geometry, is it possible to tag isolated volumes in the domain that are not connected to the main volume of the domain (e.g the volume shown in red...