| #
569ea7c4
|
| 06-Jul-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Change IS_COLORING_MAX and MPIU_COLORING_VALUE
|
| #
bfb203ca
|
| 25-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-plexrefiner-boundarylayer' into 'master'
feature plexrefiner boundarylayer
See merge request petsc/petsc!2881
|
| #
ad70a4c3
|
| 18-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
petscmath.h: add PetscPowInt64 that returns a 64bit integer
|
| #
a1bfbe63
|
| 12-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-matproduct-logging' into 'master'
fix matproduct logging
See merge request petsc/petsc!2857
|
| #
0d398bfe
|
| 11-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor
|
| #
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
|
| #
1f17fa70
|
| 28-Feb-2020 |
Toby Isaac <tisaac@cc.gatech.edu> |
Add lgamma checks
More numerically stable in quadrature, particularly where we have to evaluate gamma ratios
Fix LGamma config test
Handle that gamma sometimes means lgamma
|
| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
6fa3e38b
|
| 11-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-09-09/rm-petscroundreal' into 'master'
Remove PetscRoundReal() since the underlying math routine is not available on...
See merge request petsc/petsc!2026
|
| #
2c44a894
|
| 09-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove PetscRoundReal() since the underlying math routine is not available on all systems, unused, usage removed from SLEPc
Commit-type: portability-fix Reported-by: Mohammad Asghar <mohammad.asghar
Remove PetscRoundReal() since the underlying math routine is not available on all systems, unused, usage removed from SLEPc
Commit-type: portability-fix Reported-by: Mohammad Asghar <mohammad.asghar@lusas.com>
show more ...
|
| #
29ad97fd
|
| 07-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'dalcinl/feature-math' [PR #1904]
* dalcinl/feature-math: Math & PetscComplex: Various enhancements - Define PetscXXXScalar to PetscXXXReal for real scalar type - Add PetscCbrtReal(), P
Merge branch 'dalcinl/feature-math' [PR #1904]
* dalcinl/feature-math: Math & PetscComplex: Various enhancements - Define PetscXXXScalar to PetscXXXReal for real scalar type - Add PetscCbrtReal(), PetscHypotReal(), and PetscAtan2Real() - Add PetscArgComplex() and PetscArgScalar() - Add PetscAtan{Real|Complex|Scalar}() - Add PetscA{sin|cos|tan}h{Real|Complex|Scalar}() - Docs: Petsc{Real|Imaginary}Part() return PetscReal - Define __fp16 constants to use "F" suffix (ie. single precision) - Fix PETSC_[SQRT_]MACHINE_EPSILON values for __fp16
PetscComplex: Remove PETSC_USE_CXX_COMPLEX_FLOAT_WORKAROUND
- Move the C++ complex fixes to its own header file - Define PETSC_SKIP_CXX_COMPLEX_FIX to skip the C++ complex fixes
show more ...
|
| #
39829747
|
| 25-Jul-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscComplex: Remove PETSC_USE_CXX_COMPLEX_FLOAT_WORKAROUND
* Move the C++ complex fixes to its own header file * Define PETSC_SKIP_CXX_COMPLEX_FIX to skip the C++ complex fixes
|
| #
5117d392
|
| 17-Jul-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Math: Various enhancements
* Define PetscXXXScalar to PetscXXXReal for real scalar type * Add PetscCbrtReal(), PetscHypotReal(), and PetscAtan2Real() * Add PetscArgComplex() and PetscArgScalar() * A
Math: Various enhancements
* Define PetscXXXScalar to PetscXXXReal for real scalar type * Add PetscCbrtReal(), PetscHypotReal(), and PetscAtan2Real() * Add PetscArgComplex() and PetscArgScalar() * Add PetscAtan{Real|Complex|Scalar}() * Add PetscA{sin|cos|tan}h{Real|Complex|Scalar}() * Docs: Petsc{Real|Imaginary}Part() return PetscReal * Define __fp16 constants to use "F" suffix (ie. single precision) * Fix PETSC_[SQRT_]MACHINE_EPSILON values for __fp16
show more ...
|
| #
1c575b32
|
| 07-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
26bd1501
|
| 05-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved Identifiers
Commit-type: portability-fix
|
| #
89b1c698
|
| 20-Apr-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-snes-check-split (pull request #1553)
Knepley/feature snes check split
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
bebf13c0
|
| 18-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Sys: Added simple routine for linear regression
|
| #
113e1198
|
| 15-Apr-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-plex-wedge-geometry (pull request #1537)
Knepley/feature plex wedge geometry
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
7b156302
|
| 11-Apr-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Math: Added sort 2 as a constant
|
| #
ef1b1776
|
| 01-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
a8938870
|
| 01-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
bcb1dc63
|
| 01-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merged in balay/fix-mpi_2int/maint (pull request #1481)
MPI_2INT is not always a macro. So add a configure check. And since petscmath.h always defines MPI_2INT - remove its check from other sources
Merged in balay/fix-mpi_2int/maint (pull request #1481)
MPI_2INT is not always a macro. So add a configure check. And since petscmath.h always defines MPI_2INT - remove its check from other sources
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
40df0d72
|
| 31-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
MPI_2INT is not always a macro. And its part of MPI-1 anyway. So assume is it always exists and works.
This issue comes up with HPE MPT
Reported-by: "Kokron, Daniel S. (ARC-606.2)[InuTeq, LLC]" <da
MPI_2INT is not always a macro. And its part of MPI-1 anyway. So assume is it always exists and works.
This issue comes up with HPE MPT
Reported-by: "Kokron, Daniel S. (ARC-606.2)[InuTeq, LLC]" <daniel.s.kokron@nasa.gov
show more ...
|
| #
a1a5ab92
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
30faf514
|
| 27-Jan-2019 |
m_diehl <m.diehl@mpie.de> |
Merged petsc/petsc into master
|