| #
2716604b
|
| 18-Nov-2015 |
Toby Isaac <tisaac@uchicago.edu> |
DM: add DMComputeL2Diff()
Lifted from DMPlex
DM: typo fix
|
| #
4d6f44ff
|
| 16-Nov-2015 |
Toby Isaac <tisaac@uchicago.edu> |
DM: move DMProjectFuncton() up from DMPlex
|
| #
a6ba4734
|
| 16-Nov-2015 |
Toby Isaac <tisaac@uchicago.edu> |
DM: DMBoundary is now in DM, not in DMPlex
All DMBoundary routines depend only on DMLabel, not on the DAG, so there's nothing to prevent it being used in other DMs.
|
| #
acdc6f61
|
| 09-Nov-2015 |
Toby Isaac <tisaac@uchicago.edu> |
Plex: fix order of setting Coarse DM's when refining
When we move coarse DMs out of the plex structure, we have to modify DMPlexReplace_Static() and DMPlexSwap_Static() to move the hierarchy when th
Plex: fix order of setting Coarse DM's when refining
When we move coarse DMs out of the plex structure, we have to modify DMPlexReplace_Static() and DMPlexSwap_Static() to move the hierarchy when the plexes that are switching places.
show more ...
|
| #
64141f95
|
| 01-Dec-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow the user to override the regular refinement flag
|
| #
1f70c77e
|
| 10-Nov-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-add-time
* master: (57 commits) add fortran stub for TSMonitorLGSetTransform() and fix TSMonitorLG for multiple fields but no names provided for fie
Merge branch 'master' into knepley/feature-plex-add-time
* master: (57 commits) add fortran stub for TSMonitorLGSetTransform() and fix TSMonitorLG for multiple fields but no names provided for fields add -binary_write_double so __float128 precision can save as double to binary files TSClone() did not clone Fortran function pointers hence some TS methods would fail if functions provided in Fortan petsc4py: update to snapshot with 'barry/petscoptions-object' changes fix bad merge that introduced 2 copies of the MPI_Comm_free() update example to use MAT_INPLACE_MATRIX, not REUSE incorrect addition of float to PetscInt update for new PetscOptions API Function now takes PetscOptions as first argument, this was missed during the first round of updates bugfix for MatSetOption_Elemental() fix test example no change output that was missing a line fixes for new PetscOptions.. API that are needed based on problems with nightly build mark variable as unused so compiler doesn't warn about unused value configure: use 'git cat-file -e' to check for existance of a commit in localrepo. ['git rev-parse' does not give error for a hash thats not in repo] petsc4py: revert to manually syncing petsc4py with petsc master changes configure: revert gitcommit default value to Null. If a pacakge using giturl does not change this value - raise an error fix: revert change in a44bcdf that breaks with pgf90 update test output for fixed to hypre interface that now actually pass the interp vectors to BoomerAMG fixes for merge from Jed's branch that should have been merged into master months ago! Add to changes dev.html file the change to the PetscOptions routines ...
show more ...
|
| #
3b78c357
|
| 09-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
b21bbd0f
|
| 09-Nov-2015 |
Fande Kong <fdkong.jd@gmail.com> |
Merge remote-tracking branch 'petsc/master' into moved-partitioning-to-pcgasmsetup
|
| #
a8fb8f29
|
| 09-Nov-2015 |
Toby Isaac <tisaac@uchicago.edu> |
DM: move Get/SetCoarseDM from DMPlex into DM
|
| #
2a61db43
|
| 08-Nov-2015 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/dm-label-promote' into tisaac/dmforest
* tisaac/dm-label-promote: (319 commits) snes tutorial ex69: give mesh a name for regression purposes DM: make DMLabel labels a part o
Merge branch 'tisaac/dm-label-promote' into tisaac/dmforest
* tisaac/dm-label-promote: (319 commits) snes tutorial ex69: give mesh a name for regression purposes DM: make DMLabel labels a part of all DMs builder: update regression tests builder: update some missing package requirements DM: set coordinate vector name ts tutorials ex11_sa: make it compile mark variable as unused so compiler doesn't warn about unused value configure: use 'git cat-file -e' to check for existance of a commit in localrepo. ['git rev-parse' does not give error for a hash thats not in repo] petsc4py: revert to manually syncing petsc4py with petsc master changes configure: revert gitcommit default value to Null. If a pacakge using giturl does not change this value - raise an error fix: revert change in a44bcdf that breaks with pgf90 update test output for fixed to hypre interface that now actually pass the interp vectors to BoomerAMG Error message should say use negative threshold value to prevent filtering out zeros Calls to HYPRE_BoomerAMGSetInterpVectors() did not actually copy the vector data pointer from the PETSc vector to the hypre vector thus resulting in the hypre interp vectors being identically zero and hence not affecting the quality of the AMG hierarchy produced/ DMPlex: Silence overzealous compiler warnings add row/col orientation to MatConvert_Elemental_Dense fix formatting error in previous commit [broke nightlybuilds] fix formating of TSTHETA manual page and add missing command line option run hwloc with MPIEXEC and binding so it runs on the correct machine fix: memory leaks [in valgrind test] ...
show more ...
|
| #
13cf9f3a
|
| 08-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/petscoptions-object'
|
| #
c58f1c22
|
| 06-Nov-2015 |
Toby Isaac <tisaac@uchicago.edu> |
DM: make DMLabel labels a part of all DMs
Most DMLabel routines do not depend on the internals of DMPlex, and I want to reuse them in other DM types
DM: puth depthLabel in DM
I know that this is s
DM: make DMLabel labels a part of all DMs
Most DMLabel routines do not depend on the internals of DMPlex, and I want to reuse them in other DM types
DM: puth depthLabel in DM
I know that this is something that's only used by plex, but I'm not sure how else to do this.
DM: move MarkBoundaryFaces back to plex
DM: add reference counting to label linked list for cloning purposes
show more ...
|
| #
de90943d
|
| 07-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/petscoptions-object' into stefano_zampini/feature-pardiso-schur
|
| #
9bc1b9be
|
| 03-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry-allow-vecset-nan-3.6
|
| #
c7878088
|
| 03-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-pardiso-schur' of https://bitbucket.org/petsc/petsc into stefano_zampini/feature-pardiso-schur
|
| #
c5929fdf
|
| 31-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Complete update to new PetscOptions interface
|
| #
4416b707
|
| 30-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Begin renaming the PetscOptions objects for the future where PetscOptions will not be a singleton
|
| #
c384bc4d
|
| 27-Oct-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-examples-plex
* master: (112 commits) correct expression for implict ODE/DAE in table 11 of users manual remove warning about deprecated MPI call in exampl
Merge branch 'master' into knepley/fix-examples-plex
* master: (112 commits) correct expression for implict ODE/DAE in table 11 of users manual remove warning about deprecated MPI call in examples rm variables declared in middle of subroutine tolerance for equality in PETSc test should depend on machine epsilon tolerance for acccuracy in test example should depend on machine epsilon increase convergence tolerance to get same result in single precision as double for convergence history update no change output for gasm test which had not been properly updated remove C++ // comment example mistakenly used MPI_COMM_WORLD as if it was rank in print statement thus producing output only with MPI Uni grep out name of DM object since on some systems the address printed has extra zeros thus producing a false difference in output increase tolerance for test example build: revert el6-4 build to cg - as el6 compilers give link errors fix error type insure similar convergence history for single, double, quad fix ex104.c based on Barry's suggestion increase example convergence tolerance to get matching convergence history in single and double precision increase convergence tolerance so that test example has similar convergence history in single and double precisions changed from cg to gmres for eigenestimator since in single precision cg produced a possible indefinite matrix report change test example tolerance to depend on machine epsilon so as to give correct results in various precisions loosen convergence tolerance to have similar convergence history with single, double, quad precisions ...
show more ...
|
| #
bbd98b0d
|
| 26-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into shri/add-tsevent-to-powergrid-examples
|
| #
a6bd58b0
|
| 26-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into stefano_zampini/feature-pardiso-schur
Branch got out of sync with master
|
| #
8fabff3b
|
| 24-Oct-2015 |
Fande Kong <fdkong.jd@gmail.com> |
We always start with petsc/master. Trying to fix a bug (submatrix reuse) reported by Dmitry. Merge remote-tracking branch 'petsc/master' into fix-pcgasm-reuse
|
| #
1ceb14c0
|
| 23-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into pr263/PierreBdR/ts-domain-error-in-stage/master
|
| #
1c169164
|
| 23-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/improve-git-download
|
| #
15c3906c
|
| 20-Oct-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-point-location'
* knepley/fix-plex-point-location: Plex: Some grid hash generalization for hex cells Plex: Grid hash must not hash hybrid cells Plex: Put in a fl
Merge branch 'knepley/fix-plex-point-location'
* knepley/fix-plex-point-location: Plex: Some grid hash generalization for hex cells Plex: Grid hash must not hash hybrid cells Plex: Put in a flag for grid hash point location - Responds to -dm_plex_hash_location
show more ...
|
| #
c5e0a376
|
| 15-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/always-mark-floats
Needed to merge in master to resolve conflicts that will appear when this branch is merged with master
|