History log of /petsc/src/snes/impls/shell/snesshell.c (Results 151 – 175 of 178)
Revision Date Author Comments
# 8cc058d9 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN

Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426


# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# 99e0435e 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

updated from EXTERN_C_BEGIN/END through sys directory

Hg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df


# e9fbd226 05-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f


# 00de8ff0 04-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc
PetscObjectComposeFunctionDynamic() is still availabl

changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc
PetscObjectComposeFunctionDynamic() is still available for use if needed
also fixed calls to PetscObjectComposeFunction() to not wrap lines (per PETSc coding style)

Hg-commit: 822f9ddaac95a8ff6c2a9ad77fbf07d02d2c20d9

show more ...


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


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

Uncrustified parts of src/snes/*

Hg-commit: c338118f302c917361be863cb61bfa992de8f769


# 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


# 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


# 4dd37ed8 29-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f6a88fee9ba1b8041ee9b459d0ad54470439160a


# 90b77ac2 27-Aug-2012 Peter Brune <brune@mcs.anl.gov>

SNESShellSetSolve() fortran binding and bugfixes for organization of fortran_func_pointers in SNES.

Hg-commit: 0c116e2b05a8bbca1b13cf0ea408f59e4470e051


# 7dd0b29c 27-Aug-2012 Jed Brown <jed@59A2.org>

Merge from petsc-3.3, discards functional changes to fieldsplit.c since petsc-dev's fieldsplit was refactored

Hg-commit: 518adbf64b18ed466b131caa34f3b2cf707b60d7


# 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


# 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


# 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


# 1e633543 15-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

updated test output to use SNES Iterations instead of Newton Iterations
changed line search calling sequences so that all input arguments are passed before output arguments
fixed Picard to use same c

updated test output to use SNES Iterations instead of Newton Iterations
changed line search calling sequences so that all input arguments are passed before output arguments
fixed Picard to use same calling sequence of line searches as other SNES methods

Hg-commit: fae74e5081b3f5b3bc28fa3a5e81739ea7ae697c

show more ...


# 75783a5f 15-Sep-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 613db546a9aeac1d9f66206c457d69227f963da6


# b2951d5e 14-Sep-2011 Satish Balay <balay@mcs.anl.gov>

fix compile error [with ftn-auto]

Hg-commit: 79756de8e44abc32b8267caa0e68ac4d8d098d08


# 074cc835 14-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

added SNESShell and Makefile

Hg-commit: 3f618cf1a55724b2aa18da2ef75a42b9af8ae40b


# 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


12345678