| #
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 ...
|
| #
c19c099d
|
| 16-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
459726d8
|
| 16-Dec-2016 |
Satish Balay <balay@mcs.anl.gov> |
analyzer fixes
|
| #
fd177549
|
| 05-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fortran-update'
|
| #
1b266c99
|
| 20-Nov-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated and simplified Fortran interface
Reduced from 4 distinct approaches to using PETSc from Fortran to 1 No more .h90 files (Fortran 90 functionality is now always available) Parameters and func
Updated and simplified Fortran interface
Reduced from 4 distinct approaches to using PETSc from Fortran to 1 No more .h90 files (Fortran 90 functionality is now always available) Parameters and function prototypes are now provide through Fortran modules, not includes; only #define are provided in the petscXXXdef.h files PETSc objects can be declared as either type(tXXX) or XXX. For example type(tVec) or Vec Moved now private Fortran include files out of public include directory since uses don't use them; they are only used to generate the Fortran modules Easier to support and test; we can now easily add more function prototypes Also had to rework generation of manual pages to consistently use MANSEC and SUBMANSEC since these variables also handle how the Fortran modules are generated.
Time: 57 hours
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
|
| #
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 ...
|
| #
f75d57e8
|
| 26-Oct-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/damalbel/dmnetwork_nest_indexing'
|
| #
447d78af
|
| 25-Oct-2016 |
Satish Balay <balay@mcs.anl.gov> |
fix: bad merge a69d34a
|
| #
a69d34a8
|
| 25-Oct-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
a497884d
|
| 25-Oct-2016 |
Satish Balay <balay@mcs.anl.gov> |
build: fix warnings
|
| #
4b70a8de
|
| 19-Oct-2016 |
Adrian Maldonado <dmaldona@hawk.iit.edu> |
fixed petscmalloc issue
|
| #
13c2a604
|
| 18-Oct-2016 |
Adrian Maldonado <dmaldona@hawk.iit.edu> |
fixed memory leak
|
| #
eab1376d
|
| 18-Oct-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm space
|
| #
f64a6733
|
| 17-Oct-2016 |
Adrian Maldonado <dmaldona@hawk.iit.edu> |
Merge branch 'damalbel/dmnetwork_nest_indexing' of bitbucket.org:petsc/petsc into damalbel/dmnetwork_nest_indexing
|
| #
406883a6
|
| 17-Oct-2016 |
Adrian Maldonado <dmaldona@hawk.iit.edu> |
Fixed issues with complex and optimized build
- substituted PetscRandomGetValue calls with PetscRandomGetValueReal
- fixed bug in DMDestroy_Network
|
| #
e923053f
|
| 15-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint
I have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint
I have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepoint that prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.
This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into master
Conflicts: src/docs/website/documentation/changes/dev.html
show more ...
|
| #
0731d606
|
| 05-Oct-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm white space; suggest puting your stuff in MatCreateMatrix_Network() into a subroutine DMCreateMatrix_Network_Nest();
|
| #
24121865
|
| 29-Aug-2016 |
Adrian Maldonado <dmaldona@hawk.iit.edu> |
DMNetwork: add indexing for vertices and edges, add suport for MATNEST
This is a re-work of pull request 557.
- d.o.f sections for vertices and edges are created with the routime DMNetworkAssembl
DMNetwork: add indexing for vertices and edges, add suport for MATNEST
This is a re-work of pull request 557.
- d.o.f sections for vertices and edges are created with the routime DMNetworkAssembleGraphStructures.
- DMNetwork can create a nested matrix using these structures. The user can access the submatrices with routines DMNetworkGetEdgeOffset, DMNetworkGetVertexOffset.
- Additional tests have been included.
show more ...
|
| #
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
|
| #
011b787b
|
| 05-Aug-2016 |
Mark Adams <mfadams@lbl.gov> |
fixed merge with master
|
| #
eeb1ceba
|
| 02-Aug-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/dmnetwork-spJacobian3'
|
| #
e102a522
|
| 28-Jul-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for complex build
|
| #
bdcb62a2
|
| 01-Apr-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimization: replace many Malloc() of rows by a single Malloc1(localSize,&rows);
|