Merge branch 'stefanozampini/minres-2' into 'main'MINRES QLPSee merge request petsc/petsc!6184
KSPMINRES: Implement QLP variantAdd support for negative curvature detection
Fix manual pages based on reports from Jacob's lint toolCommit-type: documentation
Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping
Remove unneeded SOURCEH from makefilesNo longer used by docs or build
Merge branch 'jacobf/2023-03-14/fixup-petscmacros' into 'main'petscmacros.h fixupsSee merge request petsc/petsc!6188
Merge branch 'jacobf/2023-03-11/clang-static-analyzer-fixes' into 'main'Misc static analyzer bugs foundSee merge request petsc/petsc!6176
Misc static analyzer bugs found
PetscFV: Adding CEED support- Add DMPlexGetLocalOffsetsSupport()
Add PETSC_PRAGMA_DIAGNOSTIC_IGNORED_BEGIN, and PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END to silence clang or GCC warnings selectively
Merge branch 'knepley/fix-memory-bugs' into 'main'Knepley/fix memory bugsSee merge request petsc/petsc!6163
DS: Check for consistency of quadrature
DS: Force all quadratures to match by default
PetscFE: Fix PetscFESetFaceQuadrature() and add check in evaluation
DT: Fix weak form map bug
Remove empty preprocessor variables
DT ex3: Do not test quadrature for complex
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
PetscDualSpace: More documentation
Merge remote-tracking branch 'origin/release'
Fix Typos
Make PetscErrorCode a non-discardable enum
Modernize and clean up petscsys.h- Deprecate PETSC_NULL.- Switch from preprocessor defines to anonymous enums for constant expressions.- Surround macro arguments in ().- Remove redundant casts.
Modernize and clean up petscsys.h- Deprecate PETSC_NULL.- Switch from preprocessor defines to anonymous enums for constant expressions.- Surround macro arguments in ().- Remove redundant casts.- Clean up overly complex preprocessor defines in various PetscMem*() functions.
show more ...
DMPlex/DT: update tests for efficient simplex quadrature
PetscFE: use default simplex quadrature instead of conical
12345678910>>...48