History log of /petsc/src/snes/impls/tr/tr.c (Results 301 – 325 of 577)
Revision Date Author Comments
# d2c146c7 30-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ebb357f10b0c83746021a2f5d6008cb620ae37d0


# f5af7f23 30-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/snes/*

Hg-commit: 0b89af55379cc95040ca47c4c1f8000d6a978df2


# 1aa26658 30-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified parts of src/snes/*

Hg-commit: c338118f302c917361be863cb61bfa992de8f769


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# ea10fe75 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

if, for, while, switch now have consistently a space prior to the opening parenthesis.

Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5


# 54eb447f 18-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from src/snes/*

Hg-commit: 3f1255727749f701e123e1dcb12169d3fb72aa33


# 04d7464b 04-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

changed SNESLS and SNESTR to SNESNEWTONLS and SNESNEWTONTR
updated some example output to match correct -ksp_view when using gmres est eigenvalues

Hg-commit: e0e8da70399f87273ad168b3126606d8167a2474


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# e4ed7901 30-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESSetInitialFunction and SNESSetInitialFunctionNorm to avoid redundant work while composing nonlinear solvers

Hg-commit: bc1f6a469d5f148a18359ef9db72897c6019b77b


# 0ebbf5cd 11-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd


# 6cab3a1b 05-Mar-2012 Jed Brown <jed@59A2.org>

Refactor SNES DM infrastructure

The residual and Jacobian function pointers are now stored in a managed
context on the DM. Coarsening of this context is handled by a
DMCoarsenHook, so the coarse lev

Refactor SNES DM infrastructure

The residual and Jacobian function pointers are now stored in a managed
context on the DM. Coarsening of this context is handled by a
DMCoarsenHook, so the coarse level DM automatically has function
pointers for residual evaluation. The SNESDM context (attached to a DM)
has copy-on-write semantics for all DMs other than the one it was
originally created on. That means that changes to the function pointers
from the fine level are automatically propagated unless a coarse level
is changed manually.

Hg-commit: ce0066853e1ef4402603a33070cb3bfd75c87f86

show more ...


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 9c05af5e 05-Feb-2012 Jed Brown <jed@59A2.org>

SNESReset_XXX does not need to mess with work vectors

Hg-commit: 386f6e43210e955c03106668c7484128e96eb8cd


# 42f4f86d 16-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

more changes of Newton to SNES
SNESView only prints inner snes if it used by outter snes

Hg-commit: c84e9c7c4e16141e1039a62c33518e578258767f


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 1b717b39 11-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: b13688da09a64ce2b9a3d7d641f0a34804fa1c58


# ec7bbb8b 08-Jul-2011 Lisandro Dalcin <dalcinl@gmail.com>

Make SNESView_XXX ignore viewer types it cannot handle

Hg-commit: bacd736a92cc499f3a02ce02ec27ea69a6f1ec33


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


1...<<11121314151617181920>>...24