History log of /petsc/src/ts/interface/ts.c (Results 976 – 1000 of 1763)
Revision Date Author Comments
# 0fd17804 11-Feb-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'tisaac/simplify-register-all'

Removed the XXXRegisterAll() functions from the public interface. These should now only be handled by the package intialization functions.


# 85b1acf9 10-Feb-2015 Lisandro Dalcin <dalcinl@gmail.com>

TS: Use %g to draw time in TSMonitorDrawSolution()


# 50705773 10-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad
Manual merge of makefile

Conflicts:
src/sys/classes/viewer/examples/tutorials/makefile


# 3188f603 09-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/petsc-sa-refactor-rebase'


# 27829d71 06-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

VecViewFromOptions() must be called on solution, not u since u may not have been passed in by user
TSStep() should NOT be calling VecViewFromOptions() because it is treating it as a monitor, not a -x

VecViewFromOptions() must be called on solution, not u since u may not have been passed in by user
TSStep() should NOT be calling VecViewFromOptions() because it is treating it as a monitor, not a -xxx_view
TSStep() manual page should reflect the fact it is not to be called by users except under very limited circumstances
missing CHKERRQ() in example

show more ...


# f7ab8db6 06-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

fixes for manual pages for TSSetRHSJacobian()

Reported-by: Mark Adams <mfadams@lbl.gov>


# 844594ba 06-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

removed unused variables in bus adjoint examples
fix uninitialized variables issues for adjoint solver


# 8abd42f6 05-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection


# 2bbac0d3 04-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

fix for manguled manual page

Reported-by: Peter Lichtner <peter.lichtner@gmail.com>


# 8a2f769d 03-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

removed q argument to TSAdjointSetCostIntegrand() since can be created automatically


# 5bf8c567 03-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

drop the P from TSAdjointSetRHSJacobian() remove C++ commments from adjoint examples


# 419a887d 03-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

merge TSAdjointSet/GetSensitivities[P] into TSAdjointSet/GetGradients


# 73b18844 03-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

remove need to call TSSetDuration() for TSAdjointSolve() and introduce optional TSAdjointSetSteps() for integrating backwards less than the full number of steps


# b96f86df 03-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

remove user.shift from ex9bus user context that is never needed


# 2c39e106 03-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

remove solution vector from calling sequence of TSAjointSolve()
change Quadrature name to Integral to match use of Integrand name and clarity to users for TSAdjoint


# b612ec54 03-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

merged CostIntegrand and its derivative setting function into a single call


# 42f2b339 02-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

fix naming of TSAdjoint function pointers


# bc952696 02-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

added TSTrajectory object for storing solution values and modified TSAdjoint solvers to use it
TSAdjoint now no longer uses TSMonitor for storing solutions for "reverse" mode


# d67e68b7 01-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

convert TSAdjoint monitor routines to simple minded TSTrajectory routine


# 2c18e0fd 01-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

unifiy "monitor" routines of TSAdjoint and move into TS software


# 08c7845f 04-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

more merges in rebase


# c88f2d44 31-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

added TSAdjointSolve()


# f6a906c0 31-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Fixed major memory leak in rk adjoint solver because ts->setup was reset to zero when entering reverse mode which caused all basic TS work objects to be created a second time.

Fixed by adding a TSAd

Fixed major memory leak in rk adjoint solver because ts->setup was reset to zero when entering reverse mode which caused all basic TS work objects to be created a second time.

Fixed by adding a TSAdjointSetUp() for its own work objects and not calling the original setup multiple times.

show more ...


# d4aa0a58 30-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

add output files for make tests for TSAdjoint examples
include power-system and stability-bus directories to automatic testing!
Rename basic functions of discrete adjoint integrators as first step of

add output files for make tests for TSAdjoint examples
include power-system and stability-bus directories to automatic testing!
Rename basic functions of discrete adjoint integrators as first step of refactorization

show more ...


# 07658559 30-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

removed ugly typedef names for TSAdjoint callback functions


1...<<31323334353637383940>>...71