History log of /petsc/include/petscksp.h (Results 451 – 475 of 1050)
Revision Date Author Comments
# bbe26c46 23-Mar-2015 Lisandro Dalcin <dalcinl@gmail.com>

KSPMonitorLGTrueResidualNormCreate: Remove unused MPI_Comm argument


# 898446f9 11-Mar-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-is-for-differential-variables

Conflicts:
include/petsc-private/tsimpl.h
src/ts/impls/eimex/eimex.c
src/ts/interface/ts.c


# 17eaebbe 10-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/clean-gamg'

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


# f2dee214 06-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into jed/chem
Note merging a branch with good stuff in it for a year and a half is insane!

Conflicts:
src/ts/examples/tutorials/makefile
src/ts/interface/ts.c


# 57791cc2 26-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

removed KSPSPECEST KSP type since that functionality is now handled inside the KSPCHEBYSHEV method


# 58450487 26-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

unify naming of KSPChebyshevEstEig... functions and command line options


# 9ba064df 26-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/clean-gamg

Need updates to KSPCHEBYSHEV since I will be adding to them


# a8df2e1b 25-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'tisaac/ksp-cheby-use-mat-state'


# bc517841 20-Feb-2015 Toby Isaac <tisaac@ices.utexas.edu>

KSPChebyshev: added KSPChebshevGetEstEigKSP()

Without this, the kspest can only be modified from the command line
options.


# b661121f 19-Feb-2015 Toby Isaac <tisaac@ices.utexas.edu>

KSPChebyshev: use matrix id/state to determine when to estimate eigenvalues

Before: if KSPSetOperators() is called, ksp->setupstate is changed to KSP_SETUP_NEWMATRIX
when KSPSetUp() is calle

KSPChebyshev: use matrix id/state to determine when to estimate eigenvalues

Before: if KSPSetOperators() is called, ksp->setupstate is changed to KSP_SETUP_NEWMATRIX
when KSPSetUp() is called, if ksp->setupstate == KSP_SETUP_NEWMATRIX,
call a special routine KSPChebyshevSetNewMatrix()
Now: when eigenvalues are estimated, store state/id of Amat and Pmat
when KSPSolve() is called, if state or id has changed, redo estimates

This removes an ugly special case for Chebyshev in the KSP interface.

Potentially dangerous: a mat implementation could forget to increase the state,
but we already rely on state to determine when to call PCSetUp(), so
not really any more dangerous than already

show more ...


# ec6afda9 19-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

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


# 759c316d 17-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-harmonic-advection

* master: (205 commits)
Bib: Added bio refs
Don't print SAWs URL since it disturbs all the test output
missing (double) cast in pr

Merge branch 'master' into knepley/feature-harmonic-advection

* master: (205 commits)
Bib: Added bio refs
Don't print SAWs URL since it disturbs all the test output
missing (double) cast in print statement
don't output to test file all 12 digits of values
fixes and additions to SNESQM manual pages
PetscViewerBinaryGetDescriptor() is now a collective and must be treated as such fixed some calls to PetscViewerBinarySetUseMPIIO() removed some test runs that take too long
removed dead routine
ViennaCL: Added MCS download mirror URL for version 1.6.2
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
remove some dead code for AD and old AMS java and Matlab utilities
add missing PetscFunctionBegin; that messed up displaying of stack
Viewer: Fixed PetscViewerBinarySetUseMPIIO() in some examples
removed unused variables, removed dead code from AMS
git is so freaking annoying I accidently made a bunch of updates in next which I pushed lets see if this diff makes the same changes in my branch Why can't git just forbid me to make changes or next or set up some utility to prevent it!
moved saws directory to proper share directory location updated source to point to it.
rm checkboxes at top of pcoptions.html (ugly and not useful) and centered display of solver
PetscOptionsObject->prefix was freed before using in SAWs post processing hence SAWs was unable to change any type which had a prefix
display URL to point to to access SAWs server
missing break in case for handling string arguments better description for Options database option handling
removed extern PC_CLASSID and KSP_CLASSID that don't belong in petscoptions.h
...

show more ...


# feaf8ed5 16-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

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


# 4e7385fa 16-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

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

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c


# 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


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

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


# 7f9e0b0a 26-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'karpeev/fix-ksp-matgetschurcomplement-pmatreuse' into barry/experiment

Conflicts:
src/ksp/ksp/utils/schurm.c


# 8f0a54d4 25-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/update-sowing'

Conflicts:
tutorials/HandsOnExercise.html


# 2b26979f 17-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

update to use Sowing 1.17
fixed many documentation errors as well


# 3fe9ae9b 15-Jan-2015 Mark Adams <mfadams@lbl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-crs-ksp2


# 8fb42493 31-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

mv include/finclude to include/petsc-finclude for namespacing in installs


# c3d0d0bc 31-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

mv include/finclude to include/petsc-finclude for namespacing in installs


# 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


1...<<11121314151617181920>>...42