History log of /petsc/src/snes/interface/snes.c (Results 1026 – 1050 of 2059)
Revision Date Author Comments
# 9d7e2dea 08-May-2013 Peter Brune <brune@mcs.anl.gov>

Suggested documentation fixes for SNESSetLagJacobian/PreconditionerPersists()


# 10509653 04-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'prbrune/snes-npcrhsfix'

* prbrune/snes-npcrhsfix:
Fix for unfreed vector in src/snes/examples/tutorials/ex15.c
Made ex15.c have an RHS instead of a constant forcing in the function

Merge branch 'prbrune/snes-npcrhsfix'

* prbrune/snes-npcrhsfix:
Fix for unfreed vector in src/snes/examples/tutorials/ex15.c
Made ex15.c have an RHS instead of a constant forcing in the function.
Fix to RHS bug in nonlinear left preconditioning

show more ...


# 6a4bb4b0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#1109

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#110990 fix timestamp order for .so vs .a during 'make install'
Update FFTW download
Increase patchlevel to 3.2-p7
...

show more ...


# 0e0552e0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/snesgetlinesearch'

* jed/snesgetlinesearch:
SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only)
SNESGetLineSearch / SNESSetLineSearch: rename f

Merge branch 'jed/snesgetlinesearch'

* jed/snesgetlinesearch:
SNESGetSNESLineSearch / SNESSetSNESLineSearch: mark as deprecated (C interface only)
SNESGetLineSearch / SNESSetLineSearch: rename for consistency
SNESGetSNESLineSearch: use auto Fortran binding

show more ...


# 82b59a81 19-Apr-2013 Jed Brown <jed@59A2.org>

SNES: export SNESPicardComputeFunction/Jacobian

These are still not in a header because I'm not sure they should be
public. But ex15.c is currently using them and we need the symbols to
link when vi

SNES: export SNESPicardComputeFunction/Jacobian

These are still not in a header because I'm not sure they should be
public. But ex15.c is currently using them and we need the symbols to
link when visibility is turned on.

show more ...


# 7601faf0 16-Apr-2013 Jed Brown <jed@59A2.org>

SNESGetLineSearch / SNESSetLineSearch: rename for consistency

This function was introduced as SNESGetPetscLineSearch, which matches no
established convention, then changed to SNESGetSNESLineSearch a

SNESGetLineSearch / SNESSetLineSearch: rename for consistency

This function was introduced as SNESGetPetscLineSearch, which matches no
established convention, then changed to SNESGetSNESLineSearch according
to the object name SNESLineSearch. This is inconsistent with names such
as MatGetInfo, MatGetColoring, MatGetNullSpace, MatGetLocalToGlobalMapping,
SNESGetConvergedReason, and TSGetAdapt.

This is a change from petsc-3.3.

show more ...


# a34ceb2a 16-Apr-2013 Jed Brown <jed@59A2.org>

SNESGetSNESLineSearch: use auto Fortran binding


# 06e93e79 11-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisteralldestroy'

* barry/rm-xxxregisteralldestroy:
TSSSP: Fix to use proper TSSSPInitializePackage() system
flag should have been false
removed unnneeded and unuse

Merge branch 'barry/rm-xxxregisteralldestroy'

* barry/rm-xxxregisteralldestroy:
TSSSP: Fix to use proper TSSSPInitializePackage() system
flag should have been false
removed unnneeded and unused XXXRegisterDestroy() routines
removed PetscFunctionListDestroyAll() and put PetscFunctionListDestroy(&XXXList) into the package finalize

show more ...


# 7e7d4f0d 10-Apr-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# 48dd1dff 08-Apr-2013 Barry Smith <bsmith@mcs.anl.gov>

removed unnneeded and unused XXXRegisterDestroy() routines


# acc80a61 07-Apr-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-matlab'


# c5b75c40 06-Apr-2013 Barry Smith <bsmith@mcs.anl.gov>

Fixes for MATLAB interface. (1) Fixed MPIUni to be reentrant again, (2) fixed PetscSF to be reentrant


# ca1f44cd 03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/functionlist-nocast'

* jed/functionlist-nocast:
docs: simplify explanation of function lists/composition
PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast
P

Merge branch 'jed/functionlist-nocast'

* jed/functionlist-nocast:
docs: simplify explanation of function lists/composition
PetscObjectQueryFunction: use macro to hide PetscVoidFunction* cast
PetscFunctionListAdd: use macro to hide (PetscVoidFunction) cast
PetscFunctionListFind: use macro to hide (PetscVoidFunction*) cast

show more ...


# 8a1af44d 03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add t

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add to nightlies
Changes: Note updates to XRegisterDynamic/PetscObjectComposeFunctionDynamic
PetscObjectComposeFunctionDynamic: remove stale docs and usage
developers.tex: remove complications from function composition with dlls
removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()
changes: document PetscFunctionListAdd() API change
developers.tex: update documentation of PetscObjectComposeFunction
removed path and MPI_Comm arguments from PetscFunctionListFind/Add()
removed path argument to XXXInitializePackage() and XXXRegister()
removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers

show more ...


# 971e163f 02-Apr-2013 Peter Brune <brune@mcs.anl.gov>

SNESSetCountersReset() lets SNES to keep nfuncs and linear_its for many solves


# 552c1db2 02-Apr-2013 Peter Brune <brune@mcs.anl.gov>

Fix to RHS bug in nonlinear left preconditioning


# 902f982f 02-Apr-2013 Peter Brune <brune@mcs.anl.gov>

Control over initial SNES func/norm in one place; inner ASPIN fix.


# 37ec4e1a 30-Mar-2013 Peter Brune <brune@mcs.anl.gov>

Added SNESGet/SetLagJacobian/PreconditionerPersists()

Lags through several solves -- good for preconditioners, good for timestepping.


# a240a19f 01-Apr-2013 Jed Brown <jed@59A2.org>

PetscFunctionListAdd: use macro to hide (PetscVoidFunction) cast

Same rationale as the last commit:

Casting using PetscVoidFunction instead of (void(*)(void)) is needed
with C++ compilers that will

PetscFunctionListAdd: use macro to hide (PetscVoidFunction) cast

Same rationale as the last commit:

Casting using PetscVoidFunction instead of (void(*)(void)) is needed
with C++ compilers that will not implicitly convert C++ language linkage
to C language linkage. Since PetscFunctionListAdd() is meant to operate
on generic function pointers, we hide this language linkage detail
(which is inconsistently implemented) in a cast.

show more ...


# 1c9cd337 01-Apr-2013 Jed Brown <jed@59A2.org>

PetscFunctionListFind: use macro to hide (PetscVoidFunction*) cast

Casting using PetscVoidFunction* instead of (void(**)(void)) is needed
with C++ compilers that will not implicitly convert C++ lang

PetscFunctionListFind: use macro to hide (PetscVoidFunction*) cast

Casting using PetscVoidFunction* instead of (void(**)(void)) is needed
with C++ compilers that will not implicitly convert C++ language linkage
to C language linkage. Since PetscFunctionListFind() is meant to operate
on generic function pointers, we hide this language linkage detail
(which is inconsistently implemented) in a cast.

show more ...


# bb9467b5 28-Mar-2013 Jed Brown <jed@59A2.org>

Fortran: callbacks cannot use auto-generated interfaces


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# bdf89e91 26-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()


# d4349b43 26-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed path and MPI_Comm arguments from PetscFunctionListFind/Add()


1...<<41424344454647484950>>...83