History log of /petsc/src/ts/interface/ts.c (Results 1276 – 1300 of 1763)
Revision Date Author Comments
# c32365f1 13-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

-ts_monitor_draw now plots timestep as function of time instead of time as function of iteration

Hg-commit: b02417a7b092eea1ef13c9556b123b3e7df1b65b


# abd5a294 13-Oct-2012 Jed Brown <jed@59A2.org>

Some documentation/references for TSMonitorErrorODE()

Hg-commit: 32d6c837d646ceff263db4631899f1ef239a12f5


# ef20d060 12-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

TSView() calls TSAdaptView() for Rosw

Hg-commit: c2ac2edba4e196dd423c4a3387c3087b8469aeaf


# aa39b21e 11-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

added PetscDrawLGAddCommonPoint() to simplify TSMonitorSolutionODE()

Hg-commit: e670828f5d0ddd5b883b0212b9797472ed3ea5d9


# ab352700 11-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

added PetscOptionsVec()

Hg-commit: e3a7deff021839e60b7ec9e05ed883d54076a9fa


# b3603a34 11-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

added crude -ts_monitor_solutionode, PetscDrawLG now checks for resized window
PetscDrawLG now uses correct color for marker for curve

Hg-commit: ccc5785cacfae53634cb1be3a0d409bab0c13881


# a80ad3e0 11-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

-ts_monitor_solution and -ts_monitor_draw now create private draw window instead of using common

Hg-commit: 8be320aece161ad7864be14c71303784f1c836df


# 2150357e 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed formating of variable declarations messed up by putting const int XXXType
fixed DMDAGet/SetCoordinates() that matt did not remove

Hg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# 70ddbef3 21-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

TSMonitorLG and KSPMonitorLG should set coordindate labels and top labels

Hg-commit: e0ce9a8f337620975a05983b96ee83436e3cffdf


# 6b8290a7 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: e9b1d5a15a0939c40ff81c36b9bebc5118d94ce3


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# 31748224 09-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

added very simple logic for TS theta method to increase time-step when nonlinear convergence is good after timestep forced down due to lack of convergence of nonlinear system for LuLu. This is tempor

added very simple logic for TS theta method to increase time-step when nonlinear convergence is good after timestep forced down due to lack of convergence of nonlinear system for LuLu. This is temporary code until TSadapt is done for Theta

Hg-commit: a402eff3a6a90261e34fe9653f60ff1d7f83657b

show more ...


# 955f0f29 13-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 48ee48d92725930312eaed4c66f9246114844f4c


# b14e8830 13-Aug-2012 Jed Brown <jed@59A2.org>

Merge from petsc-3.3

Hg-commit: a246759f6a519deef2eb2988ed29ecfe7e2deddd


# b8123dae 10-Aug-2012 Jed Brown <jed@59A2.org>

Add TSSetPreStage() and move call to TSPreStep() into stepping routines

TSPreStage(ts,stage_time) is a hook called before starting to evaluate a
stage.

The call to TSPreStep() has been moved into t

Add TSSetPreStage() and move call to TSPreStep() into stepping routines

TSPreStage(ts,stage_time) is a hook called before starting to evaluate a
stage.

The call to TSPreStep() has been moved into the TSStep_X implementations
because it is called again after a step is rejected. This allows prestep
hooks to do things like Monte-Carlo sampling over the time interval
(dependent on the length of the time step), the result of which will
appear as a continuous source term during the time step.

Hg-commit: c5d083c79bbad0900afc1d94d1490cb90cadff0c

show more ...


# f3bf607b 10-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 5d40997985620b0ab10e66197464bd8588e8f80b


# 6c6b9e74 09-Aug-2012 Peter Brune <brune@mcs.anl.gov>

Make TSDMDA Actually work and modify ex26 to use it.

Hg-commit: 6bd57420a6bce390ff650c80bc919b11c414de61


# 5f659677 09-Aug-2012 Peter Brune <brune@mcs.anl.gov>

small bugfix in ts.c

Hg-commit: db418307e3cc8e4fa7596ff4b9c94f026633cd72


# 24989b8c 09-Aug-2012 Peter Brune <brune@mcs.anl.gov>

TSDM: DM hooks for TS that look like SNESDM

Hg-commit: 9044db07be14c14c5b3cf55e6b55587892080a4d


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# f7cf8827 06-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

added PetscCheckPointer to PetscValidPointer macros
fixed passing wrong comm to seterrq() what a waste of time tracking down Dmitry's bug

Hg-commit: 0ba7dad6944951e121539c3d28c1b69474df0172


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


1...<<51525354555657585960>>...71