Boris Kaus

Results 10 issues of Boris Kaus

Thanks for this great package! In general it seems that Unitful transfers the powers of units to `Rational` numbers before displaying: ```julia julia> using Unitful julia> u"Pa"^(1/2)*u"s"^(-1) Pa^1/2 s^-1 ```...

In some cases, it is quite handy to use `OffsetArrays` within the residual routine. Yet it seems that the sparsity pattern cannot be detected in that case. Following the example...

- Builds basic PETSc on windows machines as well - Adds support for external direct solver packages SuperLU_dist on all systems; add Suitesparse where it'll work. Having a basic PETSc...

This is a first attempt at creating a BinaryBuilder version of GMT, the Generic Mapping Tools. Doesn't work on windows because (among others) the current version of NetCDF isn't compiled...

In PETSc, the command-line option `-log_view` will show an overview with timings and memory allocations of the simulation, once the simulation is finalised. This is currently not working, but would...

help wanted

I just came across this, and it seems super-useful (particularly the Perple_X interface). Yet, from my experience with using codes in teaching, many (geoscience) students will have issues with installing...

updates LaMEM version to 2.1.4

- bump version to 3.19.6 - make LBT the default BLAS/LAPACK dependency - add HDF5 as dependency

This addresses issue #204 by instantiating the environment. It seems to work on my local tests, but would be good if others can try this as well on a clean...

This creates C wrappers around all LaMEM functions to expose them in dynamic libraries.