PETSc.jl icon indicating copy to clipboard operation
PETSc.jl copied to clipboard

Julia wrappers for the PETSc library

Results 31 PETSc.jl issues
Sort by recently updated
recently updated
newest added

I tried to install PETSc with `]add PETSc` and I got ``` ERROR: LoadError: ccall method definition: argument 1 type doesn't correspond to a C type Stacktrace: [1] top-level scope...

This allows to get updates for GitHub actions automatically. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the [SciML organization](https://github.com/SciML). After merging this, you could also...

Hi, I am facing a problem when testing and using PETSc. I have a friend using the same versions, and it works on his Mac M1. We can not identify...

julia> using PETSc Precompiling PETSc Info Given PETSc was explicitly requested, output will be shown live WARNING: Method definition localsize(Ptr{Nothing}) in module PETSc at /home/zfs/.julia/packages/PETSc/4khzV/src/vec.jl:155 overwritten on the same line...

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...

I didn't see this error in CI, but getting this when running tests locally on v0.3.0. The tests were running fine before I made the release. ``` (@v1.11) pkg> test...

On a machine where I had not developed PETSc.jl, where I just updated to Julia 1.11, and did `dev PETSc` and then `test PETSc` all at the `pkg >` prompt,...

Windows support is broken because of MPI issues on Windows. See discussion in https://github.com/JuliaParallel/PETSc.jl/pull/198. Basically, this has to do with MicrosoftMPI not working well, and this issue is just a...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Is it possible to use the LinearSolve.jl interface? If yes, is there an example out there? Linking to https://github.com/SciML/LinearSolve.jl/issues/8