brain dead fixes for useless casts in examples
Brain dead fixes for useless casts
Merge branch 'barry/2024-09-29/fix-function-typedef-style' into 'main'Unify handling of context destructorsSee merge request petsc/petsc!7900
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those t
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those thatused PetscContainer- Now allows any context to be a PetscObject- Will provide a cleaner mapping to bindings in other languages- Simplifies the maintenance of PETSc source code; improves clarityNot backward compatible, compiler warnings will tell users what functions need to be updated
show more ...
Merge remote-tracking branch 'origin/release'
Merge branch 'barry/2024-10-12/fix-dmda-q0/release' into 'release'Fixing -da_refine for DA Q0 elements and associated example, some minor docsSee merge request petsc/petsc!7940
Minor manual pages
PCHPDDM: stop the setup if there is an error during the factorizationReported-by: Alexander <alexander.lindsay@inl.gov>Thanks-to: Jose Roman <jroman@dsic.upv.es>
Add PetscObjectHasFunction
Merge branch 'jolivet/feature-petsccintcast' into 'main'Sys: add PetscCIntCast()See merge request petsc/petsc!7906
Sys: add PetscCIntCast()
CUPM: fix hipblasDoubleComplex, which is replaced by hipDoubleComplex in newer hipBLAS
Fix typos
Add check for misuse of TODO in gmakegentest.py specifications and fix misuse
PCHPDDM housekeeping
Use PetscObjectContainerCompose() when applicable
CI: update checkclangformat to use clang-format-19.1.0
Remove unneeded parentheses
Merge branch 'barry/2024-09-18/fix-some-clang-tidy' into 'main'Fix some code issues exposed by make clang-tidySee merge request petsc/petsc!7845
Fix some code issues exposed by make clang-tidy
Use NULL or nullptr instead of casted 0
Merge branch 'jczhang/2024-09-05/feature-mat-get-vpb' into 'main'PC: add new mat ops MATOP_GET_{BLOCK, VBLOCK}_DIAGONALSee merge request petsc/petsc!7811
Minor fixesSee also: https://gitlab.com/slepc/slepc/-/merge_requests/692
Merge branch 'stefanozampini/fix-fs-init' into 'main'PCFIELDSPLIT: fix initialization of function pointersSee merge request petsc/petsc!7838
Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()Introduce MPIU_Count to be used when MPI_Count is not available
1...<<11121314151617181920>>...224