| 68f0caa6 | 19-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 01d7c5c3 | 19-Aug-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
PetscViewerVTK: Move DM reference increment into the VTK viewer and out of the DM implementation, as suggested by Jed Brown |
| d6a8cea5 | 16-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Some Fortran stubs that returned strings could produce garbage
Some Fortran stubs that returned strings did not properly use FIXRETURNCHAR() to blank out the end of the Fortran string. Thus the Fort
Some Fortran stubs that returned strings could produce garbage
Some Fortran stubs that returned strings did not properly use FIXRETURNCHAR() to blank out the end of the Fortran string. Thus the Fortran string would contain "garbage".
Time: .2 hours Reported-by: Mark Filipiak <m.filipiak@epcc.ed.ac.uk>
show more ...
|
| 516da910 | 19-Jul-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 08f41a9d | 19-Jul-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
test: Avoid conversion of object <-> function pointer type [-Wpedantic] |
| 34167854 | 12-Jul-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 6ccf5d57 | 15-Jun-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Fix warnings from gfortran 6.1 (OS X, Homebrew build)
gfortran 6.1 seems to include -Wconversion in -Wall. When configuring with 64bit indices, the compiler emit warnings about conversions from INTE
Fix warnings from gfortran 6.1 (OS X, Homebrew build)
gfortran 6.1 seems to include -Wconversion in -Wall. When configuring with 64bit indices, the compiler emit warnings about conversions from INTEGER(8) to REAL(4). Use REAL() intrinsic to silence the warnings.
show more ...
|
| fd7f7f7b | 29-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| e870d166 | 25-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/housekeeping-2' |
| a05e1a72 | 23-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
sys: int64_t shoud use PRId64 - and not '%ld'. Also add PetscInt64_FMT and PetscInt_FMT to better manage this |
| 95dccaca | 18-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
replace uses of PetscMalloc() with PetscNew() or PetscMalloc1() where appropriate |
| cf79e978 | 18-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Add test for -draw_ports options, remove unneeded multiple mallocs()
Reported-by: nightly tests gcov |
| 686ba576 | 17-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
matlab: add nightlybuild with gcov
- convert test to use MPI - this way externalpacakge [MATLAB, MATLAB_ENGINE] tests are also run - enable tests for MATLAB and MATLAB_ENGINE - enable --with-matlabe
matlab: add nightlybuild with gcov
- convert test to use MPI - this way externalpacakge [MATLAB, MATLAB_ENGINE] tests are also run - enable tests for MATLAB and MATLAB_ENGINE - enable --with-matlabengine-lib option - fix regression.py to use packages.PACKAGE - so that 'MATLAB_ENGINE' is used in TEST_RUNS - not 'MATLABENGINE' - Fix MEX calls to use - GCC - as version check is done in this compiler - LDFLAGS - as -lgcov is listed here.
show more ...
|
| 7f77276a | 15-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/fix-PetscInt-scanf/maint' |
| 11fb0760 | 14-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
sys: print scanf/PetscInt with --with-clanguage=C++ --with-64-bit-indices=1 --with-scalar-type=complex --with-mpi=0
Reported-by: Lisandro Dalcin <dalcinl@gmail.com> Reported-by: bitbucket-pipelines |
| fe38c09d | 14-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/ts-ex11-amr'
We now have an example (ts/examples/tutorials/ex11.c) where we can use either DMPlex or DMP4est to handle adaptivity when time stepping. We have tried to minimize t
Merge branch 'tisaac/ts-ex11-amr'
We now have an example (ts/examples/tutorials/ex11.c) where we can use either DMPlex or DMP4est to handle adaptivity when time stepping. We have tried to minimize the amount of code that is specialized to the different DMs, and in the future more work can be done to improve this interface.
* tisaac/ts-ex11-amr: (62 commits) DMP4est: type fix Plex: Fixes for analyzer DMP4est: update snes ex12 regressions DMPlex: fix parent/child interpolation with numFields > 0 DMP4est: also compute anyChange for uniformly refined/coarsened meshes TS ex11: fix command line for AMR without computed gradients TS ex11: remove gradient reconstruction from adaptivity requirements DMPlexTree: some compilers want this var initialized Plex: Changed Get/RestoreFaceFields() and Get/RestoreFaceGeometry() to return the number of active faces - This fixes a long-standing bad access in FV, although the values were never actually used. DMPlexTS: removed unused variables DMPlex/DMP4est: small fixes for next warnings and errors SNES ex36 and ex52: These do not work anymore DMPforestGetTransferSF_Point(): try to match parents PetscViewerHDF5: destroy old file data if setting new filename DMPlex + FV: remove leaky references in projection functions Plex: Fixed incredibly stupid bug in Jacobian computation PetscViewer HDF5: added get name method DMPlexTree: do not skip out of child matrix loops early PetscFV: correct field offsets when limiting gradients DMP4estTree: ignore negative values when getting/setting vector values for transfer ...
show more ...
|
| 803da64b | 11-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 575a0592 | 11-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixed a variety of issues related to iOS builds
Some developers did not properly use relative paths for private include files file that is not normally compiled had errors due to outdated API in it
Fixed a variety of issues related to iOS builds
Some developers did not properly use relative paths for private include files file that is not normally compiled had errors due to outdated API in it (why is it compiled with iOS?) some iOS build scripts had outdated paths for various items iSO version of makeall implicitly assumed PETSC_DIR had been set (OSX version previously fixed by Satish Balay)
Reported-by: Francisco Schuetze <fjschuetze@gmail.com>
show more ...
|
| f683cc58 | 02-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
PetscViewerHDF5: destroy old file data if setting new filename
I'm just mimicking the _Binary implementation, but I think I all I have to do is H5Fclose the file_id |
| d1232d7f | 01-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
PetscViewer HDF5: added get name method |
| 7e1a0b75 | 28-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/housekeeping-1' |
| 6a55a3f0 | 26-May-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 550fbe3f | 26-May-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw: Add tests for options -draw_{double_buffer|virtual|fast} |
| acc68b10 | 25-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Missing Fortran stub for PetscRandomGetType()
Reported-by: Cedric H. David <Cedric.David@jpl.nasa.gov> |
| 0780a867 | 25-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscViewerBinaryRead() only set the count value if MPI IO was used
Set the count value even without MPI IO. Note in the manual page the behavior of count. Issue #131
Reported-by: Eike Moritz Wülfe
PetscViewerBinaryRead() only set the count value if MPI IO was used
Set the count value even without MPI IO. Note in the manual page the behavior of count. Issue #131
Reported-by: Eike Moritz Wülfers
show more ...
|