-
Consider the following snippet:
```
from firedrake import *
mesh = PeriodicUnitSquareMesh(10, 10, direction="both")
mh = MeshHierarchy(mesh, 1)
```
I expected this to refine the mesh, but …
-
I had a use-case where I initialized a medium mesh cylinder `FlowEnv` without a checkpoint (just the default flow), and then later used env.flow.load_checkpoint. The `env.render()` function worked fin…
-
### Version
1.2.0
### On which installation method(s) does this occur?
Pip
### Describe the issue
While executing the taylor_green.py example using the SLURM directive srun, the solver breaks. I'…
-
## Background
There are currently five implementations of linearised bases in `Gridap`: the linear bases on the **refined** mesh, the **macro**-element bases lately implemented by @JordiManyer, the *…
-
Do you have a running example of tff.math.fwd_gradient either in the notebook or somewhere in the tests, only saw a very contrived one in https://github.com/google/tf-quant-finance/blob/39a1c03cc9938c…
-
https://arxiv.org/abs/1907.08272
-
This project looks really cool!
I would love to understand at a high level how this package works -- how do you actually implement stencil computations in JAX? Do you reuse `jax.lax.scan` or someth…
-
Dear author,
Hello! I am currently working on implementing the technical route of my thesis using the library you developed. As a beginner in learning and training with your library, I have some qu…
-
I have a JAX function whose jacobian I need to compute; it's a function from R^(m\times n) to R^(m\times n), so I'm using (JIT-compiled) `jax.jacfwd`. However, computing this jacobian requires several…
-
Hi HYPRE team,
Warm greeting!
I am Anil Kumbhar from MSC software. We are currently working on a POC to check the efficiency of the HYPRE solver for solving a system of equations generated by o…