History log of /petsc/src/mat/tests/ex304.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 595506c3 09-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 547aa46d 09-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-04-07/fix-matcopy-seqaij' into 'release'

Need to access the MATAIJ value array via accessors to maintain host/device sync state

See merge request petsc/petsc!8288


# 3ac85a22 08-Apr-2025 Junchao Zhang <jczhang@anl.gov>

Mat: need to access the mataij value array via accessors to maintain host/device sync state

Reported-by: Steven Dargaville <dargaville.steven@gmail.com>