History log of /petsc/include/petscviewer.h (Results 326 – 350 of 694)
Revision Date Author Comments
# e1e7ae07 31-Mar-2013 Jed Brown <jed@59A2.org>

__FUNCT__ "User provided function" in public headers with inlines


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


# 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


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


# 705246ef 18-Mar-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' of bitbucket.org:petsc/petsc into knepley/plex


# 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


# 80ca398f 15-Mar-2013 Jed Brown <jed@59A2.org>

petscviewer.h: end with __FUNCT__ = "User provided function"


# bfb97211 13-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

more work on moving AMS model to viewer


# 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


# 10f4f354 16-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d45994b710e27c421e3a611629d33b9d321ce16b


# c619b03e 16-Feb-2013 Jed Brown <jed@59A2.org>

Split out petscviewertypes.h

Fixes missing include in petscoptions.h that was impacting tests.

Hg-commit: 8bcec53e19497af1488dd5b8010346dc31f3f222


# d70abbfa 16-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

moved hdf5 viewer prototypes to petscviewerhdf5.h

Hg-commit: 32e58a3b6cb82a35eeb5ad475bfc470fee3e4d45


# 6420c192 15-Feb-2013 Jed Brown <jed@59A2.org>

Clean up a couple header dependencies

Hg-commit: 11d62dee14b4cd8f0885a0f296b51b3346d7e18a


# a261c58f 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PetscViewerBinaryMatlabOpen() and friends, incorporated functionality into binary PETSc viewer

Hg-commit: 1676211ea1509edcdd7a044ca5b8b543f443b8ab


# acba2ac6 27-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

convert PetscHDF5IntCast() to return error code

Hg-commit: d476a741ebdb31c468cdd10cfcab9e78f2cded9c


# 639ff905 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

macros changed to static inline functions
output of example fixed for previous change to example

Hg-commit: 30b16dfe130e50978dcb99c50a8edfc8772fcf0f


# c751a9dc 16-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully stashed all \t recursively in include/. Makefile is the only (obvious) exception. Preserved formatting.

Hg-commit: 4b7cd8b76fd5dcfc12ae025d8d69e26ec632fb40


# 140e18c1 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed silly abreviations

Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f


# 18e2ec27 14-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded typedef of function pointer, replaced with manual page for function pointer form

Hg-commit: fd77d06a99d62a828458b49ce06b6519a336ace5


# a853e81e 13-Jan-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175


# f2ba6396 12-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

added appropriate #include to various synopsis in manual pages

Hg-commit: 649729772e487ab080652f3c9abb4b4203cfa79d


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


1...<<11121314151617181920>>...28