History log of /petsc/src/ts/impls/explicit/rk/rk.c (Results 426 – 450 of 507)
Revision Date Author Comments
# 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 ...


# 4ac538c5 06-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.

Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d


# d5bac5b1 09-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: dbe17f4cd57aa220aaa7f3a4929b4662f1fd3cc2


# d2ffe925 09-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: fb3fb77fa7d8bd71eb94b0f289024414b41b2354


# c5eb9154 09-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

completed PetscValidLogicallyCollectiveXXX() routines and usage

Hg-commit: 374cfa6c3abbd90ea5b27fc02813ca73ae37b846


# 3f9fe445 08-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

finished labelling manual pages as Logically or Neighbor-wise Collective

Hg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517


# 62e8e519 20-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 14e9750cd6fd86bfd98801cd87b8052cb14bdbde


# 8bcfb928 19-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d49b67dc57bac549d8ecea61d091acba812507c0


# 8eeb8439 19-Apr-2010 Jed Brown <jed@59A2.org>

merge TSRK/TSCN and DAGetArray changes

Hg-commit: 090a321c627e820cfcef98a3cbd3fd88ebd9813f


# 5f70b478 19-Apr-2010 Jed Brown <jed@59A2.org>

TS_Rk -> TS_RK (rename struct in implementation only)

Hg-commit: 06b69c05ab9ca4790a0bf3eca8680ea786576ea3


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


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

Merge
- Builder was almost certainly screwed up

Hg-commit: 2571e8ea748f6220b54dbcda3f10127411ca11ff


1...<<1112131415161718192021