History log of /petsc/src/ts/interface/tsregall.c (Results 101 – 125 of 215)
Revision Date Author Comments
# a62689b3 03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/ts-eimex'

* jed/ts-eimex:
TSEIMEX: cleanup example and convergence tabulation
TSEIMEX: add basic test to nightlies, fix warning
Addressed Barry's comments from the EIMEX pull

Merge branch 'jed/ts-eimex'

* jed/ts-eimex:
TSEIMEX: cleanup example and convergence tabulation
TSEIMEX: add basic test to nightlies, fix warning
Addressed Barry's comments from the EIMEX pull request for the EIMEX tutorials
Addressed Barry's comments from the pull request for eimex.c
fixed the starting procedure in arkimex for DAEs to handle snes properly
fixed small ts typo
fixed ts typo
Updated and tested eimex examples
TSEIMEX: use makefile targets for running examples
Implementation of the Extrapolated IMEX schemes - initial push.
TSEIMEX: import extrapolated IMEX from mercurial repository

show more ...


# 8a1af44d 03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add t

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add to nightlies
Changes: Note updates to XRegisterDynamic/PetscObjectComposeFunctionDynamic
PetscObjectComposeFunctionDynamic: remove stale docs and usage
developers.tex: remove complications from function composition with dlls
removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()
changes: document PetscFunctionListAdd() API change
developers.tex: update documentation of PetscObjectComposeFunction
removed path and MPI_Comm arguments from PetscFunctionListFind/Add()
removed path argument to XXXInitializePackage() and XXXRegister()
removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers

show more ...


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# bdf89e91 26-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()


# 607a6623 26-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed path argument to XXXInitializePackage() and XXXRegister()


# 1c84c290 25-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same
phase I of the update to handling registering function pointers


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 7d5697ca 17-Mar-2013 Hong Zhang <zhang@vt.edu>

TSEIMEX: import extrapolated IMEX from mercurial repository

Contributions from: Emil Constantinescu <emconsta@mcs.anl.gov>


# c19eab39 06-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# 296840b1 06-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users w

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users will only want --with-clanguage=C++ for std::complex.


Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347

show more ...


# 8cc058d9 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN

Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426


# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# c1080b1c 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

updated EXTERN_C_BEGIN/END through TS

Hg-commit: c76fd273af402078ae0fa266ac7dcdc7b8d0306e


# 6b8290a7 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: e9b1d5a15a0939c40ff81c36b9bebc5118d94ce3


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 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


# 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


# 19cb8f8d 13-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9867b9384c4f9c427a79c046164aa9ec221a9c26


# 12446a84 12-Oct-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: bd9418808abd652cb7584e6c2ac92679400f0f80


# de19f811 12-Oct-2011 Jed Brown <jed@59A2.org>

Enable the Rosenbrocks unconditionally, fixed PetscScalar/PetscReal usage

Hg-commit: 0106aad61f7837a86699992e15ef681a971f7535


# 67a5799d 31-Aug-2011 Jed Brown <jed@59A2.org>

Remove TSROSW since it's dead/duplicate code right now

Hg-commit: 1dd3bca180312a7e79cb1509033218e876306062


# 489ac72b 25-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commti after merge

Hg-commit: 1a361578d1bf8dc769f4fedaac8f4073050c1504


# e27a552b 25-Aug-2011 Jed Brown <jed@59A2.org>

Prepare for Rosenbrock-W schemes

TSROSW is a copy of TSARKIMEX that Emil will be modifying to implement Rosenbrock-W schemes.
Enable by configuring --with-rosw.

Hg-commit: 47c8b4a60f80bebc0a1c75ecd

Prepare for Rosenbrock-W schemes

TSROSW is a copy of TSARKIMEX that Emil will be modifying to implement Rosenbrock-W schemes.
Enable by configuring --with-rosw.

Hg-commit: 47c8b4a60f80bebc0a1c75ecdb39eb88772b90ce

show more ...


123456789