| #
0ff9d02e
|
| 17-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes' into 'main'
Automatically generate Fortran C stubs for static inline functions in include directory
See merge req
Merge branch 'barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes' into 'main'
Automatically generate Fortran C stubs for static inline functions in include directory
See merge request petsc/petsc!8469
show more ...
|
| #
1850900d
|
| 10-Jun-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
add missing MANSEC from include files
|
| #
58bddbc0
|
| 11-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-lmvm-rework' into 'main'
MatLMVM rework
See merge request petsc/petsc!6401
|
| #
3a8969d3
|
| 26-Mar-2025 |
Toby Isaac <toby.isaac@gmail.com> |
Add prototypes for more BLAS/LAPACK operations
- cupmBlasXgbmv, cupmBlasXtbsv: useful for PointwiseMult- and PointwiseDivide-like operations on the device - BLAShemv_, cupmBlasXhemv: useful for dens
Add prototypes for more BLAS/LAPACK operations
- cupmBlasXgbmv, cupmBlasXtbsv: useful for PointwiseMult- and PointwiseDivide-like operations on the device - BLAShemv_, cupmBlasXhemv: useful for dense operations where only one triangle of a Hermitian matrix has been computed - LAPACKgerc_: useful for rank-1 updates to dense arrays
show more ...
|
| #
ed0a315d
|
| 11-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-08/rm-empty-comments' into 'main'
Remove empty comments from the source, that is /* */
See merge request petsc/petsc!7815
|
| #
4ee01570
|
| 08-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove empty comments from the source, that is /* */
Also remove some /******************* comments
Also remove some multiline comments with /* and */ at the beginning and end of each line
|
| #
5fe01c21
|
| 22-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hsuh/dense-lmvm-squashed' into 'main'
Dense LMVM
See merge request petsc/petsc!7371
|
| #
be1c5b79
|
| 14-Mar-2024 |
Hansol Suh <hsuh@anl.gov> |
Adding additional BLAS, CUPM interfaces
|
| #
eed7708b
|
| 15-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'feature/minres-eigenvalues' into 'main'
Add: KSPComputeEigenvalues_MINRES(), KSPComputeExtremeSingularValues_MINRES()
See merge request petsc/petsc!6615
|
| #
c901295d
|
| 15-Sep-2023 |
Pablo Brubeck <brubeck@protonmail.com> |
Add: KSPComputeEigenvalues_MINRES(), KSPComputeExtremeSingularValues_MINRES()
|
| #
9dd11ecf
|
| 25-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'
Check header guards
See merge request petsc/petsc!6822
|
| #
a4963045
|
| 18-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Convert all header guards to pragma once
|
| #
90793658
|
| 12-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/replace-linpack-cgtql1-with-lapack-stev' into 'main'
Replace LINPACKcgtql1 with LAPACKstev for computing sym tri eigenvalues
See merge request petsc/petsc!6536
|
| #
ee1793cc
|
| 01-Jun-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Replace LINPACKcgtql1 with LAPACKstev for computing sym tri eigenvalues
Specifically, removes translated Fortran and Algol routines which had non-terminating loops if assumptions were violated with
Replace LINPACKcgtql1 with LAPACKstev for computing sym tri eigenvalues
Specifically, removes translated Fortran and Algol routines which had non-terminating loops if assumptions were violated with a standard LAPACK eigenvalue solver routine. Add new alternatives due to minor differences in eigenvalue estimates.
show more ...
|
| #
a663c1df
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
517f05f0
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-30/fix-include-man-pages/release' into 'release'
Fix manual pages in include files
See merge request petsc/petsc!6272
|
| #
16a05f60
|
| 13-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages in include files
|
| #
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
|
| #
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
|
| #
c8d0e85a
|
| 17-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'feature-fischerguess-3' into 'main'
Add a new initial guess routine
See merge request petsc/petsc!4777
|
| #
1153b427
|
| 28-Jan-2022 |
David Wells <drwells@email.unc.edu> |
Add support for HEEV.
|
| #
713946ae
|
| 05-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-unify-quadrature' into 'master'
Unify Jacobi polynomial based computations in PetscDT
See merge request petsc/petsc!2574
|