History log of /petsc/src/snes/interface/snesut.c (Results 351 – 375 of 553)
Revision Date Author Comments
# 8c778c55 19-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

removed PLAPACK interface
Removed generic MatGetArray/MatRestoreArray()

Hg-commit: 43ffc442c8fd7c7b840af42cbd49288755158b7c


# 73a71a0f 14-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

added MatSeqDenseGetArray() and MatSetRandom()
switched MatGetArray() for SeqDense to use MatSeqDenseGetArray()

Hg-commit: d91242180205aedab6a564c6081a3c979cd67075


# 8cf3ef60 12-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bd03fdcd3cf87c5b29ea28a5f4737ae936d9df04


# 50c1c956 10-Aug-2012 Jed Brown <jed@59A2.org>

Fix SNESMonitorJacUpdateSpectrum() when Lapack routines not available

Hg-commit: a39baf4c0c851491d5b47240596bbde494e84ce8


# 3019643c 31-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 88836accd0c055c7e1423a7d4a5dc51a1ff3878f


# 196da8b6 30-Jul-2012 Peter Brune <brune@mcs.anl.gov>

Wrapped call of GEEV in SNESMonitorJacUpdateSpectrum for ESSL and missing GEEV

Hg-commit: d01946145980533f72b6500bd243b1dd3666686c


# 2e7541e6 30-Jul-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESMonitorJacUpdateSpectrum to determine the rank of the difference between Jacobians at each update

Hg-commit: d69425809bb234bed7d9109969b77b02765f6003


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# 8146f6eb 14-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

moved -mat_null_space_test to end of MatAssemblyEnd() so it can be used with any matrix
changed KSPSetOperators() to get the null space from the pmat, instead of the amat, so that -snes_mf_operator c

moved -mat_null_space_test to end of MatAssemblyEnd() so it can be used with any matrix
changed KSPSetOperators() to get the null space from the pmat, instead of the amat, so that -snes_mf_operator can work when user provides a null space in the operator

Hg-commit: 7153038d6b83108f5256f07a639d48762bde60bb

show more ...


# 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


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 5816802f 22-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 91990355ddeed5e72c092253865a33777b722adc


# c60f73f4 22-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Changed all references to snes->xtol and CONVERGED_PNORM_RELATIVE to snes->stol and CONVERGED_SNORM_RELATIVE to avoid confusion with -snes_stol option.

Hg-commit: 3da8f2e08535b344b92088fde76c9b80e33

Changed all references to snes->xtol and CONVERGED_PNORM_RELATIVE to snes->stol and CONVERGED_SNORM_RELATIVE to avoid confusion with -snes_stol option.

Hg-commit: 3da8f2e08535b344b92088fde76c9b80e33396c1

show more ...


# 8f1a2a5e 12-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

changed sqrt() to PetscSqrtReal() to work properly with __float128
changed some %G to use %14.12e and (double) to work with __float128

Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b


# 423d130b 27-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge after commit

Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6


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

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 3997210f 15-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: cf711a579159759a8123fc41c1ca1e8729954659


# 44a89da2 14-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after Merge

Hg-commit: cd05c6754aae28afa4c00c2b5738065bfb0e8ab5


# 98acb6af 14-Jul-2011 Matthew G Knepley <knepley@gmail.com>

Turned on docs for SNESDefaultGetWork()

Hg-commit: af358de5c5801cb59d807ab3404562ad908cab07


# 649052a6 14-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

removed PetscViewerASCIIMonitorCreate instead regular ASCII viewers are used and the tabs are set by the Monitor routine. Now no monitor option should be double used because SNES or KSPSetFromOptions

removed PetscViewerASCIIMonitorCreate instead regular ASCII viewers are used and the tabs are set by the Monitor routine. Now no monitor option should be double used because SNES or KSPSetFromOptions are used

Hg-commit: 3821c77002121ce48b9fae3b1d8e38aa6c55f2b9

show more ...


# 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>>...23