| #
06759e06
|
| 06-Aug-2013 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: Added package initialization to DM, register classes
|
| #
04ceabe5
|
| 10-May-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMMesh: Removed all trace and salted the earth, Carthago delenda est!
|
| #
7e7d4f0d
|
| 10-Apr-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
8a1af44d
|
| 03-Apr-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'barry/rm-xxxregisterdynamic'
* barry/rm-xxxregisterdynamic: Registration: remove stale 'XXRegisterDynamic)' entries in man pages TS examples: fix use of PetscFunctionList and add t
Merge branch 'barry/rm-xxxregisterdynamic'
* barry/rm-xxxregisterdynamic: Registration: remove stale 'XXRegisterDynamic)' entries in man pages TS examples: fix use of PetscFunctionList and add to nightlies Changes: Note updates to XRegisterDynamic/PetscObjectComposeFunctionDynamic PetscObjectComposeFunctionDynamic: remove stale docs and usage developers.tex: remove complications from function composition with dlls removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction() changes: document PetscFunctionListAdd() API change developers.tex: update documentation of PetscObjectComposeFunction removed path and MPI_Comm arguments from PetscFunctionListFind/Add() removed path argument to XXXInitializePackage() and XXXRegister() removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers
show more ...
|
| #
97ea5657
|
| 01-Apr-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'tautges/dmmoab'
* 'tautges/dmmoab' DMMoab: Remove OBJSC from makefile TS ex30.cxx: write output file matching example number (ex30-final.h5m) DMMoab: alltest run TS ex30 DMMoab
Merge branch 'tautges/dmmoab'
* 'tautges/dmmoab' DMMoab: Remove OBJSC from makefile TS ex30.cxx: write output file matching example number (ex30-final.h5m) DMMoab: alltest run TS ex30 DMMoab: ops pointers initialized in DMCreate_Moab DMMoab: fix test example makefile DMMoab: close memory leaks by explicitly calling C++ destructors DMMoab: interface does not require that all of PETSc be built using C++ DMMoab: include <sstream> to use ostringstream DMMoab: do not mix CHKERRXX() with CHKERRQ() Fixing uninitialized memory, and adding output. Fixing compile error in dmmoab. Changes suggested by Jed and Barry. Changes suggested by Matt in pull request. Adding DMMoab and VecMoab, along with various examples and tests.
Conflicts: src/ts/examples/tutorials/makefile
show more ...
|
| #
e1d27e54
|
| 28-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex
PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were replaced by PetscObjectComposeFunction() and TSRegister(), both of which
Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex
PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were replaced by PetscObjectComposeFunction() and TSRegister(), both of which drop the string name argument.
* barry/rm-xxxregisterdynamic: (82 commits) ...
Conflicts: src/ts/interface/tsregall.c
show more ...
|
| #
bdf89e91
|
| 26-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()
|
| #
607a6623
|
| 26-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed path argument to XXXInitializePackage() and XXXRegister()
|
| #
1c84c290
|
| 25-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
1d72bce8
|
| 05-Mar-2013 |
Tim Tautges <tautges@mcs.anl.gov> |
Adding DMMoab and VecMoab, along with various examples and tests.
|
| #
c19eab39
|
| 06-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c
|
| #
296840b1
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp
Symbol visibility and namespacing.
C++ builds always set extern "C" and can be called from plain C. Most users w
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp
Symbol visibility and namespacing.
C++ builds always set extern "C" and can be called from plain C. Most users will only want --with-clanguage=C++ for std::complex.
Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347
show more ...
|
| #
8cc058d9
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
Change all PETSC_EXTERN_C to PETSC_EXTERN
Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426
|
| #
39d7646b
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
Change all PETSC_EXTERN_C to PETSC_EXTERN
Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798
|
| #
9f7953f8
|
| 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
finished all EXTERN_C_BEGIN/END fixes up through Mat including all fortran interface files
Hg-commit: a763120ba50023930be975663a3f80c58e415743
|
| #
31d8eec5
|
| 01-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41
|
| #
8865f1ea
|
| 01-Feb-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.
Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
519f805a
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.
Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
|
| #
552f7358
|
| 02-Jan-2013 |
Jed Brown <jed@59A2.org> |
Rename DMComplex -> DMPlex
Hg-commit: f768b4255f3d1c199623a7a4aeb9be630bec7076
|
| #
f5ffc2d7
|
| 11-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b75fbbe8f7256efa18758147a126dd6ea59a7d44
|
| #
e1118f2c
|
| 11-Oct-2012 |
Matthew G Knepley <knepley@gmail.com> |
DM: Removed DMIGA It has moved to https://bitbucket.org/dalcinl/petiga
Hg-commit: 6fdd875487841b35063e8f04cbd3c0ad352c0727
|
| #
3a19ef87
|
| 09-Sep-2012 |
Matthew G Knepley <knepley@gmail.com> |
DMPatch: New DM to handle systems too large for memory
Hg-commit: 08ab05e0c3f60648f8c1cf61ea14279c974fcbc3
|
| #
0f55b88d
|
| 03-Jul-2012 |
Satish Balay <balay@mcs.anl.gov> |
backout all chmod stuff in bf971ba58125 [but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]
Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
|