History log of /petsc/src/snes/interface/snes.c (Results 576 – 600 of 2059)
Revision Date Author Comments
# 6294108e 19-Mar-2018 Toby Isaac <tisaac@cc.gatech.edu>

Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield

* origin/knepley/fix-snes-ex69: (311 commits)
PetscFECreateDefault: fix custom Fortran interface to use MPI_

Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield

* origin/knepley/fix-snes-ex69: (311 commits)
PetscFECreateDefault: fix custom Fortran interface to use MPI_Comm
SNES ex69: Updated test output
SNES ex69: Removed all mantle stuff and change fields to constants - Also use dsymutil for executables
SNES ex69: Removed special partition
SNES ex69: Fixed null space creation - Null space locks its vectors
PetscFE: PetscFECreateDefault() now takes MPI_Comm instead of DM
cleanup very ugly PCGAMG manual page
minor clarifications for VecScatterCreate() manual page
gcov: PETSC_ARCH is required onlyfor -run_gcov - and not for -merge_gcov [where it doesn't exist]
make clearer in help statements what --with-external-packages-dir is for.
Website: Added news entry for PETSc User Meeting 2018 on main page.
CUDA: Further test output fixes for mat_tests-ex2
Turn off elemental test for parmetis running since this does not work on batch systems.
3.8 Changes: KSPCHEBYSHEV
CUDA: Fixed most test errors due to MatMultTranspose*
website: update urls
website: fix Jason's name to match pic. Also add Todd's pic
Dev manual: copyedit
DMPlexDistributeLabels: Propagate the output flag
cuda/cusp: update minimum supported versions of cuda to 7.5 and cusp to 0.5.0
...

show more ...


# 81e7118c 07-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

double ;; typo

Commit-type: portability-fix
Reported-by: nightly tests


# e885f1ab 06-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

Move logic from -snes_type test to be called instead with each computation of the Jacobian

Introduces the options -snes_test_jacobian -snes_test_jacobian_display -snes_test_jacobian_display_threshol

Move logic from -snes_type test to be called instead with each computation of the Jacobian

Introduces the options -snes_test_jacobian -snes_test_jacobian_display -snes_test_jacobian_display_threshold

Note that this ignores Jed's code that checks the Jacobian at each computation of the Jacobian because
I don't like it.

Commit-type: feature

show more ...


# 32814795 06-Mar-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'denera/fix-tablevels-for-views' [PR #869]

* denera/fix-tablevels-for-views:
Instead of manual push-pop tab operations, views now inherit tablevels automatically.
This makes views consi

Merge branch 'denera/fix-tablevels-for-views' [PR #869]

* denera/fix-tablevels-for-views:
Instead of manual push-pop tab operations, views now inherit tablevels automatically.
This makes views consistent with default convergence monitors.

show more ...


# 25ce1634 04-Mar-2018 Jed Brown <jed@jedbrown.org>

Fix some minor/semantic bugs identified by clang analyzer


# 57ff148e 04-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/refactor-petscstrncat'


# a126751e 03-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

Change PetscStrncat() to PetscStrlcat() to match BSD API where l represents total length

Update many uses of PetscStrcpy() and PetscStrcat() to the safer PetscStrncpy() and PetscStrlcat()

Commit-ty

Change PetscStrncat() to PetscStrlcat() to match BSD API where l represents total length

Update many uses of PetscStrcpy() and PetscStrcat() to the safer PetscStrncpy() and PetscStrlcat()

Commit-type: style-fix, feature
Thanks-to: Jed Brown

show more ...


# 63b15415 27-Feb-2018 Alp Dener <adener@mcs.anl.gov>

Wrapping up for a pull request


# 19b5c101 27-Feb-2018 Alp Dener <adener@mcs.anl.gov>

All views changed to inherit tab levels from associated objects


# e161dc74 24-Jan-2018 Fande Kong <fdkong.jd@gmail.com>

Added API SNESGetForceIteration

to get a flag that is used to indicate whether or not to force
SNESSolve() take at least one iteration regardless of the
initial residual norm


# 80707088 27-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'Fande-Kong/get_force_iteration'


# 85216dc7 24-Jan-2018 Fande Kong <fdkong.jd@gmail.com>

Added API SNESGetForceIteration

to get a flag that is used to indicate whether or not to force
SNESSolve() take at least one iteration regardless of the
initial residual norm


# 1d4494a9 09-Jan-2018 Scott Kruger <scott.e.kruger@gmail.com>

Merge branch 'master' into scott/ksp-ksp-tutorials


# 919a6f59 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-snes-convergence-vi-force'


# 7cd3fc30 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/tao-to-new-test-harness' into barry/all-new-test-harness-branches


# 9b58da5a 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/vec-to-test-harness' into barry/all-new-test-harness-branches


# 35e5de05 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jed/tests-cxx-linker' into barry/more-to-new-test-harness


# 0d6f27a8 21-Dec-2017 Barry Smith <bsmith@mcs.anl.gov>

Use the -snes_force_iteration option for VINEWTONRSLS method

This option has not be systematically added for all the various convergence tests for
different SNES solvers

Commit-type: bug-fix, featu

Use the -snes_force_iteration option for VINEWTONRSLS method

This option has not be systematically added for all the various convergence tests for
different SNES solvers

Commit-type: bug-fix, feature
Reported-by: Henrik Buesing <hbuesing@eonerc.rwth-aachen.de>

show more ...


# 1a461cb7 20-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-adapt-analytic'

* knepley/feature-plex-adapt-analytic:
SNES ex12: Added test for analytic adaptation - The problem is not right yet since the rhs does not match

Merge branch 'knepley/feature-plex-adapt-analytic'

* knepley/feature-plex-adapt-analytic:
SNES ex12: Added test for analytic adaptation - The problem is not right yet since the rhs does not match the solution
SNES+Adaptor: Now -snes_adapt_initial can take a number of iterates - You can use this, along with a PetscDS exact solution, to do refinement with an analytic guide

show more ...


# b2588ea6 16-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

SNES+Adaptor: Now -snes_adapt_initial can take a number of iterates
- You can use this, along with a PetscDS exact solution, to do refinement with an analytic guide


# b6ca5466 12-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (60 commits)
petsc4py: update to use latest 3.8 snapshot
petsc4py: update to snapshot that syncs with 276c550
fix warni

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (60 commits)
petsc4py: update to use latest 3.8 snapshot
petsc4py: update to snapshot that syncs with 276c550
fix warning
Plex ex26: Protect ExodusII stuff
DM: DMCreateSubDM() field argument should be const
TS ex46: Newlines and some numerical jitter
TS ex45: Newlines and some numerical jitter
TS ex11: Fixed indentation and time step numbering
SNES ex12: Update for DM view changes
Plex tests: Update to new DM output
Plex ex23: Use Nc not dim for vector fields
Plex: Default section now ignores cells hanging off boundary meshes
Plex: Viewer now reports the cell Height
Increase patchlevel to 3.8.3
Plex: Fixed DMPlexInterpolate() bugs - Do not copy associated data if we are not interpolating - Do not interpolate if we already have full depth
fix valgrind errors with using PetscObjectGetName()/SetName() with the same object - resulting in a free() before copy.
ex4: fix compile warning and update makefile
Minor fixes
Improving report_tests
PetscDS: Must initialize the default adjacency
...

Conflicts:
include/petsc/private/dmimpl.h
include/petscdm.h
include/petscis.h
src/dm/impls/plex/plexcreate.c

show more ...


# cb2d6f27 10-Dec-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/Fande-Kong/remove_SNESHasDM'


# 64aa12e4 08-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if m

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if malloc is already set
Plex: Fixed array initialization
pgi: compile fix
knl: update test to use memkind and remove option that worked arround a bug with intel 17
Check the return value for memkind_posix_memalign
Change the default behavour for -malloc_hbw
Bib: More refs
test: remove runex13f90 as its now converted to new test suite
fix win32 crash. This test was previously run with '-n 4' - so restoring it
Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodes
bugfix for MatDuplicate_MPIAIJ_PtAP Reported-by: Samuel Lanthaler <s.lanthaler@gmail.com>
strip out dead sundials usage code; change sundials test to only run 5 timesteps to prevent different number of steps on different systems.
Remove extra lines of output file
Example uses C99 constructs so must mark with requires: c99
fix const missmatch for DMDAVecRestoreArrayRead()
remove conflict between function name in example and new PETSc TS function
builds: attempt to do maint/master/next test builds in separate clones
ex62: it turned out that CHACO partioning is not deterministic. Use a prescribed partition instead
...

Conflicts:
src/dm/interface/dm.c
src/snes/examples/tutorials/ex13.c

show more ...


# c5437d3a 08-Dec-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/knepley/feature-adaptor-plex' into next-tmp


# 1fa399ad 04-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with updated 17.10 compilers
Fix for test dirs that are not tutorials/tests
fix use of double in PetscAbsReal() which produces compiler warnings with single precision build
elemental: remove info on conflict of -with-cxx-dialect=C++11 on osx - it works now.
Cleanup .bib files
Fix allfortranstubs rule to rm generated files from correct directory, not outdated location
ierr set but not checked
Remove initial refine so test runs faster and does not time out on some machines
Gail's copyedits for bibtex items
Docs: manual: add further description of 3 different current testing options
DM: check for ops->localtolocalbegin/end before calling
PetscSF: fix typo in tutorial ex1
Vec+HDF5: Fix output for complex - Need to check for empty group name
SNES: SNESDestroy() can be called with snes->dm == NULL
SNES: SNESDestroy() can be called with snes->dm == NULL
Vec+HDF5: Fix output for complex - Need to check for empty group name
Docs: Manual: Update tests section
gmakegentest: also exclude .#filenames created by emacs
DMPlex: Fix output of test ex1 after changes to Gmsh reader
...

show more ...


1...<<21222324252627282930>>...83