| #
d5577e40
|
| 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Document DMPlexCreateNeighborCSR() - Make functions static
|
| #
9137bce6
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-funct'
|
| #
fbfcfee5
|
| 19-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the use and definition of __FUNCT__ throughout the code
Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc Time: 1.5 hours Thanks-t
Remove the use and definition of __FUNCT__ throughout the code
Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc Time: 1.5 hours Thanks-to: Andreas Mang <andreas@ices.utexas.edu>
show more ...
|
| #
b6c43e71
|
| 18-Nov-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/fix-chaco-from-trilinos'
|
| #
11d1e910
|
| 14-Nov-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for Chaco from the Trilinos distribution
It includes a chaco.h file and has a small API change
Funded-by: IDEAS Project: IDEAS/xSDK Time: .4 hours Reported-by: Satish Balay <balay@mcs.
Add support for Chaco from the Trilinos distribution
It includes a chaco.h file and has a small API change
Funded-by: IDEAS Project: IDEAS/xSDK Time: .4 hours Reported-by: Satish Balay <balay@mcs.anl.gov>
show more ...
|
| #
e51df6f4
|
| 09-Nov-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
This is needed to deal with some changes in MatNullSpace from commit 9d2471e
|
| #
e9c2a787
|
| 01-Nov-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'maint'
* maint: PetscPartitioner: fix documentation of PetscPartitionerShellSetPartition
|
| #
9758bf69
|
| 31-Oct-2016 |
Toby Isaac <tisaac@uchicago.edu> |
PetscPartitioner: fix documentation of PetscPartitionerShellSetPartition
The documentation made it sound like we were labelling each point with its partition; in fact, we give the transpose of that
PetscPartitioner: fix documentation of PetscPartitionerShellSetPartition
The documentation made it sound like we were labelling each point with its partition; in fact, we give the transpose of that information: an ordering of the points in each group
show more ...
|
| #
10c1f87b
|
| 27-Oct-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'master' into tisaac/dmplex-feature-real-to-ref
I need updated PetscFE interfaces in what I'm going to do
* master: (603 commits) parmetis: fix typo in testsuite Added PETSC_HAVE_A
Merge branch 'master' into tisaac/dmplex-feature-real-to-ref
I need updated PetscFE interfaces in what I'm going to do
* master: (603 commits) parmetis: fix typo in testsuite Added PETSC_HAVE_ATTRIBUTEALIGNED flag to makefile PCSetUp_SVD() used incorrect matrix for matrix size in parallel, also need to skip LAPACK call if matrix size is zero strumpack: update to latest version 1.0.4 Remove valgrind warning about MPI_Allreduce() with uninitialized data sed for test output that has atol convergence with quad precision updated ex1_nest tests fixed incorrect key value fix: bad merge a69d34a test: move runex78 to TESTEXAMPLES_C_NOTSINGLE build: fix warnings sys: update test to produce same result - irrespective of debug/opt build - and presence of ~/.petscrc sys: src/sys/examples/tests/ex30.c -> src/sys/examples/tests/ex32.c to avoid conflict in master Sed output, since quad precision reduces below atol on these tests remove automatically generated matrix names from test output files since can be different Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products GAMG: fix PCView_GAMG() format - and update output/ex56_0.out superlu_dist: 64-bit-indices fix https://github.com/xiaoyeli/superlu_dist/issues/4 Add SNESSetDivergenceTolerance / -snes_divergence_tolerance. fixed unit read in Plex ...
show more ...
|
| #
f3de8ad7
|
| 26-Oct-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-partition-random'
* knepley/feature-partition-random: Plex: Forgot declarations Plex: Fix for complex numbers Partition: Added -petscpartitioner_shell_random for
Merge branch 'knepley/feature-partition-random'
* knepley/feature-partition-random: Plex: Forgot declarations Plex: Fix for complex numbers Partition: Added -petscpartitioner_shell_random for a random partition - Also fixed SetFromOptions
show more ...
|
| #
351ac257
|
| 13-Oct-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix for complex numbers
|
| #
077101c0
|
| 13-Oct-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Partition: Added -petscpartitioner_shell_random for a random partition - Also fixed SetFromOptions
|
| #
54761ea3
|
| 14-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in m
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in master (the introduction of MatFactorGetError()) therefor need to merge in master and use the new construct before merging to next
show more ...
|
| #
162a9882
|
| 11-Aug-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merge branch 'master' into psanan/pc-telescope-nearnullspace
|
| #
3d996552
|
| 19-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcfetidp.c src/ksp/pc/impls/bddc/bddcprivate.c src/ksp/pc/impls/bddc/bddcschurs.c src/mat/impls/is/matis.c src/mat/impls/is/matis.h
show more ...
|
| #
c6066fdb
|
| 14-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-dm-outputdm'
* knepley/fix-dm-outputdm: Dammit Plex: Remove DMPlexLoad() declaration Plex: Fix package initializer in PlexPartitionCreate() DM: Make check on DMGetO
Merge branch 'knepley/fix-dm-outputdm'
* knepley/fix-dm-outputdm: Dammit Plex: Remove DMPlexLoad() declaration Plex: Fix package initializer in PlexPartitionCreate() DM: Make check on DMGetOutputDM() collective
show more ...
|
| #
83cde681
|
| 13-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Dammit
|
| #
fc70904c
|
| 13-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix package initializer in PlexPartitionCreate()
|
| #
ea9ba573
|
| 01-Jul-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/dmp4est-fix-overlap'
This branch makes a lot of fixes that fix PetscFV and DMP4est for parallel. At the root of the issues were discrepencies related to the overlapping cells t
Merge branch 'tisaac/dmp4est-fix-overlap'
This branch makes a lot of fixes that fix PetscFV and DMP4est for parallel. At the root of the issues were discrepencies related to the overlapping cells that are currently required for finite volume calculations.
* tisaac/dmp4est-fix-overlap: (23 commits) TS tutorial ex11: make p4est example parallel TS tutorial ex11: globalize maxspeed before cfl computation DMPlexTransferVecTree_Inject(): sum child to parent contributions DMP4est: do not cause error if overlap > 1 in serial run TS tutorial ex11: fix memory leaks DMPlexTSComputeRHSFunctionFVM: ADD_VALUES from locF to F instead of INSERT_VALUES DMPlexComputeResidual_Internal: global/local function mismatch DMPlexShiftLabels_Internal: not-a-ghost is indicated by -1, not 0 DMPlexComputeResidual_Internal(): do not add contributions of ghost cells DMPlexTree: do proper vector assembly DMPlexReconstructGradients_Internal(): clarify ternary operator terms DMPlexConstructGhostCells_Internal(): correct error message communicator DMPforestGetTransferSF_Point: only compute covers for owned quads TS tutorial ex11: only read gradients from local vectors DMPlex: fix point migration / hybrid point interaction DMPlex: fix PetscPartitionerPartition() to deal with overlap DMPlexComputeInterpolatorTree: fix loop variables from recent change DMP4est: search _both_ directions of tree for match DMP4est: update regression tests for parallel DMP4est: remove unused cell sf loop ...
show more ...
|
| #
3fa7752d
|
| 28-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlex: fix PetscPartitionerPartition() to deal with overlap
It returned an IS that gave indices that had sf leaves filtered out, but the result is used in DMPlexDistribute() as though the leaves ar
DMPlex: fix PetscPartitionerPartition() to deal with overlap
It returned an IS that gave indices that had sf leaves filtered out, but the result is used in DMPlexDistribute() as though the leaves are present.
show more ...
|
| #
38a8ac54
|
| 28-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
DMPlex: fix PetscPartitionerPartition() to deal with overlap
It returned an IS that gave indices that had sf leaves filtered out, but the result is used in DMPlexDistribute() as though the leaves ar
DMPlex: fix PetscPartitionerPartition() to deal with overlap
It returned an IS that gave indices that had sf leaves filtered out, but the result is used in DMPlexDistribute() as though the leaves are present.
show more ...
|
| #
17d45055
|
| 27-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
5e5b044d
|
| 27-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/dalcinl/plex-partitioner-default' into maint
|
| #
7cf71cfd
|
| 25-May-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Choose default partitioner from [chaco, parmetis, simple]
|
| #
bef83e63
|
| 23-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcprivate.c src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
|