History log of /petsc/src/ts/interface/ts.c (Results 1176 – 1200 of 1763)
Revision Date Author Comments
# 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 ...


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

removed path argument to XXXInitializePackage() and XXXRegister()


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


# 4e6b9ce4 19-Mar-2013 Emil Constantinescu <emconsta@mcs.anl.gov>

fixed ts typo


# 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


# 0acecf5b 14-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

add AMS viewer for PC, server can only run without any memory debugging


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


# 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


# 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


# 07995780 28-Feb-2013 Peter Brune <brune@mcs.anl.gov>

C89 fix. tsk tsk.

Hg-commit: b0e7babede0f985372feb03a79dac989ef1131c3


# ae60f76f 25-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

moved prestep, prestage and poststage out of TSOps since they are user provided and not method provided. TSSetType() zeros all members of TSOps thus it was removing these user provided ops when it sh

moved prestep, prestage and poststage out of TSOps since they are user provided and not method provided. TSSetType() zeros all members of TSOps thus it was removing these user provided ops when it shouldn't have

Hg-commit: 501b6b62e03f126f0082a32b7ea72e4754b4931d

show more ...


# e497e11e 25-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3f914700054fd9df5db213ee6655df4554db1e95


# ba5783ad 25-Feb-2013 Matthew G Knepley <knepley@gmail.com>

TS: Fixed BArry's phase space drawing

Hg-commit: f66b1c588c9a9bf3b0bfd3c110d53ef4f91f7bbb


# f54adfc0 23-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

more attractive location for ylabel in axis

Hg-commit: c7a8bffdffd340d701690be13647ae06d5998a70


# 4b363bab 23-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

TS phase diagram should use DrawAxis

Hg-commit: d9c2784c700a099539ab3aeac273d1201188d632


# a4494fc1 23-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

simple phase diagram monitor for ODE solver

Hg-commit: c2b4dfd4c95a5211491e360d8d0a3cdb1b9b5794


# 2d5ee99b 22-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

ex2 powergrid now runs for mutiple initial conditions
./ex2 -D 0.0 -ts_final_time 25.0 -ts_type rosw -ts_dt 0.01 -ts_monitor_lg_solution -tf 10000000.0 -tcl 1000000.0 -ts_adapt_dt_max 0.2 -ts_monito

ex2 powergrid now runs for mutiple initial conditions
./ex2 -D 0.0 -ts_final_time 25.0 -ts_type rosw -ts_dt 0.01 -ts_monitor_lg_solution -tf 10000000.0 -tcl 1000000.0 -ts_adapt_dt_max 0.2 -ts_monitor_draw_solution_phase -3,-3,3,5 -ts_monitor

Hg-commit: 1f37bbe687d35fae47c050d1be1c0ee4f2b53c5a

show more ...


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

commit after merge

Hg-commit: d45994b710e27c421e3a611629d33b9d321ce16b


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

Split out petscdmdatypes.h and petscdmtypes.h

Hg-commit: 3f8f2ebaa036547d616a74a818868b81d0922c1f


# 9804daf3 15-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.h

Hg-commit: 01be7b4c0ac1e993b540535c319de45af820a255


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

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


1...<<41424344454647484950>>...71