Moved SNESSet/GetGSSweeps() to SNESGSSet/GetSweeps()Hg-commit: d1fcc8d2500d82410a545ee1d36406687690ac4d
removed silly abreviationsHg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
silly code formatting problems; some people still need to read the style guideHg-commit: 7a98cb06baf90914d565ea8801b6900bdc5a04c1
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() argsHg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
removed unneeded typedef of function pointer, replaced with manual page for function pointer formHg-commit: fd77d06a99d62a828458b49ce06b6519a336ace5
removed two typedefed function pointers from linesearch; what a pain.Hg-commit: 8386a24ef3bd52e341d618a8a28f546cc63c2597
removed SNESObjective typedef insteading using SNESObjectiveFunction manual pageHg-commit: 6dc0a8207aee7ba626ff7b41cca0db5faed5c2ae
began eliminating typedef functions in SNES, replaced with consistent naming of function pointer variablesstill a bunch more to goHg-commit: 390e5bc06391eaa29641487f59da6c1a75c5faa0
added appropriate #include to various synopsis in manual pagesHg-commit: 649729772e487ab080652f3c9abb4b4203cfa79d
some fixes to allow building docsadded manual page for SNESFunction as function pointer "typedef" for documentationHg-commit: 500030c17aeb246f96d2a50eef27de48702713c1
don't list unneeded /*I includes; they clutter the manual pagesHg-commit: e78ba20ae96445858089a43bccd0933d14f8ae95
Fix snesgetfunction_ and snesgetjacobian_Hg-commit: 6512571230309c72a6c60978677ac809fee686aa
Implement new Fortran callback handling; convert SNES use casesHg-commit: f2a68b8a037edffd463d1ee6e9014e2edcd4aad7
fixed rest of mising CHKERRQ() fixed a few unused but set variablesHg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f
removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are ha
removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are harmless for the real casethe less #if def code duplication we have the betterHg-commit: 158afdac623e9fb04c1dbe14153c0895e6c4feef
show more ...
removed adic stuffHg-commit: 99933b6f66a48c78b00a3952edfaf6191df65340
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
Remove duplicate seealsoHg-commit: 2202637592566b863612bb2708cf98739f7f8a76
PetscOptionsGetViewer() now returns format since that is needed separately from viewer to be pushed and poped when usedHg-commit: 3766d619209f59eac7f711df4eb56adfa9a0da7d
XXXiew_Private() -> XXXViewFromOptions()Hg-commit: 956ff26f22f2a1ac0320a5a195731edd8cf3234a
-snes_view_solution and -snes_view_solution_vtk updated to -snes_view_solution viewer....Hg-commit: 184975042af2349d477ff8a8a51bf15cde8117f7
completed basic conversion of -xxx_view and -xxx_view_yyy hodge-podge to consistent -xxx_view [viewer][:filename][:format] schemeleft is all the ugly ones for -ksp_view_binary and friendsHg-commit
completed basic conversion of -xxx_view and -xxx_view_yyy hodge-podge to consistent -xxx_view [viewer][:filename][:format] schemeleft is all the ugly ones for -ksp_view_binary and friendsHg-commit: e4cbe0641435ca83c394e1925ec2bdf3258742cf
added -snes_check_jacobianfixed Jacobian in advec ex1 that was wrong :-(added make ccmakeHg-commit: 7af0718b5ef278ee27930edfbe25e4bd2bd495d1
small fix enabling ASPIN methods and updated testHg-commit: 417f85e3d45881a9f1a4ea8a08991bad15a19d1f
Fixed comm used in SNESComputeFunction() errorHg-commit: 71f9ec869233400b5fb4509b62044ca347476f66
1...<<31323334353637383940>>...74