| #
9ace16cd
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add PetscAssert() and PetscAssertFalse()
|
| #
7d3de750
|
| 12-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
make PetscInfo() variadic
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|
| #
79982354
|
| 16-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-11-02/attribute-format-sys' into 'main'
Feature: PETSC_ATTRIBUTE_FORMAT - sys
See merge request petsc/petsc!4520
|
| #
3ca90d2d
|
| 15-Nov-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
apply PETSC_ATTRIBUTE_FORMAT and related fixes to sys sources
|
| #
e681a28c
|
| 15-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/cray-arm' into 'main'
Initial support on A64FX with Cray compilers
Closes #991
See merge request petsc/petsc!4312
|
| #
d5ed94bb
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/fix-manpages'
Fix manpages to avoid errors reported by doctext
See merge request petsc/petsc!4309
|
| #
89d292be
|
| 13-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscTimSort: remove aligned attribute for ARM and Cray compiler
|
| #
6b867d5a
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: mismatching number of parameters
|
| #
c1bf08c5
|
| 06-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/spelling-errors' into 'main'
Fix many spelling errors in manpages and comments
See merge request petsc/petsc!4283
|
| #
a5b23f4a
|
| 03-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix spelling errors in manpages and comments
|
| #
085e7869
|
| 09-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
08d9dd48
|
| 08-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-07-06/fix-timsort-zero-length-array-check/release' into 'release'
Don't Check Timsort Zero Length Arrays
See merge request petsc/petsc!4152
|
| #
52e73695
|
| 06-Jul-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
don't check for valid pointer if size is less than or equal to 1
|
| #
f2e0aa9a
|
| 02-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4d076112
|
| 01-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-06-29/fix-timsort' into 'release'
Timsort Memcpy And Stability Fix
See merge request petsc/petsc!4139
|
| #
6e260675
|
| 01-Jul-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Timsort Memcpy And Stability Fix
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
450994f9
|
| 28-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2020-09-28/fixup-timsort-docs' into 'master'
Fixups docs for timsort[witharray]
See merge request petsc/petsc!3258
|
| #
8da36234
|
| 28-Sep-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fixups docs for timsort[witharray]
|
| #
454736ad
|
| 27-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2020-09-15/sortso-ftn-custom' into 'master'
Fortran custom bindings for petsctimsort[witharray]
See merge request petsc/petsc!3191
|
| #
4d3610e3
|
| 15-Sep-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
fortran cusotm bindings for petsctimsort[witharray]
|
| #
fac60ca8
|
| 08-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/7-2020/feature/timsort' into 'master'
Feature: PetscTimSort[WithArray]
See merge request petsc/petsc!3019
|
| #
676f2a66
|
| 27-Jul-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
PetscTimSort[WithArray]() implements Tim Peters hybrid sort algorithm (https://bugs.python.org/file4451/timsort.txt) which takes advantage of already ordered consecutive elements in data to sort "rea
PetscTimSort[WithArray]() implements Tim Peters hybrid sort algorithm (https://bugs.python.org/file4451/timsort.txt) which takes advantage of already ordered consecutive elements in data to sort "real world data" faster.
show more ...
|