Daniel Wheeler

Results 92 issues of Daniel Wheeler

Something like: - Pull into a local branch and build with Jekyll. If it warns or fails, comment on the PR. - Visually check that the PR lives up to...

enhancement

See [this](https://github.com/usnistgov/fipy/pull/1050#issuecomment-2189813386)

At present we seen to be creating a new temporary matrix in order to add new entries to a current matrix. [trunk/fipy/matrices/scipyMatrix.py](../tree/master/trunk/fipy/matrices/scipyMatrix.py)@5232#L195 Scipy can now store the i, j, value...

enhancement
solvers

There was a [new release of Scikit-fmm](https://pypi.org/project/scikit-fmm/2024.9.16/). This might be for Numpy 2? The [failure](https://dev.azure.com/guyer/FiPy/_build/results?buildId=1362&view=logs&j=800119f1-76d2-5f88-68ad-88bf63dc51a8&t=f2a209fc-d0ed-56e1-2798-1840ce1cd709&l=2872) can't be reproduced with the environment below (no failures at all on linux). ``` [tool.poetry.dependencies]...

See [here](https://dev.azure.com/guyer/a5dd49f0-3688-4211-8a43-0bfb5a6c1a9e/_apis/build/builds/1362/logs/339) ``` 2024-09-17T00:18:08.0531699Z FAILED (failures=9) 2024-09-17T00:18:08.0532121Z !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2024-09-17T00:18:08.0532683Z Skipped 83 doctest examples because the `tvtk` package cannot be imported 2024-09-17T00:18:08.0533311Z !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2024-09-17T00:18:08.0533766Z 2024-09-17T00:18:08.0534712Z python 3.12.5 | packaged by conda-forge...

I've been using TorchDA to try out some DA for joint parameter and state estimation. It worked quite well by just appending the parameters to the state vector and letting...

The attached input file works with regular MPI build Adamantine. [run.info.txt](https://github.com/user-attachments/files/19191517/run.info.txt) However, when running with a cuda built version of Adamantine, it segfaults with ``` Starting non-ensemble simulation [rgpu:2205087] ***...

Currently there is a PR for Nix build support, #407. A few things would improve the Nix install after this is merged. - GitHub Action to run the build -...

Adapts a Nix build for OpenFOAM 12 to OpenFOAM 10 and subsequent build of AdditiveFOAM to work with the existing build of ExaCA. - Tested on some of the tutorials....

enhancement