History log of /petsc/src/dm/impls/plex/tests/output/ex49_1d_sfc_periodic.out (Results 1 – 2 of 2)
Revision Date Author Comments
# 76dbdf7a 26-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/isoperiodic_plex_mat_preallocate' into 'main'

fix(Plex): Fix Mat preallocation when isoperiodic is used

See merge request petsc/petsc!8712


# a38eeca9 25-Sep-2025 James Wright <james@jameswright.xyz>

plex: Correct Mat preallocation for isoperiodic grids

Requires:
- Using isoperiodic SF instead of the (purely topological) pointSF
- Force the use of the isoperiodic SF even if in serial
- Handle th

plex: Correct Mat preallocation for isoperiodic grids

Requires:
- Using isoperiodic SF instead of the (purely topological) pointSF
- Force the use of the isoperiodic SF even if in serial
- Handle the case of an isoperiodic SF leaf-root pair a) being on the
same rank and b) both being present in the same adjancency

show more ...