Igor Kuszczak

Results 8 issues of Igor Kuszczak

Hello, I am trying to build the package in my Julia environment. I have used the following commands: ``` using Pkg Pkg.add(PackageSpec(url="https://github.com/kailaix/AdFem.jl", rev="master")) ``` However, I get build errors for...

Dear @tianjuxue, I noticed a problematic use of assert statements in the FEM's solver.py code which could lead to failures. Here is the relevant code: ``` def jax_solve(problem, A_fn, b,...

Hello, I'm currently working on implementing point loads in FEM simulations using your library and have some questions about the tolerance (`atol`) used for defining load boundary conditions. I noticed...

Hi @patrick-kidger and @packquickly, I was trying to implement the following meta-learning example from jax-opt in optimistix: [Few-shot Adaptation with Model Agnostic Meta-Learning ](https://jaxopt.github.io/stable/notebooks/implicit_diff/maml.html). However, I ran into an issue...

Dear optimistix team, First of all, thank you for your effort in developing optimistix. I have recently transitioned from JAXOpt, and I love it! I was wondering if it is...

feature

Below is a tasklist for the refactor of the JAX-FEM core code. The first stage of the refactor will focus on the `core.py` file. The proposed file structure is detailed...

### Description Dear JAX Team, I am transitioning my code from jax 0.4.25 to jax 0.4.26 because I would like to use it with the latest NGC container and I...

bug

Hi, It's very exciting to see the recent improvements in JAX integration! I noticed there is an example showing how to use Warp with PyTorch for optimization (defining a loss...

question
interop