removed path argument to XXXInitializePackage() and XXXRegister()
PetscViewerCreate_XXX() and PetscViewerFileSetName_XXX() should not change format or iformat
Merge branch 'master' into barry/amsConflicts: include/petscviewer.h src/sys/classes/viewer/interface/viewreg.c src/sys/threadcomm/interface/threadcomm.c
basic snooping on PetscStack is now working
KSPLogResidualHistory and SNESLogConvergenceHistory need to lock for AMS and have error checking when called
doc: nightlybuild fixes
Added support for starting server automatically by application codemessed around finding a bug in AMS
got value back from webclient to application
moved webserver code to its own directory and file
add AMS viewer for PC, server can only run without any memory debugging
changed AMS publishing to use the Viewer modeladded simple AMS viewer for mat,ksp,snes,tsadded --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 modeladded simple AMS viewer for mat,ksp,snes,tsadded --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 ...
more work on moving AMS model to viewer
cleanup of AMS viewer, handle JSON-RPC multiple CommsHg-commit: 1c6c1b742ae96264dbd8aad2eb769b7fe76641f3
work on AMS interface, consistent naming, ams.h not included in petscviewer.h, no ifdefsHg-commit: 642571a1dc7109fdb7e5b0abb23bf260d10eb970
more work on AMS JSON-RPC Web interfaceHg-commit: 610511a68dcbe0d01c88ee4f8cc7926484939c33
developers nots for AMS JSON-RPCHg-commit: 1942f412783e54dc5cc9034876b2ad7aa84c6c8a
AMS JSON-RPC can now pass arrays back to JavascriptHg-commit: 1b37cd60ffda8bb3755881b9fc557bca2cfd83eb
PetscWebServe() should not have fortran stub, try publishing array of doubleHg-commit: 14049482a934289bd97f09ec39b639b5b6b4a0ce
bug fix for PetscWebServeRequestPostAMSJSONRPC(), I total misunderstood the header structure, it's amazing it ever worked.Hg-commit: f84398a9aa223390b75f128cb3580f8074a47bcc
minor cleanup/reorg of PETSc webserver stuff with addition of basic docs and explanationHg-commit: fe4d4097df58441cf8de8f8abf4575b17dc9798a
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simpSymbol visibility and namespacing.C++ builds always set extern "C" and can be called from plain C. Mostusers w
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simpSymbol visibility and namespacing.C++ builds always set extern "C" and can be called from plain C. Mostusers will only want --with-clanguage=C++ for std::complex.Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347
Fixes for builds --with-matlabHg-commit: e322b6f8daf769679aa0ee0485b12e7422ca1378
Change all PETSC_EXTERN_C to PETSC_EXTERNHg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798
updated from EXTERN_C_BEGIN/END through sys directoryHg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df
changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETScPetscObjectComposeFunctionDynamic() is still availabl
changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETScPetscObjectComposeFunctionDynamic() is still available for use if neededalso fixed calls to PetscObjectComposeFunction() to not wrap lines (per PETSc coding style)Hg-commit: 822f9ddaac95a8ff6c2a9ad77fbf07d02d2c20d9
1...<<21222324252627282930>>...32