Docs: remove stray CSS include statement
Merge branch 'psanan-release-patch-78452' into 'release'Developer docs: fix typo in image instructionsSee merge request petsc/petsc!5047
Section: Add PetscSectionCreateSubdomainSection() and clarify documentation
revert sources to dev - reset PETSC_VERSION_RELEASE - reset doc/docs/changes/dev.rst
release: set petsc v3.17.0 strings
Merge remote-tracking branch 'origin/release'
Fix mpiu_allreduce to always return PetscErrorCodes, never MPI error codesBoth for debug and optimized buildsAlso removes shadow declaration errors from use of mpiu_allreduceCommit-type: error-
Fix mpiu_allreduce to always return PetscErrorCodes, never MPI error codesBoth for debug and optimized buildsAlso removes shadow declaration errors from use of mpiu_allreduceCommit-type: error-checkingReported-by: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
Increase patchlevel to 3.16.6
Developer docs: fix typo in image instructions
Merge branch 'Fande-Kong/print_eigenvalues_svd' into 'main'Added an option to output all singular values in SVDSee merge request petsc/petsc!5014
Merge branch 'knepley/feature-plex-extrude-adapt' into 'main'Plex: Enhance extrusionSee merge request petsc/petsc!5019
Added an option to output all singular values in SVDIt is mainly used for debugging
Plex: Enhance extrusion- Allow computed normals- Allow partial extrusion (WIP)
Updated ref
Merge branch 'knepley/feature-plex-io-tests' into 'main'Cleaning up some Plex I/OSee merge request petsc/petsc!5013
Plex+Doc: Cleaned up discussion of Save/Load
Add PETSC_ATTRIBUTE_COLD, informing compilers that a function is unlikely to be called. Apply it to PetscError() and related
remove all traces of CHKERRQ() from manual and documentation
The great renaming:- CHKERRQ() -> PetscCall()- CHKERRV() -> PetscCallVoid()- CHKERRMPI() -> PetscCallMPI()- CHKERRABORT() -> PetscCallAbort()- CHKERRCONTINUE() -> PetscCallContinue()- CHKERRXX
The great renaming:- CHKERRQ() -> PetscCall()- CHKERRV() -> PetscCallVoid()- CHKERRMPI() -> PetscCallMPI()- CHKERRABORT() -> PetscCallAbort()- CHKERRCONTINUE() -> PetscCallContinue()- CHKERRXX() -> PetscCallThrow()- CHKERRCXX() -> PetscCallCXX()- CHKERRCUDA() -> PetscCallCUDA()- CHKERRCUBLAS() -> PetscCallCUBLAS()- CHKERRCUSPARSE() -> PetscCallCUSPARSE()- CHKERRCUSOLVER() -> PetscCallCUSOLVER()- CHKERRCUFFT() -> PetscCallCUFFT()- CHKERRCURAND() -> PetscCallCURAND()- CHKERRHIP() -> PetscCallHIP()- CHKERRHIPBLAS() -> PetscCallHIPBLAS()- CHKERRHIPSOLVER() -> PetscCallHIPSOLVER()- CHKERRQ_CEED() -> PetscCallCEED()- CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction()- CHKERRMKL() -> PetscCallMKL()- CHKERRMMG() -> PetscCallMMG()- CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD()- CHKERRCGNS() -> PetscCallCGNS()- CHKERRPTSCOTCH() -> PetscCallPTSCOTCH()- CHKERRSTR() -> PetscCallSTR()- CHKERRTC() -> PetscCallTC()
update documentation
Merge branch 'psanan/docs-edit-main-except-from-release' into 'release'Docs: "edit this page" links edit the main branch, except when on the release branchSee merge request petsc/petsc!5018
Docs: "edit this page" links edit the main branch, except when on the release branch
1...<<61626364656667686970>>...95