-
- Downloads
`qmat` switch (#445)
* Some fixes for new numpy version * Fix for Allen-Cahn project * Update environment.yml * TL: added qmat dependency in env files * TL: corrected pyproject.toml * TL: full qmat integration * TL: adapted numpy2 changes * TL: of course ... * TL: fixing tests ... * TL: fix projects dependencies * TL: still adapting to numpy2 * TL: still fixing project tests ... * TL: minor change to trigger CI * TL: opening Pandora's box ... * TL: ty linting * TL: adding a note * TL: corrected bugged reference data for parallelSDC_reloaded * TL: trying stuff for parallelSDC tests * TL: investigating * TL: adapted to new qmat version * TL: let's stop beeing stupid * TL: ... starting now * TL: checking hypothesis * TL: RK sweeper based on qmat * TL: oh, thanks black ! * TL: partial solution for parallelSDC tests * TL: back to partial working version * TL: trying another idea * TL: trying this * TL: no covering for (problematic) ploting function for parallelSDC * TL: finalized qmat-switch with correct naming for core sub-packages * TL: omg * TL: minimum version for qmat dependencies * TL: minor fixes * Update collocation.py * Update collocation.py * Update sweeper.py * TL: minor corrections following @pancetta's comments --------- Co-authored-by:Thomas Baumann <39156931+brownbaerchen@users.noreply.github.com> Co-authored-by:
Robert Speck <pancetta@users.noreply.github.com>
Showing
- CONTRIBUTING.md 5 additions, 0 deletionsCONTRIBUTING.md
- docs/contrib/06_new_project.md 3 additions, 0 deletionsdocs/contrib/06_new_project.md
- etc/environment-base.yml 3 additions, 0 deletionsetc/environment-base.yml
- etc/environment-cupy.yml 3 additions, 0 deletionsetc/environment-cupy.yml
- etc/environment-fenics.yml 3 additions, 0 deletionsetc/environment-fenics.yml
- etc/environment-mpi4py.yml 3 additions, 0 deletionsetc/environment-mpi4py.yml
- etc/environment-petsc.yml 3 additions, 0 deletionsetc/environment-petsc.yml
- etc/environment-postprocess.yml 1 addition, 0 deletionsetc/environment-postprocess.yml
- etc/environment-pytorch.yml 3 additions, 0 deletionsetc/environment-pytorch.yml
- pySDC/core/Lagrange.py 0 additions, 247 deletionspySDC/core/Lagrange.py
- pySDC/core/Nodes.py 0 additions, 211 deletionspySDC/core/Nodes.py
- pySDC/core/base_transfer.py 3 additions, 3 deletionspySDC/core/base_transfer.py
- pySDC/core/collocation.py 132 additions, 0 deletionspySDC/core/collocation.py
- pySDC/core/common.py 1 addition, 1 deletionpySDC/core/common.py
- pySDC/core/controller.py 3 additions, 3 deletionspySDC/core/controller.py
- pySDC/core/convergence_controller.py 0 additions, 0 deletionspySDC/core/convergence_controller.py
- pySDC/core/errors.py 0 additions, 0 deletionspySDC/core/errors.py
- pySDC/core/hooks.py 1 addition, 1 deletionpySDC/core/hooks.py
- pySDC/core/level.py 1 addition, 1 deletionpySDC/core/level.py
- pySDC/core/problem.py 2 additions, 2 deletionspySDC/core/problem.py
Loading
Please register or sign in to comment