Document better when and how -no-signal-handler should be used.Reported-by: "Graham, Aaron" <grahamam@ornl.gov>
Merge branch 'stefanozampini/ts-dirk' into 'main'Diagonally Implicit Runge KuttaSee merge request petsc/petsc!6774
TSDIRK: add docs and python bindingsuse TR-BDF2 as defaultupdate documentation
TSDIRK: Diagonally Implicit Runge KuttaReuse ARKIMEX codeadd additive boolean to the structimprove code readibilitytweak requirements for identity mass matrix in additive methodsFix bug in not
TSDIRK: Diagonally Implicit Runge KuttaReuse ARKIMEX codeadd additive boolean to the structimprove code readibilitytweak requirements for identity mass matrix in additive methodsFix bug in not copying last Ydot from previous step in ARKIMEX
show more ...
Merge remote-tracking branch 'origin/release'
Merge branch 'barry/2023-08-11/add-spack-install-hints' into 'main'Add hints to discussion of Spack installs for optimization to docs.See merge request petsc/petsc!6805
Apply 3 suggestion(s) to 1 file(s)
Apply 1 suggestion(s) to 1 file(s)
Apply 4 suggestion(s) to 1 file(s)
Merge branch 'jolivet/proposal-less-verbose-matschurcomplement' into 'main'Less verbose MatSchurComplementSee merge request petsc/petsc!6799
Matt's additions to bibtex
Fixes for bibtex processingCommit-type: housekeeping
Fix non-POSIX expressions from documentation generation
Add hints to discussion of Spack installs for optimization to docs.Reported-by: Wei.Liu@awe.co.uk
Minor updates to petsc.bib
add to developers documentation how to add references to manual pages with cite
Create system for automatically adding References: section when {cite} appears in the manual page
Run bibtool on petsc.bib to clean it upCommit-type: house-keeping, style
Update docs for PETSc membership in NumFocus
Fix irregularities in petsc.bibCommit-type: bug-fix
Update file petsc.bib
Less verbose MatSchurComplement
Merge branch 'tisaac/feature-log-get-stage-perf-info' into 'main'Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()See merge request petsc/petsc!6779
Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()Data that was exposed in the now-deprecated `PetscStageLog` includedsome data that was only available from accessing
Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()Data that was exposed in the now-deprecated `PetscStageLog` includedsome data that was only available from accessing the fields of the structthat was never included in the functional interface.We shouldn't try to duplicate the availability of all of that data,but the `stage_info->perfInfo` provided measurements about stages thatwe should continue to make available.In keeping with recent changes, we make it available through`PetscLogStageGetPerfInfo()`, which delegates to`PetscLogHandlerGetStagePerfInfo()`, which is implemented by`PETSCLOGHANDLERDEFAULT`.Coverage test of this feature is added to src/sys/tests/ex68.c
Sys: add PetscGetCurrentCUDA/HIPStream()
1...<<31323334353637383940>>...95