History log of /petsc/src/ts/impls/pseudo/posindep.c (Results 251 – 275 of 472)
Revision Date Author Comments
# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 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


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


# 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


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 5ef26d82 04-Jun-2012 Jed Brown <jed@59A2.org>

Rename TSGetNonlinearSolveIterations and TSGetLinearSolveIterations to TSGetSNESIterations and TSGetKSPIterations

Hg-commit: cf7a145cacfd3985d7708cda775242b06f4fa36e


# 158b5388 04-Jun-2012 Jed Brown <jed@59A2.org>

merge release-3.3

Hg-commit: 5fedf93c78c2bdcaabc4b8ee7380a68199d19b3c


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 86534af1 19-Sep-2011 Jed Brown <jed@59A2.org>

Add TSPseudoSetMaxTimeStep(), -ts_pseudo_max_dt

Hg-commit: 95531dda4c8ad9ff862a4d7fc0584a35c61d6a95


# b6b43512 16-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge because rebase is broken

Hg-commit: 6824fd3b97434dd029180146fe386d40ec530f85


# f1b97656 15-Sep-2011 Jed Brown <jed@59A2.org>

Manage SNES convergence failure in TS implementations, report reason in erro message when max failures exceeded

Hg-commit: 9d0d4cf083d25a146701c3f1478202d58da76f8c


# 372a11c8 27-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d8a366d801f6fc7a3802f50988decbbbc92b6440


# d8cd7023 27-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after mqking some mess merge, I don't know what is going on.

Hg-commit: 5d7e957038c4e9a48faa303ae5f441ccb8978e49


# 71fde267 27-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

still added bs=6 support in PC PBJACOVI, de-hardwired ex56's pc type and added support for Prometheus.

Hg-commit: c3d4ed72507655711f0d8593c65c9b78f65c4cd3


# 362cd11c 27-Aug-2011 Lisandro Dalcin <dalcinl@gmail.com>

TS: Move code from elsewhere to TSStep()

Hg-commit: 11d1bb58cf2ee8f572513a93f8aed92abab6397d


# cdbf8f93 27-Aug-2011 Lisandro Dalcin <dalcinl@gmail.com>

TS: Many changes listed below

* Remove ts->initial_time_step
* Remove ts->next_time_step, add ts->time_step_prev
* Implement interpolation for TSALPHA
* Prepare for time step adaptativity

Hg-commit

TS: Many changes listed below

* Remove ts->initial_time_step
* Remove ts->next_time_step, add ts->time_step_prev
* Implement interpolation for TSALPHA
* Prepare for time step adaptativity

Hg-commit: a1e380cf44925342fc0696a9599f8993e2c20644

show more ...


# d52bd9f3 14-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

each TSView_XX and TSSetFromOptions_XXX call SNESView and SNESSetFromOptions_ if appropriate otherwise not since before TSView and TSSetFromOptions called them even when TSType did not use SNES

Hg-c

each TSView_XX and TSSetFromOptions_XXX call SNESView and SNESSetFromOptions_ if appropriate otherwise not since before TSView and TSSetFromOptions called them even when TSType did not use SNES

Hg-commit: 7981d806d1e2750ccf6ed09ccef2533f81d6a48a

show more ...


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 1b717b39 11-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: b13688da09a64ce2b9a3d7d641f0a34804fa1c58


1...<<111213141516171819