History log of /petsc/src/snes/interface/snesregi.c (Results 176 – 200 of 270)
Revision Date Author Comments
# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# ea3926da 07-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 7e01025b11c859ecad5b4d890251c24e935a27b5


# b6a51c36 07-Nov-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab


# 10f5ae6b 10-May-2011 Barry Smith <bsmith@mcs.anl.gov>

made SNESVI compile for complex
other nightly build fixes

Hg-commit: 6178094efdbb3a55caff2207d11cec8bd0a1361c


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 7935a769 23-Feb-2011 Jed Brown <jed@59A2.org>

More const in more places: {SNES,KSP}ConvergedReasons

Hg-commit: dc1cde49dbbfa78a60157d2dc4044c85110bab61


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# 76af4d96 23-Sep-2010 Lisandro Dalcin <dalcinl@gmail.com>

commit after merge

Hg-commit: 2a8e32b53b253a4b939d0602c9e0c2755d109f2b


# e7b9cdde 22-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c65383203bc2965d9634c23835a233c7d7830984


# 2b4ed282 22-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Renamed 'lsvi' to 'vi'

Hg-commit: 4f3ef42c14c4f16467b2ffdb3f09875c57455f8e


# 54b7effa 10-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9819d3416fadfb925ec641339fae95f90802240b


# 72d5504c 10-Sep-2010 Lisandro Dalcin <dalcinl@gmail.com>

commit after merge

Hg-commit: c0b3fc09844cf32734e0dc9a47e413b3306f3e96


# 647a2e1f 10-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

changed SNES_DIVERGED_LS to SNES_DIVERGED_LINE_SEARCH

Hg-commit: c3ca63820d0b46d93f7cb0ed9eb79f7bf0d3add4


# 21b1d680 06-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# cdb44a51 26-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f073afb985c264bd0c7e18eaa3075d3a35476b5d


# bc19aeda 20-Aug-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed sneslsvi to not build when the scalar type is complex.
Added #if !defined(PETSC_USE_COMPLEX) in SNESRegisterAll() and #requiresscalar real in lsvi makefile.

Hg-commit: 4f304a202466d9b5b0217d2a

Fixed sneslsvi to not build when the scalar type is complex.
Added #if !defined(PETSC_USE_COMPLEX) in SNESRegisterAll() and #requiresscalar real in lsvi makefile.

Hg-commit: 4f304a202466d9b5b0217d2a992bfc8246cc3227

show more ...


# 8d882f8d 20-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 25ed4be26c8ff5a64550b730f7b54dc4e9a45317


# 559ca921 19-Aug-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added #if defined(PETSC_USE_DVI) in SNESRegisterALL and #requirespackage 'SNES_USE_DVI' in lsvi makefile

Hg-commit: 91ed6f3f6a13e17dd45693916a1e7e57a3d0d0d8


# d47de31d 18-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 234708a6abebb3da9e8899d5fb5cd7b58ea7baff


1234567891011