History log of /petsc/src/snes/interface/snes.c (Results 1051 – 1075 of 2059)
Revision Date Author Comments
# 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 ...


# eb4227cf 20-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/ams

Conflicts:
include/petscviewer.h
src/sys/classes/viewer/interface/viewreg.c
src/sys/threadcomm/interface/threadcomm.c


# 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


# dbdec2bd 17-Mar-2013 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/nightlybuild-fixes'


# 878cb397 17-Mar-2013 Satish Balay <balay@mcs.anl.gov>

doc: nightlybuild fixes


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

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 PetscS

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

show more ...


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

Merge branch 'barry/convergence-history' into barry/ams


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

more work on moving AMS model to viewer


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

Fix for SNESSetConvergenceHistory() when input a is null


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

fixed calls to PetscObjectAMSTake/GrantAccess() to cast first argument to PetscObject


# 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


# d4211eb9 11-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

added KSPSetPreSolve() and KSPSetPostSolve() and removing SNES_KSPSolve() having the Eisenstat-Walker code use the SetPre and Post

Hg-commit: e42d7b26aaba7877248896e0fb4089fe619da155


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

more work on AMS JSON-RPC Web interface

Hg-commit: 610511a68dcbe0d01c88ee4f8cc7926484939c33


# 77a357d4 09-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

damn it, I did it again, you get old, you get forgetfull

Hg-commit: 8f34ae19ad2181d2ca2deeb714bad0feab722c32


# fc75beea 09-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

AMS JSON-RPC can now pass arrays back to Javascript

Hg-commit: 1b37cd60ffda8bb3755881b9fc557bca2cfd83eb


# 90a34876 09-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

PetscWebServe() should not have fortran stub, try publishing array of double

Hg-commit: 14049482a934289bd97f09ec39b639b5b6b4a0ce


# cad6c63b 09-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

bug fix for PetscWebServeRequestPostAMSJSONRPC(), I total misunderstood the header structure, it's amazing it ever worked.

Hg-commit: f84398a9aa223390b75f128cb3580f8074a47bcc


# e4357dc4 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

updated docs and source for SNEGetJacobian(), SNESGetPicard(), TSGetRHSJacobian() and TSGetIJacobian() to use same wording and variable names for Amat and Pmat as the XXXSetYYY routines

Hg-commit: e

updated docs and source for SNEGetJacobian(), SNESGetPicard(), TSGetRHSJacobian() and TSGetIJacobian() to use same wording and variable names for Amat and Pmat as the XXXSetYYY routines

Hg-commit: ea0d114bd48753401ceab147ff7e87c8212f0049

show more ...


# e5d3d808 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

consistent variable names and wording for operators to PCSetOperators(), PCGetOperators(), KSPSetOperators(), SNESSetJacobian(), SNESSetPicard(), TSSetRHSJacobian() and TSSetIJacobian() still need t

consistent variable names and wording for operators to PCSetOperators(), PCGetOperators(), KSPSetOperators(), SNESSetJacobian(), SNESSetPicard(), TSSetRHSJacobian() and TSSetIJacobian() still need to do the Get versions and the users manual

Hg-commit: 774f9fd7b29cb84e28b8af455343ed4f6bdaa9b0

show more ...


# 8d359177 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed function names with Default to match new standard (which I just wrote)
fixed a few more functions that should be PETSC_INTERN

Hg-commit: 87889fe4f6d4e8d0963adcc79d438e75330601c6


# ff1c5d1b 07-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 81500f7e84c8ec0c4dcae9cb31d1cb32892d545d


# 62796dfb 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

simplified design of VecValidValues() not worth the complications to save a function call

Hg-commit: 234f2a55d16ddb81bfaf0672e62560aad670b624


1...<<41424344454647484950>>...83