History log of /petsc/src/sys/objects/inherit.c (Results 326 – 350 of 520)
Revision Date Author Comments
# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# 76386721 20-May-2013 Lisandro Dalcin <dalcinl@gmail.com>

ABI compatibility for debug and optimized builds


# 7ea2a775 14-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'dalcinl/opthandlers-destroy'

* dalcinl/opthandlers-destroy:
Fix PetscObjectDestroyOptionsHandlers() to support missing destroy function


# a6c1d209 14-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'dalcinl/opthandlers-destroy' into maint

* dalcinl/opthandlers-destroy:
Fix PetscObjectDestroyOptionsHandlers() to support missing destroy function


# 6d87326d 14-May-2013 Lisandro Dalcin <dalcinl@gmail.com>

Fix PetscObjectDestroyOptionsHandlers() to support missing destroy function


# 7c97aab1 13-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/dll-options'

* jed/dll-options:
DLL: translate hyphens to dashes in basename for initializer
PetscPClose: include errno on failure
PetscHeaderDestroy: call PetscObjectDestroy

Merge branch 'jed/dll-options'

* jed/dll-options:
DLL: translate hyphens to dashes in basename for initializer
PetscPClose: include errno on failure
PetscHeaderDestroy: call PetscObjectDestroyOptionsHandlers

show more ...


# 5878ec2d 05-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

PetscHeaderDestroy: call PetscObjectDestroyOptionsHandlers

Otherwise the options handler destroy method never gets called.


# 6a4bb4b0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#1109

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#110990 fix timestamp order for .so vs .a during 'make install'
Update FFTW download
Increase patchlevel to 3.2-p7
...

show more ...


# 7e7d4f0d 10-Apr-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# ca1f44cd 03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/functionlist-nocast'

* jed/functionlist-nocast:
docs: simplify explanation of function lists/composition
PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast
P

Merge branch 'jed/functionlist-nocast'

* jed/functionlist-nocast:
docs: simplify explanation of function lists/composition
PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast
PetscFunctionListAdd: use macro to hide (PetscVoidFunction) cast
PetscFunctionListFind: use macro to hide (PetscVoidFunction*) cast

show more ...


# 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 ...


# 0005d66c 01-Apr-2013 Jed Brown <jed@59A2.org>

PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast

Rationale is the same as the parent. This makes all of
PetscFunctionListAdd(), PetscFunctionListFind(),
PetscObjectComposeFunction

PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast

Rationale is the same as the parent. This makes all of
PetscFunctionListAdd(), PetscFunctionListFind(),
PetscObjectComposeFunction(), and PetscObjectQueryFunction() consistent
regarding function pointer return types.

show more ...


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# 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 ...


# 0b062f91 28-Mar-2013 Jed Brown <jed@59A2.org>

PetscObjectComposeFunctionDynamic: remove stale docs and usage


# bdf89e91 26-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()


# d4349b43 26-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed path and MPI_Comm arguments from PetscFunctionListFind/Add()


# 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


# 99c3dd19 20-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/ams' into master

* commit 'eb4227cfdd169cc03749ba3ef12d3932f2f322bf': (24 commits)
forgotten files
basic snooping on PetscStack is now working
split AMSJavascript.py into A

Merge branch 'barry/ams' into master

* commit 'eb4227cfdd169cc03749ba3ef12d3932f2f322bf': (24 commits)
forgotten files
basic snooping on PetscStack is now working
split AMSJavascript.py into AMS.py for AMS javascript and AMSSnoopObjects.py for example showing published objects
fix bug in previous commit
added error returns for JSON-RPC AMS calls
don't let web accessor change length of array setting to publisher
Pass arrays of values back from webserver to AMS publisher
fix for last commit, missing errorcode and wrong variable name
KSPLogResidualHistory and SNESLogConvergenceHistory need to lock for AMS and have error checking when called
shutdown webserver if you started it on PetscFinalize(), what about when crash, should still shut it down
Added support for starting server automatically by application code messed around finding a bug in AMS
got value back from webclient to application
goddman script Jed sent me doesn;t work, it loses changes
split webserver into standalone problem that is not part of running PETSc application had to do this since impossible for AMS publisher and accessor to be in same application better to just totally redo AMS! But that is to large a project
moved webserver code to its own directory and file
added callback for changable fields in pyjs representation of AMS memories
add AMS viewer for PC, server can only run without any memory debugging
changed AMS publishing to use the Viewer model added simple AMS viewer for mat,ksp,snes,ts added --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS) added PetscStackCalls around AMS function calls when appropriate (note do not want these in webserver because do not webserver stopping just because AMS server is down
more work on moving AMS model to viewer
Fix for SNESSetConvergenceHistory() when input a is null
...

show more ...


# 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


# 8b9c1301 17-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

Added support for starting server automatically by application code
messed around finding a bug in AMS


# ec7429ea 12-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

work on AMS interface, consistent naming, ams.h not included in petscviewer.h, no ifdefs

Hg-commit: 642571a1dc7109fdb7e5b0abb23bf260d10eb970


# b90c6cbe 10-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

more work on AMS JSON-RPC Web interface

Hg-commit: 610511a68dcbe0d01c88ee4f8cc7926484939c33


# e9fbd226 05-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f


# 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 ...


1...<<1112131415161718192021