Plex ex44: Turn on completion test
Fix examples (without completion)
configure: add p4est version check
Merge branch 'knepley/fix-plex-extrude-orientation' into 'main'Knepley/fix plex extrude orientationSee merge request petsc/petsc!5430
Merge branch 'knepley/fix-plex-gmsh-labels' into 'main'Plex: Straighten out Gmsh labelsSee merge request petsc/petsc!5478
Update test output
Add PetscFunctionBeginUser to all PETSc C/C++ examplesNow the stack frames will contain the main program and the correct line numbers in themgit ls-files | egrep "(tutorials|tests)" | xargs sed -
Add PetscFunctionBeginUser to all PETSc C/C++ examplesNow the stack frames will contain the main program and the correct line numbers in themgit ls-files | egrep "(tutorials|tests)" | xargs sed -i "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n \1?g"Commit-type: error-checking, testing-fix/spend 15m
show more ...
DMPlex: improve output for inspecting elements and their nodal coordinates
DMPlexCreatePointNumbering: add test and better documentation
Plex ex1: Periodic latex - It is not perfect, but getting there
Cleanup and unify naming of PetscCall routinesCommit-type: housekeeping/spend 10m
Plex ex1: Added pyramid test
Merge branch 'knepley/fix-plex-gmsh-face-labels' into 'main'Plex: Fix bug with reorderingSee merge request petsc/petsc!5416
Fix test output
Plex ex44: Add 3D boundary extrusion tests
Merge branch 'knepley/fix-plex-g2n' into 'main'Fix Plex g2n mapSee merge request petsc/petsc!4547
Plex: temporarily disable tests ex15, ex26, ex26f90, and ex62f90
Plex: ex47 tests globalToNatural
Fixed examples
Merge branch 'knepley/fix-dm-periodicity' into 'main'Fixes for periodicitySee merge request petsc/petsc!5391
Merge branch 'jed/fix-dm-plex-insert-boundary-values' into 'main'DMPlex: add failing test of DMPlexInsertBoundaryValues with DMPlexSetClosurePermutationTensorSee merge request petsc/petsc!5393
DMPlex: add test of DMPlexInsertBoundaryValues with DMPlexSetClosurePermutationTensorThe output was generated using 49e1cd229ef9342bfd55ee54c9ac99d5195bdec8,which is the parent of 6858538e710279fe
DMPlex: add test of DMPlexInsertBoundaryValues with DMPlexSetClosurePermutationTensorThe output was generated using 49e1cd229ef9342bfd55ee54c9ac99d5195bdec8,which is the parent of 6858538e710279fe46cd8279ab34c98b10293bbd, whichintroduced this bug. Disabling DMPlexSetClosurePermutationTensor(cdm,...) restores correct behavior.[This commit has been rebased after the fix, which is now its parent.]
Plex: Instead of forcing periodic coordinates to [0, L], it should be [lower, lower + L]
plex ex60: test general metric intersection-The inputs are not necessarily SPD, so we need to call EnforceSPD first
1...<<11121314151617181920>>...23