History log of /petsc/include/petscksp.h (Results 576 – 600 of 1050)
Revision Date Author Comments
# fa0ddf94 09-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

made public several private KSP and SNES methods that may be used by plugin KSP and SNES classes written by users

Hg-commit: 0d6205a1c0feb0cbd5a40a08327fe43345c19792


# 8d359177 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed function names with Default to match new standard (which I just wrote)
fixed a few more functions that should be PETSC_INTERN

Hg-commit: 87889fe4f6d4e8d0963adcc79d438e75330601c6


# ff1c5d1b 07-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 81500f7e84c8ec0c4dcae9cb31d1cb32892d545d


# b30237c6 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed many more private functions as PETSC_INTERN
renamed a few badly named private functions

Hg-commit: b9e1405ad332ccf13f675f0aa2256f1c838a5595


# 4d51c080 24-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

changed KSPSolve_CG to generate KSP_DIVERGED_NANORINF by default on Nan or Inf inner products/norms

Hg-commit: 45fe0dad51d1fa5641705d3071fe38e9fe3a9253


# 9804daf3 15-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.h

Hg-commit: 01be7b4c0ac1e993b540535c319de45af820a255


# b4876bcb 14-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed petscpcmg.h and fortran versions merged into petscpc.h and petscksp.h

Hg-commit: f1fa9c13361071e8062dc51beba76535fcaa600b


# 140e18c1 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed silly abreviations

Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f


# a853e81e 13-Jan-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175


# f2ba6396 12-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

added appropriate #include to various synopsis in manual pages

Hg-commit: 649729772e487ab080652f3c9abb4b4203cfa79d


# e4b508b2 09-Jan-2013 Jed Brown <jed@59A2.org>

BCGSL cleanup. Resolves #27.

Complex numbers, PetscBLASInt, add public interface, enable by default

Hg-commit: 6c042049b8d39971334cb78d4e7cad2181b5116c


# 289dcd94 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d


# ba142b81 08-Dec-2012 Jed Brown <jed@59A2.org>

Add KSPChebyshevEstEigSetRandom()/-ksp_chebyshev_estimate_eigenvalues_random

Hg-commit: 9f014580ecbe56ffc2ef23c8ad14d25125113731


# 2c8fc646 05-Dec-2012 Jed Brown <jed@59A2.org>

Import pipelined CG and CR methods from Pieter Ghysels

Hg-commit: 2ade060644b02e2aecca16af02c98227d0d1585a


# 5358d0d4 29-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

converted DMKSP to be a PetscObject
added correct __FUNC__ for vecscatter inline functions

Hg-commit: cd4882317a5574efc145953dcb89eb962dae9381


# 43208f3f 27-Nov-2012 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d


# 665b6f66 25-Nov-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: c2a0a7c82d24aa88b23a53b706ed12ced9bdde38


# fbd07b44 21-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

added KSPSetComputeInitialGuess() and removed use of DMSetInitialGuess() for KSP

Hg-commit: d39221ff28779fc7f102555df03a152f6f58b8f5


# 55849f57 19-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

added stubs for TS/SNES/KSP/PC Load and binary view, no working impls yet

Hg-commit: 7dfdadcaf4660e2aa05346cf920006cd46b990b6


# ea779764 08-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a57517442da7b6a75f827053648b7880559ad2fa


# c2b71004 07-Nov-2012 Hong Zhang <hzhang@mcs.anl.gov>

changes contributed by Jie Chen:
renamed the ifbcgs implementation to fbcgsr
cleaned the codes of different variants of fbcgs;
cleaned the codes of dynamic inner tolerance for flexible Krylov methods

changes contributed by Jie Chen:
renamed the ifbcgs implementation to fbcgsr
cleaned the codes of different variants of fbcgs;
cleaned the codes of dynamic inner tolerance for flexible Krylov methods.

Hg-commit: a3ff6ec415b52b4a20773deda8e62bfe4f332b86

show more ...


# ed525828 31-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a7fad1b276253926c2a6f6a2ded33d8595ea85e3


# 816e40a9 30-Oct-2012 Mark F. Adams <mark.adams@columbia.edu>

added a -ksp_monitor_max option.

Hg-commit: 508c26611290732c547f0b795b9918f6d29f53a0


# c3df09d6 21-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ed1a46afbb3ca05b94b623600c6c387ba23868ed


# f550243c 17-Oct-2012 Jed Brown <jed@59A2.org>

Add KSPMatRegisterAll() to avoid dependency of libpetscmat on libpetscksp

Register MATSCHURCOMPLEMENT there. User should explicitly call
KSPMatRegisterAll() or KSPInitializePackage() if they want to

Add KSPMatRegisterAll() to avoid dependency of libpetscmat on libpetscksp

Register MATSCHURCOMPLEMENT there. User should explicitly call
KSPMatRegisterAll() or KSPInitializePackage() if they want to make a
MATSCHURCOMPLEMENT before calling KSPCreate. Such a use case should be
very rare.

Hg-commit: 3c58006af47185551c8aeaf6e1c32e68b79916fb

show more ...


1...<<21222324252627282930>>...42