History log of /petsc/src/snes/impls/nasm/nasm.c (Results 326 – 350 of 385)
Revision Date Author Comments
# 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


# 610116be 13-Mar-2013 Peter Brune <brune@mcs.anl.gov>

Added a damping parameter to SNESNASM.

This involved adding the public functions:
SNESNASM{Set/Get}Damping

And the command option:
-snes_nasm_damping


# 602bec5d 13-Mar-2013 Peter Brune <brune@mcs.anl.gov>

Added -snes_nasm_finaljacobian_type; selects where jacobian is computed at.


# ce8c27fb 13-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed calls to PetscObjectAMSTake/GrantAccess() to cast first argument to PetscObject


# ec7429ea 12-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

work on AMS interface, consistent naming, ams.h not included in petscviewer.h, no ifdefs

Hg-commit: 642571a1dc7109fdb7e5b0abb23bf260d10eb970


# 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


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

updated from EXTERN_C_BEGIN/END through sys directory

Hg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df


# e9fbd226 05-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f


# 00de8ff0 04-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc
PetscObjectComposeFunctionDynamic() is still availabl

changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc
PetscObjectComposeFunctionDynamic() is still available for use if needed
also fixed calls to PetscObjectComposeFunction() to not wrap lines (per PETSc coding style)

Hg-commit: 822f9ddaac95a8ff6c2a9ad77fbf07d02d2c20d9

show more ...


# 3624602e 01-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 14ce95357667c91d2f62e266b22357f2baea4a9e


# 189a9710 01-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

nonlinear solvers that generate NaN or Inf fnorm should return with diverged reason not generate error

Hg-commit: 5591d03c0bbe46350918e670562ca4785343cd3d


# e59f0a30 28-Feb-2013 Peter Brune <brune@mcs.anl.gov>

Compute fresh func in ASPIN Jac. eval; works with TSTheta+Coloring now

Hg-commit: 00c55d5515d8cc5fd2e11b07fe8ccc23758a83b7


# 2f543b25 27-Feb-2013 Peter Brune <brune@mcs.anl.gov>

Small NASM fix from Lulu

Hg-commit: c268f2a1752c55f8a09a63b7134dd7dcced8c032


# fb08ebe0 23-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40ab3b7db27b0a3ea591ceb1af505afca6a8ffc0


# e69ef82a 22-Feb-2013 Satish Balay <balay@mcs.anl.gov>

win32 compile fix

Hg-commit: 569019974ba1e90132779f01dcbc032e27f8f295


# 69f01756 21-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: fbee28b313bff708ca11c1d009edd6e34ed8daeb


# ca44f815 21-Feb-2013 Peter Brune <brune@mcs.anl.gov>

Added more complex subjacobian lagging behavior to SNESASPIN

Hg-commit: 40c34dced14f93dc3b7536aeec92d98a31d9ad2c


# ed3c11a9 21-Feb-2013 Peter Brune <brune@mcs.anl.gov>

ASPIN/NASM communication and default fixes

Hg-commit: 0b79195f39abcac0d4cd22af3c876446fdad88f3


# 3cfa78d2 18-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6debfa70dcdfef2cb504d744ca51ab3e2a9c44af


# e245e0aa 18-Feb-2013 Peter Brune <brune@mcs.anl.gov>

Fixed an initialization bug in nasm.c

Hg-commit: b567cdab50ee9cccec25ac75a4b89d7d078640af


# 70c78603 16-Feb-2013 Peter Brune <brune@mcs.anl.gov>

Better docs for NASM

Hg-commit: c68beb742954a770bc488684f045528b1f6d926c


# d728fb7d 16-Feb-2013 Peter Brune <brune@mcs.anl.gov>

SNESASPIN wrapper for NEWTONLS with linear RHS from NASM

Hg-commit: c5c1560f61266dfda9d97c8f7c9227f1d7333cae


1...<<111213141516