| #
a8158fb5
|
| 14-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'gropp/doc-fixes-1' [PR #1838]
|
| #
57a5760d
|
| 02-Jul-2019 |
William Gropp <wgropp@illinois.edu> |
Merge from doc-fixes branch
|
| #
a2b725a8
|
| 27-Jun-2019 |
William Gropp <wgropp@illinois.edu> |
Fixes for doctext update
|
| #
89583661
|
| 21-Jun-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]
|
| #
580bdb30
|
| 07-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*()
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*() with PetscArraymove()
Commit-type: style-fix, feature
show more ...
|
| #
cba74938
|
| 02-Jun-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/doc-dmlabel-collective (pull request #1739)
DMLabel: Put collective info in all functions
|
| #
5b5e7992
|
| 31-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DMLabel: Put collective info in all functions
|
| #
d083f849
|
| 01-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Update the use of Collective on in the manual pages to reflect the new style
Commit-type: style-fix, documentation Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>
|
| #
5065da2f
|
| 13-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
3ba25fcf
|
| 12-May-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/plexstratify (pull request #1651)
DMPlex: Speedup DMPlexStratify()
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
277ea44a
|
| 10-May-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Speedup DMPlexStratify()
The depth label encodes a (non overlaping) partition of the points in the Plex chart. The set of points in each level can be represented with a contiguous range of i
DMPlex: Speedup DMPlexStratify()
The depth label encodes a (non overlaping) partition of the points in the Plex chart. The set of points in each level can be represented with a contiguous range of integer. From these assumptions, the depth label can be constructed very quickly and using negligible memory by storing the label strata as stride index sets.
show more ...
|
| #
670f1633
|
| 12-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
8ab2fac0
|
| 12-Apr-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-dmlabel-distribute/maint (pull request #1532)
DMLabel: Fix DMLabelDistribute() to fill the strata lookup hash table
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-b
Merged in dalcinl/fix-dmlabel-distribute/maint (pull request #1532)
DMLabel: Fix DMLabelDistribute() to fill the strata lookup hash table
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
90e9b2ae
|
| 10-Apr-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMLabel: Fix DMLabelDistribute() to fill the strata lookup hash table
|
| #
7b5114fb
|
| 09-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
5e3e45fd
|
| 09-Apr-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-dmlabel/maint (pull request #1524)
DMLabel: Fix hashtable memory leak
|
| #
f14fe40d
|
| 09-Apr-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMLabel: Fix hashtable memory leak
|
| #
10682a7e
|
| 26-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/plex-distribute (pull request #1454)
DMPLEX: Speedup DMPlexDistribute[Overlap]()
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
8e1f8cf0
|
| 25-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMLabel: PetscRealloc() is broken, use malloc+memcpy+free
* Using PetscReallocAlign() leads to SIGSEGV on FreeBSD and Windows
|
| #
b9907514
|
| 11-Mar-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMLabel: Add hashmap-based strata lookup and strata preallocation
|
| #
b0f52d29
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
a1a5ab92
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
940dfb0a
|
| 28-Jan-2019 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
30faf514
|
| 27-Jan-2019 |
m_diehl <m.diehl@mpie.de> |
Merged petsc/petsc into master
|
| #
ddad275a
|
| 21-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
|