History log of /petsc/src/snes/impls/ngmres/snesngmres.c (Results 301 – 325 of 441)
Revision Date Author Comments
# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 38774f0a 26-Jan-2013 Peter Brune <brune@mcs.anl.gov>

Compartmentalized NGMRES components into simple functional units.

Hg-commit: 75ac67151efe80278181d26166dbba74f174849b


# 5fd66863 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "There should be a blank line before PetscFunctionBegin;"

Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98


# c5df96a5 26-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

updated PetscBLASIntCast() to return an error code

Hg-commit: 57d88da2280bc54336c931f5cac9a473f8f9a031


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


# 63e7833a 22-Jan-2013 Peter Brune <brune@mcs.anl.gov>

Added a logging event for the nonlinear preconditioner solve.

Hg-commit: ed33933203be0dc391c96404ba5d658785378062


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

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


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

Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.

Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305


# f5f7c1b9 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully replaced more '){' by ') {', added checker script

Hg-commit: a0037010be00b56a68354d942365c8f8df63198a


# 0adebc6c 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

silly code formatting problems; some people still need to read the style guide

Hg-commit: 7a98cb06baf90914d565ea8801b6900bdc5a04c1


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

fixed rest of mising CHKERRQ() fixed a few unused but set variables

Hg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f


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

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# 46533f15 14-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 47b11aeb5e6127da94cbf12b1f9d1d702e031d11


# c40d0f55 12-Sep-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESSet/GetPCSide(), enabling all the solvers (that support it) to use either left(preconditioned function) or right(preconditioned solution/step) nonlinear preconditioning.

Hg-commit: a0732ee

Added SNESSet/GetPCSide(), enabling all the solvers (that support it) to use either left(preconditioned function) or right(preconditioned solution/step) nonlinear preconditioning.

Hg-commit: a0732eefac2cd0f2b95441d7bde2f3bb22d836bd

show more ...


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 6a6fc655 04-Jul-2012 Jed Brown <jed@59A2.org>

Add const to many enum string lists

Hg-commit: c83e9a8fda58664955a3d65190eafbaf3a08ee6d


# 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


# 8dc1d2a3 28-Jun-2012 Paul Mullowney <paulm@txcorp.com>

Committing so that I can pull from petsc-dev.

Hg-commit: e93aeb36e62fd5e6181a21a3d56e8d0b339491b5


# b707f0f7 26-Jun-2012 Peter Brune <brune@mcs.anl.gov>

Made NGMRES fail more gracefully in the case where the inner minimization problem becomes ill-formed.

Hg-commit: 8a1a221158d667a809d1fec5a39af1fd39a18159


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# c0f8d84f 24-May-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f913cb65dfa3c5b3ff4f42d6f799542c1b5d257f


# 5b0d26cf 23-May-2012 Peter Brune <brune@mcs.anl.gov>

Fixed a monitoring typo in snesngmres

Hg-commit: 4b5d4cd1892a129221e4b1abc5bf291ffa1ba587


1...<<1112131415161718