| #
d6685f55
|
| 26-Feb-2022 |
Matthew G. Knepley <knepley@gmail.com> |
DT: Added some support for probability distributions - Changed integration for more flexible function signature
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
9fbee547
|
| 03-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
deprecate PETSC_STATIC_INLINE
|
| #
f5b1f9fd
|
| 21-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-01-02/minor-sellmat' into 'main'
MatSELL maintenance and documentation
See merge request petsc/petsc!4715
|
| #
66baab88
|
| 15-Jan-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Change names of PetscGTE and PetscLTE because they were confusing and prone to mis-use
Commit-type: documentation \spend 5m Reported-by: Stefano Zampini
|
| #
faa75363
|
| 03-Jan-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscCeilInt() to clean up disparate computations of ceil for integers
Commit-type: style \spend 20m
|
| #
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
|
| #
d8d19677
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameter --> Parameters
|
| #
94c05496
|
| 11-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-cxx-complex-float128' into 'main'
__float128: enable complex build from Cxx using c99 support
Closes #989
See merge request petsc/petsc!4296
|
| #
450fc7c9
|
| 10-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
__float128: enable complex build from Cxx using c99 support
|
| #
0053486f
|
| 10-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/math-copysign' into 'main'
math: add copysign
See merge request petsc/petsc!2708
|
| #
9c3ee494
|
| 11-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
math: add copysign
|
| #
9b3f0822
|
| 24-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-orientation-rethink' into 'main'
Plex: Rethink Plex orientation
See merge request petsc/petsc!4218
|
| #
b5a892a1
|
| 24-May-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM: New idea for cell orientations - Add DMPolytopeTypeGetNumArrangments() - Add DMPolytopeTypeGetArrangment() - Add DMPolytopeTypeGetVertexArrangment() - Add DMPolytopeTypeComposeOrientation() - Add
DM: New idea for cell orientations - Add DMPolytopeTypeGetNumArrangments() - Add DMPolytopeTypeGetArrangment() - Add DMPolytopeTypeGetVertexArrangment() - Add DMPolytopeTypeComposeOrientation() - Add DMPolytopeTypeComposeOrientationInv() - Add DMPolytopeGetOrientation() - Add DMPolytopeGetVertexOrientation() - Inversion now uses just negation instead of face size - Remove DMPlexOrientCell(), DMPlexReverseCell(), DMPlexCompareOrientations() - Add DMPlexOrientPoint() - Add MPIU_4INT and MPI_4INT - Rewrote transitive closure - DMPlexGetTransitiveClosure_Depth1_Static() now correctly handles ornt - PetscDualSpaceLagrange and PetscSection use the number of arragnements and not the cone size - Update examples
show more ...
|
| #
605fe76d
|
| 31-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/add-proper-datatypes-for-composite-reductions' into 'main'
MPI: define proper datatypes for composite reductions
See merge request petsc/petsc!4046
|
| #
092991ac
|
| 31-May-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MPI: define proper datatypes for composite reductions
this was a long-standing bug, dating back to 1996 or so
|
| #
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
|
| #
68a68e0c
|
| 12-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-02-12/add-baij-12' into 'main'
Barry/2021 02 12/add baij 12
See merge request petsc/petsc!3643
|
| #
c803a25a
|
| 12-Mar-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Introduce PetscGTE(), PetscLTE() to support initial conditions that depend discontinously on coordinates
This should hopefully help in reducing the need for alt test files.
Commit-type: portability
Introduce PetscGTE(), PetscLTE() to support initial conditions that depend discontinously on coordinates
This should hopefully help in reducing the need for alt test files.
Commit-type: portability-fix, testing-fix /spend 20m Thanks-to: Hong Zhang <hongzhang@anl.gov>
show more ...
|
| #
1cd963cc
|
| 07-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-mswin-C_DOUBLE_COMPLEX-check' into 'main'
MSWIN: set HAVE_MPI_C_DOUBLE_COMPLEX on successful compile, and always compile PetscSum_Local() etc MPI utilities
See merge request
Merge branch 'balay/fix-mswin-C_DOUBLE_COMPLEX-check' into 'main'
MSWIN: set HAVE_MPI_C_DOUBLE_COMPLEX on successful compile, and always compile PetscSum_Local() etc MPI utilities
See merge request petsc/petsc!3672
show more ...
|
| #
de272c7a
|
| 05-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
remove PETSC_HAVE_MPI_C_DOUBLE_COMPLEX
|
| #
7a19d461
|
| 04-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
PETSC_HAVE_COMPLEX: set flag only if CLANGUAGE (i.e library build language) supports complex, and cleanup logic wrt c/c++, library/user code. Also cleanup dependent code (wrt PETSC_HAVE_COMPLEX usage
PETSC_HAVE_COMPLEX: set flag only if CLANGUAGE (i.e library build language) supports complex, and cleanup logic wrt c/c++, library/user code. Also cleanup dependent code (wrt PETSC_HAVE_COMPLEX usage).
show more ...
|
| #
eade4ccd
|
| 12-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
ff1caa9c
|
| 09-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-namespaced-def' into 'maint'
Change IS_COLORING_MAX and MPIU_COLORING_VALUE
See merge request petsc/petsc!2960
|