Andrin Rehmann
Andrin Rehmann
Small typo in the docstrings.
I might be wrong, but I think the distance field function as described [here ](https://dev.opencascade.org/doc/refman/html/class_b_v_h___distance_field.html) is not exposed in the OCP typing stubs. If there is another way to export...
I am currently trying to perform a geometry optimization using JAX-FEM. However when I set the mesh vertices to a jax array, which is necessary to get gradients for the...
Can we compute the gradients with respect to the mesh vertex position in a finite element simulation. If yes are there any examples that do so?
I am currently trying to develop a differentiable FEM solver for heat transfer system. Since the field of opensource solvers is pretty sparse and to the best of my understanding...
Does Trixi.jl support differentiability with respect to the vertex positions when simulating on an unstructured mesh?
I'm currently trying to figure out whether phiflow supports differentiability wrt to mesh vertex positions. My initial assessment of the way the mesh is setup and initial failed experiments make...
This pull request enables importing the library using `import powerbox.jax ...` ## Summary by Sourcery Introduce JAX support for core functionalities. New Features: - Add a new `powerbox.jax` sub-package containing...