History log of /petsc/src/ts/impls/implicit/sundials/sundials.c (Results 226 – 250 of 379)
Revision Date Author Comments
# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# 8cbdbec6 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed all incorrect spaces before CHKERR...

Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17


# 289dcd94 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d


# 49354f04 08-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Changed ts_exact_final_time from boolean to enum.
TSAdapt can now modify the final time step to stop exactly at
the given final time.

Hg-commit: 2bbe8e4fc9d649fbb4ec4bc19259912d0788d4c2


# 38aa3a79 28-Nov-2012 Jed Brown <jed@59A2.org>

merge VTU viewer

Hg-commit: f68babcf040286d4843b3544bb1e887ce1a50948


# 942e3340 28-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed naming of KSPDM, SNESDM, TSDM and child objects, fixed DMXXYYYContextZZZ() to DMGet/CopyDMXXX()

Hg-commit: a8931f032682db8d679ab51da5c3819b9c32b632


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


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

commit after merge

Hg-commit: 5d40997985620b0ab10e66197464bd8588e8f80b


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

Fix Sundials interface for new TS internals

Hg-commit: 1a4e1da2eb6835b1ee550d48eb90d2227a5c7d83


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

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 6a6fc655 04-Jul-2012 Jed Brown <jed@59A2.org>

Add const to many enum string lists

Hg-commit: c83e9a8fda58664955a3d65190eafbaf3a08ee6d


# 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


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# 778a2246 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation process

Hg-commit: 465282368ed7696decd83c3d3b111f39348a7d40


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# a604d275 26-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c3a01e60afde4404507e6c07fb4c19a7d20b785e


12345678910>>...16