History log of /petsc/src/ts/impls/explicit/euler/euler.c (Results 151 – 175 of 237)
Revision Date Author Comments
# 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


# 193ac0bc 02-Jul-2011 Jed Brown <jed@59A2.org>

Big TS change: TSStep() takes only one step, TSSolve is for multiple steps with managed error control/etc

Hg-commit: da3734c7e570520df81d63781a44a4138a78516d


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# 6bf464f9 18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


# 9b08a598 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after terrible merge

Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb


# 68b022c8 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 335e836c7798747e6242df554ae58fe4db9f803f


# 94bd0681 14-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f3c568e85a2838d83c3fa8d894b63bfda181d266


# 186e87ac 14-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

Consistency fixes in TS implementations

Hg-commit: d61d4edfbdd9789b60da9ca15a988644c7a12092


# 277b19d0 14-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

Add TSReset(), fix inconsistent refcounting for rhs/lhs matrices

Hg-commit: 9b1562a6e84669d35c2ab8221a19aa8e9f99560a


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


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


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


# 098c0d8d 24-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: a7710b011ce3f2c4ac169ab040d429403a541f7f


# 9596e0b4 24-Sep-2009 Jed Brown <jed@59A2.org>

Rename TS_EULER, etc like TSEULER.

Update manual with this fix, s/PVode/Sundials/, new DAE subsection.
Remove useless level of indirection in TS_GL.

Hg-commit: f1b6ef10292b83255b81f152535632c2ed1a6

Rename TS_EULER, etc like TSEULER.

Update manual with this fix, s/PVode/Sundials/, new DAE subsection.
Remove useless level of indirection in TS_GL.

Hg-commit: f1b6ef10292b83255b81f152535632c2ed1a6ee6

show more ...


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


12345678910