History log of /petsc/src/ts/impls/explicit/ssp/ssp.c (Results 251 – 272 of 272)
Revision Date Author Comments
# 574deade 09-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

more PCReset_XXX() done
KSPDestroy() now zeros the pointer

Hg-commit: 734a7781b5d7d5bb9df4814d2e579008497bc8d8


# c31cb41c 22-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db

show more ...


# 1130f37d 21-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

added zeroing of pointer to VecDestroyVecs()

Hg-commit: f208dcada3a3f640f354f9a431cecf4c9ce81cd5


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# 5a586d82 20-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

removed many unused variables
small amount of reformating
added use of all arguments in MPIUNI call to prevent complaints about unused values

Hg-commit: f1e85e77153d4207c8ab2522ae8e9ec72b7358ec


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 74140ef9 07-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 325aa05f77377069e6c2d780cfa53fbfc9f58c92


# 3f2090d5 06-Mar-2010 Jed Brown <jed@59A2.org>

Modify TSSetPreStep and TSSetPostStep to run every step rather than once per call to TSStep.

It was not useful to place these at the start and end of the entire
time-stepping sequence (because the u

Modify TSSetPreStep and TSSetPostStep to run every step rather than once per call to TSStep.

It was not useful to place these at the start and end of the entire
time-stepping sequence (because the user might as well have called their
functions directly). With these hooks, it is at least possible for the
user to implement IMEX schemes within TS.

Hg-commit: 772bf07ee669084a0a1feeeabdadc0153e52d6da

show more ...


# a53b13b9 07-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0408f87716ee4bc571ead239bb7d6e050d5cd665


# fad8df86 07-Feb-2010 Satish Balay <balay@mcs.anl.gov>

#41456 compile fix for MS

Hg-commit: 41fa1f5eb649161444708d351caf2ebda910912b


# e369ceab 08-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 0863f0a94f5da77b10e7516bd6566a21df7343f9


# bd7c7ddd 07-Dec-2009 Jed Brown <jed@59A2.org>

Use explicit cast and drop unused variable

Hg-commit: 46603648537788588e894452d661377c32a43e0c


# 4f84f981 07-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 4cd826d6fc5ed3164842292d6d2408b383201a6d


# 0085e20e 02-Dec-2009 Jed Brown <jed@59A2.org>

Space out list in TSSSP docs

Hg-commit: b270fc4145cb67a4680caa83c763515af1086765


# 25bba741 20-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Builder was almost certainly screwed up

Hg-commit: 2571e8ea748f6220b54dbcda3f10127411ca11ff


# 709a6ccf 14-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8f6399aa161ba7ba59389734d930b52909d403b7


# 8ab3e0fc 14-Oct-2009 Jed Brown <jed@59A2.org>

TS_SSP docs

Hg-commit: 8c1095b81bce0dbb6256d0567ff3284e8cc4c908


# ef7bb5aa 12-Oct-2009 Jed Brown <jed@59A2.org>

Implementation of optimal explicit strong stability preserving integrators.

These are important for high-order TVD schemes.
Added example 1D finite volume solver, for testing TS_SSP.

Hg-commit: ab8

Implementation of optimal explicit strong stability preserving integrators.

These are important for high-order TVD schemes.
Added example 1D finite volume solver, for testing TS_SSP.

Hg-commit: ab85ee469e7163773c68d394f656fbafdd66030c

show more ...


1...<<11