History log of /petsc/src/snes/interface/snes.c (Results 826 – 850 of 2059)
Revision Date Author Comments
# 6991f827 16-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

shift order of processing options for TS to be compatiable with SAWs
Fix options handling for SAWs to duplicate array that previously was deleted too soon for SAWs processing


# a197972a 11-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c
src/sys/threadcomm/interface/threadcomm.c

show more ...


# 0fd17804 11-Feb-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'tisaac/simplify-register-all'

Removed the XXXRegisterAll() functions from the public interface. These should now only be handled by the package intialization functions.


# 50705773 10-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad
Manual merge of makefile

Conflicts:
src/sys/classes/viewer/examples/tutorials/makefile


# 2f2f9da5 05-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-fas-cleanup'

* knepley/fix-fas-cleanup:
SNES ex12: Added FAS test with GS
SNES: Report norm schedule in ASCII viewer
SNESGS: Only report norms if norm schedule allows

Merge branch 'knepley/fix-fas-cleanup'

* knepley/fix-fas-cleanup:
SNES ex12: Added FAS test with GS
SNES: Report norm schedule in ASCII viewer
SNESGS: Only report norms if norm schedule allows
SNESGS: Fixed documentation

show more ...


# 8abd42f6 05-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection


# 9704d4df 02-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/feature-vec-lock'


# 5edff71f 23-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Added VecLockPush/Pop() around SNES callbacks etc
Added DADAVecGetArray[DOF]Read()
Added use of GetArrayRead() as needed
Added many more const as needed

Note DMDAVecGetArray[DOF]Read() does not yet

Added VecLockPush/Pop() around SNES callbacks etc
Added DADAVecGetArray[DOF]Read()
Added use of GetArrayRead() as needed
Added many more const as needed

Note DMDAVecGetArray[DOF]Read() does not yet require correctly consted argument

show more ...


# 411c0326 29-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

fixes for SNESSetJacobian and friend manual pages to use SNESJacobianFunction to provide calling sequence of callback


# 69c6db66 27-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/experiment'


# dc0571f2 26-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

SNES: Report norm schedule in ASCII viewer


# 584b3052 24-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'tisaac/feature-gamg-extensible' into barry/experiment

Conflicts:
src/ksp/pc/impls/gamg/gamg.h


# 4d977ecf 22-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-dmts-check'

* knepley/feature-dmts-check:
Plex+TS: Fixed signature of DMTSCheckFromOptions()
PetscDS: Fixed error message
Xdmf: Fix time
DMTS: Add context argum

Merge branch 'knepley/feature-dmts-check'

* knepley/feature-dmts-check:
Plex+TS: Fixed signature of DMTSCheckFromOptions()
PetscDS: Fixed error message
Xdmf: Fix time
DMTS: Add context argument to DMTSCheckFromOptions()
DMTS: DMTSCheckFromOptions() now splits the norm by field
DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification
DM: Allow user to view default section when it is created
PetscFV: Missing destroy
SNES: Added SNESSetSolution() - This was necessary to test TS without solving

show more ...


# 03102fb9 16-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-dmts-check' into knepley/feature-combined-tabulation

* knepley/feature-dmts-check:
PetscDS: Fixed error message
Xdmf: Fix time
DMTS: Add context argument to DMTSC

Merge branch 'knepley/feature-dmts-check' into knepley/feature-combined-tabulation

* knepley/feature-dmts-check:
PetscDS: Fixed error message
Xdmf: Fix time
DMTS: Add context argument to DMTSCheckFromOptions()
DMTS: DMTSCheckFromOptions() now splits the norm by field
DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification
DM: Allow user to view default section when it is created
PetscFV: Missing destroy
SNES: Added SNESSetSolution() - This was necessary to test TS without solving

show more ...


# b6a2fb4f 16-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-dmts-check' into knepley/feature-ts-fem+fvm-example

* knepley/feature-dmts-check:
PetscDS: Fixed error message
Xdmf: Fix time
DMTS: Add context argument to DMTSCh

Merge branch 'knepley/feature-dmts-check' into knepley/feature-ts-fem+fvm-example

* knepley/feature-dmts-check:
PetscDS: Fixed error message
Xdmf: Fix time
DMTS: Add context argument to DMTSCheckFromOptions()
DMTS: DMTSCheckFromOptions() now splits the norm by field
DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification
DM: Allow user to view default section when it is created
PetscFV: Missing destroy
SNES: Added SNESSetSolution() - This was necessary to test TS without solving

show more ...


# 3cd8a7ca 21-Aug-2014 Matthew G. Knepley <knepley@gmail.com>

SNES: Added SNESSetSolution()
- This was necessary to test TS without solving


# e55864a3 08-Nov-2013 Barry Smith <bsmith@mcs.anl.gov>

moved PetscOptionsObject from global variable to local variable in functions


# 5db64460 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'pr232/pefarrell/snes-has-npc'
PR232


# 4653a54d 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/ksp-converged-reason-viewer

Conflicts:
src/sys/objects/options.c


# 0494ae4d 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-monitorlg'


# 3e7ff0ed 21-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

fix prototypes and casting for KSP/SNESMonitorLG.. routines and friends


# 435c5a64 21-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

previously the KSP and SNES LG norm monitoring routines crashes on -nox
Fixes this by keeping the PetscDraw object available and destroying it rather than obtaining it from the PetscDrawLG object
whi

previously the KSP and SNES LG norm monitoring routines crashes on -nox
Fixes this by keeping the PetscDraw object available and destroying it rather than obtaining it from the PetscDrawLG object
which did not work for -nox

show more ...


# 2a359c20 19-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Changing -snes_converged_reason and -ksp_converged_reason to take a general viewer argument


# 0f51fdf8 13-Dec-2014 Toby Isaac <tisaac@ices.utexas.edu>

Remove XXXRegisterAllCalled from public interface.

All XXXRegisterAll() methods are now idempotent, so a boolean indicating
whether they can be called or not is no longer necessary.


# 3ad1a0b9 10-Dec-2014 Patrick Farrell <patrick.farrell@imperial.ac.uk>

Add SNESHasNPC.


1...<<31323334353637383940>>...83