History log of /petsc/src/ts/adapt/impls/basic/adaptbasic.c (Results 176 – 200 of 204)
Revision Date Author Comments
# 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


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

updated from EXTERN_C_BEGIN/END through sys directory

Hg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df


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

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

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 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


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


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

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# 39850373 13-Oct-2012 Jed Brown <jed@59A2.org>

Add TSAdaptView_Basic

Hg-commit: 80af52a5e6410230569c689e8bb8d9899dff1388


# 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


# 7e1ba4dc 21-Oct-2011 Jed Brown <jed@59A2.org>

Improve step rejection semantics and add aggressive shortening for repeated rejections

Hg-commit: e0a3bf21d219135a05e9efe7e1ae4cfd5e726143


# 0b99f514 21-Oct-2011 Jed Brown <jed@59A2.org>

Add monitoring of weighted local truncation error

Hg-commit: d3d8383c1ab37ca7f41504a5acca49ac51283a4d


# fd94acc0 21-Oct-2011 Jed Brown <jed@59A2.org>

Make the adaptive controller actually reject steps

Hg-commit: d574095cad644d632af694e267ca5de077d92aa8


# 899c4989 20-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 06d165ec11a6aa8a90667d02113432d8b44bd9a6


# 3116ef58 20-Oct-2011 Satish Balay <balay@mcs.anl.gov>

windows c++/single-precision compile fixes

Hg-commit: d11d7043226ef86a592d36b94cc6c111f65c6bec


# 1996d6cf 02-Oct-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: e8b7dd1aa8e3cc4c5c8c0c0901a58568ca5faaab


# 56793594 01-Oct-2011 Jed Brown <jed@59A2.org>

minor fixes for complex

Hg-commit: f25e2c7d799b418675085efb3f389141e0dd9d6e


# 1c3436cf 01-Oct-2011 Jed Brown <jed@59A2.org>

More work on adaptivity, adaptive controller is basically working, but still need hooks for stability

Hg-commit: f48fa83e97661b95405cb52b6c25ca4a7e867ce8


# 84df9cb4 09-Sep-2011 Jed Brown <jed@59A2.org>

Add basic TSAdapt implementation, untested

Hg-commit: 3cc184ba8a3fd069813eec9ff2a12d4d1b083a5f


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


123456789