| #
a3b2e22b
|
| 17-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MATDUMMY for saving matrix reuse data
|
| #
43531c47
|
| 15-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/pr630/alexfikl/alexfikl/fortran-missing/master'
|
| #
171f813e
|
| 15-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
Merge remote-tracking branch 'origin/knepley/feature-fe-dual-apply' into tisaac/feature-fe-dual-apply
* origin/knepley/feature-fe-dual-apply: (75 commits) Plex: Screwed up last fix Plex: Fix ove
Merge remote-tracking branch 'origin/knepley/feature-fe-dual-apply' into tisaac/feature-fe-dual-apply
* origin/knepley/feature-fe-dual-apply: (75 commits) Plex: Screwed up last fix Plex: Fix overeager protection of function PetscFE: Fixed declaration Travis-CI: Attempt to solve issues with gfortran Travis-CI: Use newer macOS image clarify damping and other issues related to SNESLINESEARCHBASIC change example in new harness to use simple partitioner so gets consistent output on all systems remove unused function from test file cleanup formatting in example, plus myrank not rank all requires need to go on the same line in test definition otherwise they are skipped missing - makes the manual page formatting wrong The developer manual clearly states that MPI_Comm_size() returns size it doesn't return numProcs or other nonsense. Pretty soon you'll start using mype instead of rank? fix typo and cut and paste error in docs bugfix for !HYPRE fix warning for ';;' may switch to scalable only when B->cmap->N > 100000 MatLRC: store in the context the parallel matrices rather than the sequential ones Bib: Add ref set default algorithm based on B->cmap->N for MatMatMult_MPIAIJ_MPIAIJ() Error in VecScatterView_MPI() had the meaning of from and to backwards ...
show more ...
|
| #
c5eaf5f0
|
| 14-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply
* knepley/feature-plex-tests-new: (73 commits) Plex: Fix overeager protection of function Travis-CI: Attempt to s
Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply
* knepley/feature-plex-tests-new: (73 commits) Plex: Fix overeager protection of function Travis-CI: Attempt to solve issues with gfortran Travis-CI: Use newer macOS image clarify damping and other issues related to SNESLINESEARCHBASIC change example in new harness to use simple partitioner so gets consistent output on all systems remove unused function from test file cleanup formatting in example, plus myrank not rank all requires need to go on the same line in test definition otherwise they are skipped missing - makes the manual page formatting wrong The developer manual clearly states that MPI_Comm_size() returns size it doesn't return numProcs or other nonsense. Pretty soon you'll start using mype instead of rank? fix typo and cut and paste error in docs bugfix for !HYPRE fix warning for ';;' may switch to scalable only when B->cmap->N > 100000 MatLRC: store in the context the parallel matrices rather than the sequential ones Bib: Add ref set default algorithm based on B->cmap->N for MatMatMult_MPIAIJ_MPIAIJ() Error in VecScatterView_MPI() had the meaning of from and to backwards fix build warning as reported by the nightly tests Update alquimia.py to use Glenn's branch that updates alquimia for pflotran xsdk ...
show more ...
|
| #
cffa9059
|
| 14-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-tests-new
* master: (94 commits) Plex: Fix overeager protection of function Travis-CI: Attempt to solve issues with gfortran Travis-CI: Use newe
Merge branch 'master' into knepley/feature-plex-tests-new
* master: (94 commits) Plex: Fix overeager protection of function Travis-CI: Attempt to solve issues with gfortran Travis-CI: Use newer macOS image clarify damping and other issues related to SNESLINESEARCHBASIC change example in new harness to use simple partitioner so gets consistent output on all systems remove unused function from test file cleanup formatting in example, plus myrank not rank missing - makes the manual page formatting wrong The developer manual clearly states that MPI_Comm_size() returns size it doesn't return numProcs or other nonsense. Pretty soon you'll start using mype instead of rank? fix typo and cut and paste error in docs bugfix for !HYPRE fix warning for ';;' may switch to scalable only when B->cmap->N > 100000 MatLRC: store in the context the parallel matrices rather than the sequential ones Bib: Add ref set default algorithm based on B->cmap->N for MatMatMult_MPIAIJ_MPIAIJ() Error in VecScatterView_MPI() had the meaning of from and to backwards fix build warning as reported by the nightly tests Update alquimia.py to use Glenn's branch that updates alquimia for pflotran xsdk fix divide by zero exposed by 8534686b5096cd4c91a8f3895408b386c0628431 - and produced by petsc4py testsuite ...
Conflicts: src/dm/impls/plex/examples/tests/ex13.c src/dm/impls/plex/plexgmsh.c src/snes/examples/tests/ex2.c src/snes/examples/tests/output/ex2_3.out src/snes/examples/tests/output/ex2_4.out src/snes/examples/tests/output/ex2_5.out
show more ...
|
| #
7962258a
|
| 10-Feb-2017 |
Scott Kruger <scott.e.kruger@gmail.com> |
Merge branch 'master' into scott/test-harness-forloopfix
|
| #
eb54a165
|
| 09-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/opt-matgetsubmatrices-mpibaij'
|
| #
77c41173
|
| 07-Feb-2017 |
Alex Fikl <alexfikl@gmail.com> |
Mat: add fortran wrapper for MatDiagonalScale to handle NULL arguments
|
| #
8761c3d6
|
| 31-Jan-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatCreateRedundantMatrix(), MatCreateMPIMatConcatenateSeqMat()
|
| #
b358f029
|
| 17-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-examples-cleanup
* master: (156 commits) Doc: Added headers for documentation sections Bib: Small corrections doc: update example makefiles with del
Merge branch 'master' into knepley/fix-plex-examples-cleanup
* master: (156 commits) Doc: Added headers for documentation sections Bib: Small corrections doc: update example makefiles with deleted sourcefile info doc: fix manual build errors doc: fix SOURCEH for some fortran includes that got moved doc: fix broken manualpages - bug introduced by 1b266c9 MatMissingDiagonal() is actually not a collective operation PetscFECreateDefault(): allow 0th order quadrature fix gmakegentest.py to ignore *.xx files that are not source code but are in the files increase table input size to (A->cmap->n + a->B->cmap->N) for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ() gtest: add TEST and RM clean output for Satish gtest: set PATH for windows DLL tests, and enable -Dpetsc_EXPORTS only during (dll) build - and not for examples gtest: use target-specific var to deduplicate FC rules for modules gtest: for 'allgtest' and 'allgtest-tap' - use V=0 instead of 'grep -v CC' etc.. gtest: quiet absoft compiler commands [so they can be filtered]. remove incorrect requires from more test files, remove output from -fp_trap example in test because it cannot be machine independent gtest: windows fixes. add filter to remove filename from compiler stdout. And fix filters to use petscdiff Removed generated requires in the wrong place from test examples. Fix test output for additional information printed about computed eigenvalues gtest: fix ex5f.F to use 'format' so that the output from ifort matches the one from gfortran ...
show more ...
|
| #
4b2e7f16
|
| 16-Jan-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
MatMissingDiagonal() is actually not a collective operation
Reported-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
|
| #
6ecf4022
|
| 30-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'balay/add-prefix-test'
|
| #
31aafd48
|
| 29-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix example to not use private matrix information, fix argument checking to print the correct argument number
Reported-by: Satish Balay <balay@mcs.anl.gov>
|
| #
9137bce6
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-funct'
|
| #
b90ca41c
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matreuse'
|
| #
cf37664f
|
| 23-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Add more error checks for use of MatReuse; change MatTranspose() to use MatReuse as used by other functions
Time: 2.5 hours Reported-by: Stefano Zampini <stefano.zampini@gmail.com>, Eric Chamberlan
Add more error checks for use of MatReuse; change MatTranspose() to use MatReuse as used by other functions
Time: 2.5 hours Reported-by: Stefano Zampini <stefano.zampini@gmail.com>, Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
show more ...
|
| #
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 ...
|
| #
ed9df3bb
|
| 16-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Clarified meaning of MatReuse flag in MatConvert manual page
Reported-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
|
| #
8f47d70b
|
| 15-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/allow-late-matsetblocksizes'
|
| #
a46e98f5
|
| 14-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'pefarrell/mat-galerkin'
|
| #
3be0408c
|
| 14-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
additional Fortran support needed by SLEPc examples
Time: .2 hours
|
| #
0b33b61e
|
| 13-Dec-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-pcbddc-saddlepoint'
Conflicts: src/mat/impls/aij/mpi/mpiaij.c src/mat/impls/is/matis.c
Modified ex23.c for the API change of the function CheckMat
|
| #
7cfe41e4
|
| 06-Dec-2016 |
Patrick Farrell <patrick.farrell@maths.ox.ac.uk> |
Look for zero rows, not zero diagonals, in MatGalerkin.
|
| #
0c615ee2
|
| 27-Nov-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
MatFindZeroDiagonals man page: add minor clarification
|
| #
2df6c5c3
|
| 26-Nov-2016 |
Patrick Farrell <patrick.farrell@maths.ox.ac.uk> |
Implement MatGalerkin, a specialised routine for Galerkin construction of coarse grid problems.
This simplifies some code in mg.c, and also extends Galerkin construction to certain cases of non-nest
Implement MatGalerkin, a specialised routine for Galerkin construction of coarse grid problems.
This simplifies some code in mg.c, and also extends Galerkin construction to certain cases of non-nested geometric multigrid where the interpolation matrix is not of full rank.
show more ...
|