added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
Merge MatMFFD cleanup from releaseHg-commit: 8446623c34917493efcc00de806fcd015812dd86
Rename MatMFFDDSSetUmin_Private to MatMFFDDSSetUmin_DS as per convention.Hg-commit: 941afa61793592376fd8cd14b4909879cb6438fc
commit after pull of manual pages patches for 3.1Hg-commit: fdda79b9b0cfa271aff815250a8f6761d22b5ee8
numerious more manual page fixesHg-commit: f97289d881d4cb25b22cf1feeb454dade290664b
changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
removed dead computenorma code from WP computation added gmres for grid sequence coarse grid solve in ex22 and fgmres for outter solve to match matrix free version of codeHg-commit: 9bb26960e027c2a
removed dead computenorma code from WP computation added gmres for grid sequence coarse grid solve in ex22 and fgmres for outter solve to match matrix free version of codeHg-commit: 9bb26960e027c2a36226cc1c74af7baa54d90eb8
show more ...
more seealsos for MFFD matrix typeWhen making Fortran examples for tests ignore warning messages with is being replaced by a real definitionHg-commit: 59cd5ed081f301725d5bcb9c4b70b6664eb6114c
correcting of 0 assignments to double to be 0.Hg-commit: 4e8d3c66ce68ac50361b8dc9292a6438842e1543
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
clean up stale commentsHg-commit: c6eb325ec7c9a74826544dffe3e3288c29065ceb
changed PetscMap to PetscLayoutHg-commit: b8f4632bd00d1563dcf8108fd4199169f8fd320b
fixed output files to have additional line for norm type PRECONDITIONEDnow allows PetscInitialize() and PetscFinalize() to be called multiple timesHg-commit: 2a35ab2c090ec4b625e988497846f530aaa67b
fixed output files to have additional line for norm type PRECONDITIONEDnow allows PetscInitialize() and PetscFinalize() to be called multiple timesHg-commit: 2a35ab2c090ec4b625e988497846f530aaa67b2c
add MatMFFDSetOptionsPrefix()Hg-commit: ae85d6221554d5bdae0d0dfa77eda2d51d17dbca
Add Mat_SubMatrix.This makes it possible to take a submatrix of any matrix type (includingMat_Shell and Mat_MFFD). Will simplify PC_FieldSplit.Hg-commit: 67f1e5aebf857ceed94a7b090e6d073f1dc6765f
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth vari
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth varientHg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2
removed -I$PETSC_DIR from make system and changed the corresponding#include "src/dsdsdsds" to "../src/sdsdsds" in the source codeHg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
documentation fix, you can actually call MatMFFDSetBase() sometimes with an F and sometimes without.Hg-commit: 29ead11809dd8fda5cd8e9b5bafe3daa4a5af3d4
Bug report from Glenn Hammond. MatMult_MFFD() as ALWAYS computing F at base point even F was passed inMatMFFDSetBase(). It was doing an extra, unneeded function evaluation.Hg-commit: bf4ebd9c5a561
Bug report from Glenn Hammond. MatMult_MFFD() as ALWAYS computing F at base point even F was passed inMatMFFDSetBase(). It was doing an extra, unneeded function evaluation.Hg-commit: bf4ebd9c5a561cc5ca71484f5d7c76db914f75dc
moved the const out of XXType definitions and into the Set and Get MethodsHg-commit: d4d9a237045a151847ef3121b00df73d952d0999
changed PetscEvent to PetscLogEventRemoved initialization of global variables PetscLogEvent and PetscCookie to 0 since no longer neededHg-commit: b49d69f3756a139801bd445902e6aa5221450631
changed PetscLogClassRegister() to PetscCookieRegister() and fixed calling sequenceHg-commit: 9bf4c5c14bd579a1e7136bac681411624d111bf5
PetscLogEventRegister() returns event as final argumentHg-commit: 48f3daa4669e948117ab4e8a2d02ec1f90b3dd53
fixed void* casts needed in some of the Fortran interfaces that involve function pointersfixed picard to match line search that has one additional argument (the xnorm).Hg-commit: 2f61689818a448b96
fixed void* casts needed in some of the Fortran interfaces that involve function pointersfixed picard to match line search that has one additional argument (the xnorm).Hg-commit: 2f61689818a448b96a3f4c3159cd5dcf943cf096
moved CHKMEMQ from VecScatter implementions to VecScatter begin and endmore Fortran interfaces that take function pointers converted to use fortran_func_pointersadded more diagonostic info to cu
moved CHKMEMQ from VecScatter implementions to VecScatter begin and endmore Fortran interfaces that take function pointers converted to use fortran_func_pointersadded more diagonostic info to cubic line search run.Hg-commit: 86b833279a4c6e7df5897d034ee5efe88fb125cf
1...<<111213