Martijn van den Ende

Results 15 issues of Martijn van den Ende

### Avoid duplicates - [X] I searched existing issues ### Bug Summary When reading the station inventory of the `CI.DEV` station, I get an `XMLSyntaxError`. Apparently `read_inventory` got stuck on...

external

Hi Keurfon, Thanks for your efforts of releasing/maintaining your code projects. `fteikpy` has been very useful to me so far. From the documentation and [the tests](https://github.com/keurfonluu/fteikpy/blob/master/tests/test_gradient3d.py) it is not entirely...

Thanks for releasing and maintaining this little library; I use it quite a lot in my daily JAX work. When I perform a decorated `lax.scan` over an iterator that doesn't...

# What's new in version 3.0.0? This is a major upgrade of the QDYN code base, with (some) compatibility-breaking changes made in both the Fortran code and the Python wrapper....

milestone

Currently QDYN internally generates a mesh, except for 3D MPI simulations. Since the Python wrapper already pre-computes a mesh with default settings, we might as well shift the burden from...

feature

In the single/double asperity example notebooks, `L` is defined as `Length of fault / nucleation length`. This is not correct, and should read `Length of fault / asperity length`. This...

bug
documentation

See [the documentation](https://ydluo.github.io/qdyn/running_simulations.html#simulation-input-parameters). Under "Discretization and accuracy parameters", the table entry `NPROCS` should be `NPROC`

bug
documentation

In [`derivs_all.f90:151`](https://github.com/ydluo/qdyn/blob/master/src/derivs_all.f90#L151) the time derivative of the normal stress needs to be added, i.e.: ``` dmain_var = ( dtau_per + dtau_dt - sigma*dmu_dtheta*dth_dt - dtau_dP*dP_dt ) & / ( sigma*dmu_dv...

bug

# Introduction Regardless of the time frame over which the HDF binary output is scheduled to be implemented, I think it would be useful at some point to explore this...

code-optimisation
feature

Since the QDYN-SPECFEM bridge (QSB) hasn't been used in a very long time, it is unlikely that it still works. We need to update and test the code, and integrate...

bug
feature