| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
ec522f7f
|
| 15-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-12-06/add-veccheckassembled' into 'main'
Add VecCheckAssembled() and attempt to check for illegal usage of unassembled vectors
See merge request petsc/petsc!5904
|
| #
60211e57
|
| 06-Dec-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add VecCheckAssembled() and attempt to check for illegal usage of unassembled vectors
Commit-type: error-checking /spend 25m Reported-by: <ksi2443@gmail.com>
|
| #
b5fdbe7c
|
| 06-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/threadsafety' into 'main'
threading support in PetscLog and debugging configurations
See merge request petsc/petsc!5898
|
| #
dfb7d7af
|
| 04-Dec-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
Do not use petscstack with threadsafety
This allows to run PETSc code in debug mode with threadsafety that does not segfault when run with concurrent threads.
|
| #
e3dbaa52
|
| 29-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3d996455
|
| 29-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'
Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line
Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'
Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line
See merge request petsc/petsc!5850
show more ...
|
| #
c3339dec
|
| 17-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded " on xxx" from most Collective comments in manual pages
The phrase was unneeded 99% of the time
I did not remove in the dm directory since another MR is still active that affects th
Remove unneeded " on xxx" from most Collective comments in manual pages
The phrase was unneeded 99% of the time
I did not remove in the dm directory since another MR is still active that affects that directory
Commit-type: documentation /spend 20m
show more ...
|
| #
f23e3583
|
| 26-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-10-25/fixup-1272' into 'main'
Fix unused parameter warnings in petscvec.h when not configured with CUDA or HIP on some compilers
Closes #1272
See merge request petsc/pets
Merge branch 'jacobf/2022-10-25/fixup-1272' into 'main'
Fix unused parameter warnings in petscvec.h when not configured with CUDA or HIP on some compilers
Closes #1272
See merge request petsc/petsc!5771
show more ...
|
| #
0400cdf7
|
| 25-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-10-25/fixup-vecoperation-docs/docs' into 'main'
Fix VecOperation() docstring
See merge request petsc/petsc!5773
|
| #
23084d82
|
| 25-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix VecOperation() docstring
|
| #
cdf07013
|
| 25-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix unused parameter warnings in petscvec.h when not configured with CUDA or HIP on some compilers
|
| #
c06096d4
|
| 21-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-23/veccupm' into 'main'
Feature: CUPM Vec
See merge request petsc/petsc!5685
|
| #
6d54fb17
|
| 05-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Vec CUPM implementation to replace old CUDA and HIP versions
|
| #
74852143
|
| 16-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add VECOP_SET. Improve documentation of VecSetOperation() and properly document VecOperation.
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
6524c165
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation
|
| #
b9195012
|
| 20-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-18/misc-minor-fixups' into 'main'
Minor Fixes
See merge request petsc/petsc!5651
|
| #
e0f629dd
|
| 19-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Reformat VecValidValues() so emacs fontification doesn't choke on it, and renamed to VecValidValues_Internal()
|
| #
963ad84d
|
| 08-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-pod-getlocalvec' into 'main'
Fix KSPGuessPod to support VECNEST
See merge request petsc/petsc!5583
|
| #
df341386
|
| 01-Sep-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
Vec: Introduce VecCreateLocalVector ops
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
32105407
|
| 17-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-13/fix-man-include' into 'main'
Fix up manual pages in include/ including adding tick marks
See merge request petsc/petsc!5528
|