| 8bb1bea2 | 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
VecView_MPI is shared between petscdm and petscvec
Hg-commit: 0a74c6af64f2ef83cc513fcc422a5e6653e77115 |
| d8fa6a54 | 06-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for merge of Barry and Jed's changes to PETSc extern C handling
Hg-commit: 36ac3e008f146344ab882eb9f3c0cbdce1670e12 |
| 2761ed1d | 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
merge, terrible manual process with many conflicts with Jed's PETSC_INTERNAL
Hg-commit: 84df07d03c6e55bd0f27bd5ee8c1738562bd529d |
| 6ac5842e | 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
completed update of PETSC_EXTERN_C usage to replace EXTERN_C_BEGIN/END
Hg-commit: 84182841dc78e38819f60460c0b7afa4c601fbd6 |
| 5a576424 | 05-Mar-2013 |
Jed Brown <jed@59A2.org> |
visibility: use PETSC_INTERN when possible
Hg-commit: 3b4bfb5c23843293f1f08790b48437080a32eb42 |
| f7a08781 | 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
began removing unneeded EXTERN_C_BEGIN/END and converting needed ones to PETSC_EXTERN_C
Hg-commit: e0c157606a3283d5a4ba8902a0da5cad0e2aa531 |
| 00de8ff0 | 04-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc PetscObjectComposeFunctionDynamic() is still availabl
changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc PetscObjectComposeFunctionDynamic() is still available for use if needed also fixed calls to PetscObjectComposeFunction() to not wrap lines (per PETSc coding style)
Hg-commit: 822f9ddaac95a8ff6c2a9ad77fbf07d02d2c20d9
show more ...
|
| b5075682 | 03-Mar-2013 |
Jed Brown <jed@59A2.org> |
vec_view: fix link to VecView man page
Hg-commit: 7759262bf30727dae88dd9def60286ef43dfd649 |
| 0e5483c8 | 02-Mar-2013 |
Satish Balay <balay@mcs.anl.gov> |
#155025 fix !(PETSC_HAVE_FORTRAN_UNDERSCORE) name maps
Hg-commit: 18a6e48b41363e32b5cace8fc267fc71f13b4cb7 |
| 4613cb51 | 24-Feb-2013 |
Matthew G Knepley <knepley@gmail.com> |
PetscSection: The BC section inside should not be collective
Hg-commit: 23c8b74d23ba30daf254502543101cebd7484015 |
| ffe21539 | 22-Feb-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
update examples: add missing header files
Hg-commit: da02f7f314a24fc8a0fbf386d6820b6e56243e12 |
| c01091c8 | 19-Feb-2013 |
Jed Brown <jed@59A2.org> |
Check PETSC_HAVE_MPI_TYPE_DUP before registering PETSCSFWINDOW
Registration condition must match src/vec/is/sf/impls/window/makefile
Hg-commit: c96e25612c3122639513c7b297b09ca88194176c |
| 1d799100 | 17-Feb-2013 |
Jed Brown <jed@59A2.org> |
Convert PetscSection to be a PetscObject
Reference counting is now consistent with other PetscObjects.
Hg-commit: 3a41f882cfc717ec37b4c7f6b31f43b10211af66 |
| 665c2ded | 16-Feb-2013 |
Jed Brown <jed@59A2.org> |
Remove petscviewer.h from petscsys.h
Much of sys is independent of viewer. Viewer is used in so many other places that it is now included by petscvec.h.
Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6
Remove petscviewer.h from petscsys.h
Much of sys is independent of viewer. Viewer is used in so many other places that it is now included by petscvec.h.
Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730
show more ...
|
| e9d85b87 | 16-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
nothing in petsc-private should refer to things in petsc source code
Hg-commit: dca1d0bd053884271e990ccd30b999af3a71bdd8 |
| 82c86c8f | 16-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
petscctable.h and petscmatlab.h shold not be included in petscsys.h
Hg-commit: 84ac1a0e8bb6899bb6d64a2004d4e3e7923b00da |
| d70abbfa | 16-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved hdf5 viewer prototypes to petscviewerhdf5.h
Hg-commit: 32e58a3b6cb82a35eeb5ad475bfc470fee3e4d45 |
| 9804daf3 | 15-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.h
Hg-commit: 01be7b4c0ac1e993b540535c319de45af820a255 |
| ccc3ef6e | 15-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
test example uses PetscObjectStateIncrease() and hence needs access to petscimpl.h
Hg-commit: 5f28a917c13bf7d6cfe6b3c3c40aa9d182c1cfa7 |
| 1447629f | 15-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved ao over to vec/is location fixed couple mistakes in examples made by privitizing petscimpl.h
Hg-commit: 01295422394106db7c66f43df1606e60d84f7325 |
| e8597998 | 15-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
split package registration of AO off of DM
Hg-commit: 7e0badf058287bcb7d0dbdd7d9067811c758943a |
| 95fce210 | 15-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved sf to new vec/is location
Hg-commit: f0665fe4e2bc9d7b33e6af35313fffe9d7c753a8 |
| 727c9ee5 | 15-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved non-is utils from is/is to is
Hg-commit: 4569b845ae6bd279ca8e242a9e5350cb08d3c5a0 |
| d9e81513 | 15-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved is directory in one level to make room for all the source in the is subpackage
Hg-commit: 7eb286fb676eef26fdc2da2c38b91bc070f9f9f8 |
| 82f516cc | 14-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
converted in a bunch more PetscObjectComm() that I missed before
Hg-commit: a2a4fef7cd143b546baa5d5374a47a4ad76dd2d6 |