History log of /petsc/src/ts/adapt/interface/tsadapt.c (Results 351 – 375 of 406)
Revision Date Author Comments
# 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


# 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


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 67c2884e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed typeid from PetscHeaderCreate() args since it is not know at create time anyway

Hg-commit: 368e928141e31cf1ff6cf108913006e5886dc6cc


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# c0ec8c6d 29-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge
x

Hg-commit: 5ca7425bdc061d16496b42615f4a99db34a78eec


# bbd56ea5 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/ts/*

Hg-commit: 688366eb7a8ecbc6948bb32d69e2de3093f22e25


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# ea10fe75 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

if, for, while, switch now have consistently a space prior to the opening parenthesis.

Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5


# 8709b12b 16-Jan-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed bug in EXACT_FINAL_MATCHSTEP - If the final clippped time step is less than PETSC_SMALL then don't take it.

Hg-commit: 75225b570bbaeb0a1163656ce70dfd4157a66dad


# 140e18c1 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed silly abreviations

Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f


# 6d75e210 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() args

Hg-commit: 07f9e01e040feeb4162253a60ca63556436f4135


# 29aa02fc 11-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e


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

commit after merge

Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d


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

My first TS restart just 8 million other changes needed PETSc!
TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt object
added TSAdapt binary view and load

Hg-comm

My first TS restart just 8 million other changes needed PETSc!
TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt object
added TSAdapt binary view and load

Hg-commit: c5ab7de6c480df2d7b84dc349ac7871cdc85dcbe

show more ...


# 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


# 43208f3f 27-Nov-2012 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d


# f2c2a1b9 20-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

TSSolve() did not properly handle null u argument
more work on TSView() binary and TSLoad()

Hg-commit: 85c2341b3eb28d6cdaa697c3b1e99963abb9edbf


# 7a3afff6 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# e3efe391 14-Oct-2012 Jed Brown <jed@59A2.org>

Complex fixes for TS monitors

Hg-commit: ee4850cdcd5163e0d3152082c97433ef9a890104


1...<<11121314151617