Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinat
Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinateSpace()
show more ...
ExodusII; Fix check for reserved labels- Disable check for many tests
Fix typos
Remove uneeded blanks in test-harness rules since some reviewers fix them in GitLab
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
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
Remove need for seperate lib/petsc/conf/test file by merging with rules fileCommit-type: maintainability
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Make PetscErrorCode a non-discardable enum
Plex: First implementation of ephemeral meshes- Add DMPlexGet/RestoreOrientedCone()- Add a transform to Plex, which makes it an ephemeral mesh- Add depth information to PlexTransform- Fix filter
Plex: First implementation of ephemeral meshes- Add DMPlexGet/RestoreOrientedCone()- Add a transform to Plex, which makes it an ephemeral mesh- Add depth information to PlexTransform- Fix filter transform- Fix Plex view for ephemeral meshes- Right now, check mesh->tr for an ephemeral mesh, but later we couldmake a subclass- Remove DMPlexAddConeSize()
source code format changes due to .clang-format changes
Print the string needed to control the section with info output
Remove braces from one-liners w/o PetscCall()
Remove braces from one-liners
clang-format: convert PETSc sources to comply with clang-format
Fix regression in main due to https://gitlab.com/petsc/petsc/-/merge_requests/5430
Merge branch 'knepley/fix-plex-extrude-orientation' into 'main'Knepley/fix plex extrude orientationSee merge request petsc/petsc!5430
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
DMPlex: test for DMProjectCoordinates when coordinates are localizedThe output is the same with and without the projection.
Fix test output
Fixed examples
Merge branch 'barry/2022-05-24/add-petsccall-fortran-examples' into 'main'Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.See mer
Merge branch 'barry/2022-05-24/add-petsccall-fortran-examples' into 'main'Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.See merge request petsc/petsc!5271
Add modern error checking to rest of Fortran examples/spend 2.5h
123456