3 Commits

Author SHA1 Message Date
Jukka Aho 3ac8484ed4 feat(mpi): kernel-free partitioned matvec and internal-force hooks
MPI extension matvec routes now mirror the core kernel-in-cache API,
thread optional configuration and caches through packed paths, and keep
legacy kernel positional arguments behind depwarn overloads.

- SPDX header cleanup in JuliaFEMMPIExt.jl
- Rework mpi_partitioned_operator_matvec_owned! / …_matvec! to call apply_K
  helpers without redundant kernel arguments; add depwarn shims
- Add mpi_partitioned_internal_force_owned! calling
  apply_f_int_owned_rows_from_packed! plus kernel-arg depwarn overload
- Add test/mpi/partitioned_internal_force_smoke.jl vs serial internal force
2026-05-11 02:39:48 +03:00
Jukka Aho d923fe3fd4 test(mpi): add partitioned matvec smoke harness 2026-05-09 18:39:25 +03:00
Jukka Aho 94b66a8b25 test(mpi): add partitioned matvec CG smoke test 2026-05-09 18:39:25 +03:00