-
If I compile in debug mode and run the tests I have to wait 10minutes (636s) just for the explicit time integration test. Thats 58% of the whole testing time (1080s). Is there any way to reduce the ex…
-
Hello Trixi team,
As far as I understand, initializing Julia with more than 1 thread automatically uses them inside Trixi loops (correct me If I am wrong). However, I see benefit in having a keywo…
-
Thanks to an email from @krsteffen I've learned that met-only mode doesn't operate as has been suggested. To enable met-only mode (`METONLY=.true.`), the following conditions (listed in both cstart.F…
-
Hello.
Is there any example of solving two-dimensional elastic wave equations using DG method in MFEM? Or a similar example?
-
I took this example from the documentation:
![Screen Shot 2021-09-03 at 09 40 49](https://user-images.githubusercontent.com/116477/131968921-b72d099b-1525-42f2-8f3a-11b52fb641bd.png)
I think th…
-
Hi,
I am currently investigating possibilities of using JAX for scientific computation on TPUs. Thanks to the excellent work in a JAX tutorial (https://github.com/google/jax/blob/master/cloud_tpu_col…
-
Hi,
Before optimizing I want to simulate the dynamics of the WEC with the waves acting on it, without adding PTO force. This, to compare with results I optained using previous software, so no optimi…
-
Hello, in your sample **rel_particle2d.py** the initial spinors are created based on KX ans KY
```
init_spinor = np.array([ones*(mc*px - 1.0j*mc*py +
(px - 1.0j*…
-
We need a miniapp, similar to the adv-diffusion, that has multiple fields.
For example we use the adv-diffusion to evolve multiple concentrations.
This is needed to test/show the tensor galerkin f…
-
Hi,
I'm working on [DiffEqOperators.jl](https://github.com/SciML/DiffEqOperators.jl) and am noticing that we have a lot of common functionality between these packages. Of note, we have general mult…