| #
14a13c55
|
| 10-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: fix accidently changed code another fix for Plex for complex numbers fix for
Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply
* knepley/feature-plex-tests-new: fix accidently changed code another fix for Plex for complex numbers fix for example that did not handle complex numbers correctly mark example tests that do not work with complex, fix warning about use of possibly uninitialized values Fix MPI type to match PetscReal No Matt triangle is not by default installed on every machine in the world Matt forgot to require triangle in many tests fix incorrect requires, fix incorrect name for __float128 since hdf5 doesn't allow PETSc to be built with 16 or 128 bit floating point then say it fix requires removed unneeded change to test harness since already supports requires: double bunch of fixes in plex tests and code for single precision Many missing requires ctetgen Certain test examples require ctetgen but it is not listed in test rules
show more ...
|
| #
21016a8b
|
| 09-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
another fix for Plex for complex numbers
Reported-by: nightly tests
|
| #
fba955cc
|
| 06-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
bunch of fixes in plex tests and code for single precision
Reported-by: nightly tests
|
| #
3c67d5ad
|
| 03-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix -Wmaybe-uninitialized
|
| #
df032b82
|
| 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make functions static
|
| #
60218614
|
| 29-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Gmsh: Read higher order cells and ignore extra nodes
|
| #
706723ae
|
| 17-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-gmsh-parse'
* knepley/fix-plex-gmsh-parse: Plex+Gmsh: Allow files with no newline at the end
|
| #
1b82c3eb
|
| 17-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Gmsh: Allow files with no newline at the end
|
| #
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 ...
|
| #
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 ...
|
| #
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 ...
|
| #
4e344a9b
|
| 23-Aug-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'pr529/sanderarens/plex_gmsh_vertex_sets/master'
* pr529/sanderarens/plex_gmsh_vertex_sets/master: Plex ex1: Fixed Gmsh output for gmsh_5 Plex: add test for Gmsh reader for binary f
Merge branch 'pr529/sanderarens/plex_gmsh_vertex_sets/master'
* pr529/sanderarens/plex_gmsh_vertex_sets/master: Plex ex1: Fixed Gmsh output for gmsh_5 Plex: add test for Gmsh reader for binary files with physical names Plex: fix bug that occurs when reading a binary gmsh file with a PhysicalNames section Plex: add Vertex Sets to Gmsh reader
show more ...
|
| #
a8667449
|
| 21-Aug-2016 |
Sander Arens <sanderarens@gmail.com> |
Plex: fix bug that occurs when reading a binary gmsh file with a PhysicalNames section
|
| #
0c070f12
|
| 21-Aug-2016 |
Sander Arens <sanderarens@gmail.com> |
Plex: add Vertex Sets to Gmsh reader
|
| #
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
|
| #
c86c4108
|
| 30-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into mark/snes-ex56
* master: (93 commits) Web: Added a tutorial typo rename X -> U sowing: update to version that creates manpage URLs for 'enum' types/values Increa
Merge branch 'master' into mark/snes-ex56
* master: (93 commits) Web: Added a tutorial typo rename X -> U sowing: update to version that creates manpage URLs for 'enum' types/values Increase patchlevel to 3.7.3 move runex3_3 to NOTSINGLE [ partial backport 9ed0bd76d5c329eb91401ebabfbd851446214e20 ] DMPlex: local coordinate vector should be a sequential vector DM: Name coordinate vectors in subdomain and restrict hooks tests: disable a couple of TS examples from single precision tests reduce TS ex12_2 output fix PetscFormatRealArray() to cast PetscReal in print statement to double so works for __float128 precision Vec: enable Fortran interfaces for VecGetLocalVectorRead and VecRestoreLocalVectorRead Bib: Added refs PCShell: man page fixes update handling of latex in example code to use https fix typo in isltog comment test: Avoid conversion of object <-> function pointer type [-Wpedantic] fortran: enable interface for VecGetLocalVector(), VecRestoreLocalVector() update citation for cmz2016 PCBDDC: silent compilation warnings from nightlybuilds ...
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
show more ...
|
| #
1d64f2cc
|
| 25-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow Gmsh loads that are zero-based and embedded meshes - I know this is non-standard, but its an easy format to manipulate
|
| #
39b82c7d
|
| 25-Jul-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint'
|
| #
0d86d765
|
| 25-Jul-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-plex-coord-local (pull request #512)
DMPlex: Local coordinate vectors
|
| #
8b9ced59
|
| 20-Jul-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: local coordinate vector should be a sequential vector
|
| #
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 ...
|
| #
42f96ede
|
| 06-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'pr500/knepley/fix-plex-gmsh/master'
* pr500/knepley/fix-plex-gmsh/master: Plex: set block size on local coordinates when creating mesh from gmsh file Plex: invert read tetrahedra a
Merge branch 'pr500/knepley/fix-plex-gmsh/master'
* pr500/knepley/fix-plex-gmsh/master: Plex: set block size on local coordinates when creating mesh from gmsh file Plex: invert read tetrahedra and hexahedra from gmsh file
show more ...
|
| #
7635fff5
|
| 22-Jun-2016 |
sarens <sander.arens@ugent.be> |
Plex: set block size on local coordinates when creating mesh from gmsh file
|