Plex ex57: Fixes- We were spuriously creating an initial mesh for the ephemeral meshes. Without this, some labels are now missing.
Plex: DMPlexCreateEphemeral() needs to take a prefix argument- It calls DMSetFromOptions() and also creates the DM, so we need a chance to set a prefix
Plex: Replace DMPlexGetGhostCellStratum() with DMPlexGetCellTypeStratum()- Also fix DMPlexTransform version
DMPlex ex42: fix ceed output
DMPlex: add fastpath to set/get celltype
DMPLEX: add benchmark for DMPlexInterpolate
DMPlexCreatePointNumbering: use COMM_SELFThis fixes #1402, a 32-bit overflow in the global number of points evenwhen the global number of dofs is less than 2B. The indices in the ISare entirely l
DMPlexCreatePointNumbering: use COMM_SELFThis fixes #1402, a 32-bit overflow in the global number of points evenwhen the global number of dofs is less than 2B. The indices in the ISare entirely local so COMM_SELF is semantically correct.
show more ...
Plex ex5: Update tests
Plex ex44: Test of periodic extrusion
Merge remote-tracking branch 'origin/release'
Fix typos
DMPlex: add VTK tests
Merge branch 'barry/2023-05-14/add-fortran-petsccheck' into 'main'Add PetscCheck() and PetscCheckA() for FortranSee merge request petsc/petsc!6464
Add PetscCheck() and PetscCheckA() for FortranAlso fix incorrect use of " in Fortran examples that should be '
PetscInfo: print object type
Plex ex33: Add higher order GMsh cube tests
Update some discussions in the users manualAlso fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack
PetscPartitionerPtscotch: scotch does not like nparts > nvtxsPlex ex24: PTScotch cannot have 0 partition weight
Merge branch 'release'
Reset section information before calculations with DMPlex reference tree.Add test described by Berend Van WachemRemove stale section data from reference tree before computing anchor matricesApp
Reset section information before calculations with DMPlex reference tree.Add test described by Berend Van WachemRemove stale section data from reference tree before computing anchor matricesApply clang-format fix
PlexExodusII: Adding support for 1D elements
12345678910>>...23