History log of /petsc/src/snes/impls/nasm/aspin.c (Results 126 – 150 of 154)
Revision Date Author Comments
# d78e9bee 25-Apr-2014 Peter Brune <brune@mcs.anl.gov>

SNESNASM: Explicitly set the NASM type to PC_ASM_BASIC in ASPIN.


# b2533dd1 22-Mar-2014 Vijay Mahadevan <vijay.m@gmail.com>

Fixing merge conflicts in dmregall.


# 204681ed 19-Mar-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# 9c925a2c 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-events

Conflicts:
src/ts/interface/ts.c


# 5f6acfaf 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/feature-dm-circuit

Conflicts:
src/dm/impls/makefile


# 1d763ceb 17-Mar-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/matcoloring-greedy


# c97c1693 10-Mar-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/fix-aspin-mat'

* prbrune/fix-aspin-mat:
SNESASPIN: Test for ex16 with ASPIN
SNESASPIN: Fix for the case of zero iterations


# 3ff8325b 08-Mar-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/google


# 724f369d 07-Mar-2014 Peter Brune <brune@mcs.anl.gov>

SNESASPIN: Fix for the case of zero iterations

In the case where the absolute tolerance is satisfied in the
first subSNES step, the operators are never set on the subKSP,
leading to an error in the

SNESASPIN: Fix for the case of zero iterations

In the case where the absolute tolerance is satisfied in the
first subSNES step, the operators are never set on the subKSP,
leading to an error in the outer KSP iteration. For the sake of
generality, have the ASPIN Jacobian call KSPSolve() instead of
PCApply() when multiplying.

show more ...


# 08c912ad 03-Mar-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/nonlinearsolvertable'

Conflicts:
src/snes/impls/gs/gssecant.c


# be95d8f1 26-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

introduced nonlinear solver HTML table
changed gs and pc in SNES to ngs and npc for consistency and clarity


# edbbd480 10-Dec-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/xcode


# 256ff83f 11-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c


# d971761d 18-Jun-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/snes-snesfunctiontype'


# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# ce5a860a 28-May-2013 Peter Brune <brune@mcs.anl.gov>

NEWTONLS works with preconditioned and unpreconditioned functions.

ASPIN (or other left-preconditioned Newton methods) can be run with
either the usual function or the preconditioned function monito

NEWTONLS works with preconditioned and unpreconditioned functions.

ASPIN (or other left-preconditioned Newton methods) can be run with
either the usual function or the preconditioned function monitoring
convergence.

show more ...


# 0e0552e0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/snesgetlinesearch'

* jed/snesgetlinesearch:
SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only)
SNESGetLineSearch / SNESSetLineSearch: rename f

Merge branch 'jed/snesgetlinesearch'

* jed/snesgetlinesearch:
SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only)
SNESGetLineSearch / SNESSetLineSearch: rename for consistency
SNESGetSNESLineSearch: use auto Fortran binding

show more ...


# 7601faf0 16-Apr-2013 Jed Brown <jed@59A2.org>

SNESGetLineSearch / SNESSetLineSearch: rename for consistency

This function was introduced as SNESGetPetscLineSearch, which matches no
established convention, then changed to SNESGetSNESLineSearch a

SNESGetLineSearch / SNESSetLineSearch: rename for consistency

This function was introduced as SNESGetPetscLineSearch, which matches no
established convention, then changed to SNESGetSNESLineSearch according
to the object name SNESLineSearch. This is inconsistent with names such
as MatGetInfo, MatGetColoring, MatGetNullSpace, MatGetLocalToGlobalMapping,
SNESGetConvergedReason, and TSGetAdapt.

This is a change from petsc-3.3.

show more ...


# 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


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

updated from EXTERN_C_BEGIN/END through sys directory

Hg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df


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

commit after merge

Hg-commit: fbee28b313bff708ca11c1d009edd6e34ed8daeb


1234567