| 77902bb5 | 30-May-2015 |
Patrick Farrell <patrick.farrell@maths.ox.ac.uk> |
Clean up a few compiler warnings |
| cc2f8f65 | 30-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Can now load HDF5 using DMPlexCreateFromFile() |
| 72b80496 | 30-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make return values optional |
| 6f505086 | 30-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex3: Allow convergence tests using coarsening |
| 4ef9d792 | 30-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added DMPlexComputeInterpolator_General() |
| 7773e69f | 30-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added DMPlexGet/RestoreClosureIndices() |
| b5199a54 | 30-May-2015 |
Patrick Farrell <patrick.farrell@maths.ox.ac.uk> |
Update the calls to DMViewFromOptions |
| 681f061f | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-patrick-control-problem' into knepley/feature-snes-deflation
* knepley/feature-patrick-control-problem: TAO ex2: Add optimal control problem from Patrick TAO ex1: F
Merge branch 'knepley/feature-patrick-control-problem' into knepley/feature-snes-deflation
* knepley/feature-patrick-control-problem: TAO ex2: Add optimal control problem from Patrick TAO ex1: Fix docs Plex: Fix bug with bcComps initialization
show more ...
|
| f99d2097 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-snes-deflation
* master: (32 commits) MatGetSubmatrix() could hang when some processes thought the entire matrix as being selected and others did not.
Merge branch 'master' into knepley/feature-snes-deflation
* master: (32 commits) MatGetSubmatrix() could hang when some processes thought the entire matrix as being selected and others did not. PetscOptionsStringToScalar() and hence PetscOptionsScalarArray() did not work correctly for complex numbers with negative imaginary part Have SNESCOMPOSITE honour -snes_max_fail for the number of inner solver failures it will tolerate. fiat: add fallback url added Stefano and Lisandro to PETSc authors list updated PETSc version number to 3.6 and year of publication to 2015 in the users manuals deeper cleanup of matrix when the type is reset need to call KSPSetFromOptions() after KSPSetOperators() so that command line null space is attached to correct matrix updated example output for null space not attached to KSP Doc: Acknowledge Patrick bugs in example that should never have gotten into next bug in code calling VecGetArray() on read only vector doc: seperate -> separate configure: help - prevent from printing duplcate sections - all PACAKGENAMEs should be CAPS remove C99 code from example update output from example updated list of PETSc enum objects that bfort will treat as native for generating Fortran stubs -help would print the various -xxx_type values on multiple lines making a | grep -ksp_type (for example) not list all the possible options fix memory leak as reported by the nightly tests print help message for PetscOptionsGetViewer() the message is rather long removed dead code about PETSc web server removed unneeded custom XXXViewFromOptions() functions and updated to use PetscObject as second argument calling sequence changed second argument of PetscObjectViewFromOptions() to PetscObject and all routines that use this routine bugfix as reported by PETSc blame digest (next) 2015-05-25 ...
show more ...
|
| 8e7ff633 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: ASCII view now shows coarse meshes |
| b653a561 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added DMCoarsenHierarchy_Plex() - Responds to -dm_coarsen_hierarchy - Can also coarsen multiple times now |
| 46d050e0 | 29-May-2015 |
Patrick Farrell <patrick.farrell@maths.ox.ac.uk> |
Plex: Update the version of pragmatic used for coarsening. |
| 471f9bb5 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex14: Allow loading a file |
| f1bf348c | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Remove debugging prints |
| 9f3102b2 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Calculate metric for Pragmatic coarsening |
| b7d41a41 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex14: Added coarsening test |
| d2d4c474 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Correct allocation and numbering for Pragmatic calls |
| 3cf6fe12 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add in coarsening using -dm_coarsen |
| 919ab0a2 | 29-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add trial Pragmatic interface |
| 04a97295 | 29-May-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'tisaac/plex-fix-ex3-num-comp'
* tisaac/plex-fix-ex3-num-comp: Plex ex3: number of components must be explicitly specified now |
| 063189f9 | 28-May-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex ex3: remove bad DMDestroy() from TestFVGrad(). |
| 5bc680fa | 28-May-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex + FV: Handle gradient reconstruction without ghost cells |
| 8aec7d55 | 27-May-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
removed unneeded custom XXXViewFromOptions() functions and updated to use PetscObject as second argument calling sequence |
| 685405a1 | 26-May-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
changed second argument of PetscObjectViewFromOptions() to PetscObject and all routines that use this routine |
| 513c0dd4 | 26-May-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Plex: try to construct gradient in ex3
This is segfaulting right now, something about dm->dmsnes being set |