History log of /petsc/src/snes/interface/ftn-custom/zsnesf.c (Results 276 – 300 of 334)
Revision Date Author Comments
# ce2f17d1 10-May-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 8ad722e18529293bde53db7f4fb83823cee61dc0


# c2efdce3 06-May-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed the XXXMonitorSet() to take a destroy routine that takes a void** argument instead of a void* argument to match the calling sequences of the viewer destroys.

Hg-commit: 021daf4f46f2a80eb466760

fixed the XXXMonitorSet() to take a destroy routine that takes a void** argument instead of a void* argument to match the calling sequences of the viewer destroys.

Hg-commit: 021daf4f46f2a80eb466760738148cd726f3fbf0

show more ...


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# c20522c1 05-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 0b1cf8fb45a6a88b4ebf34ba127f0a69d77ef0de


# 6ca41fec 01-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

pull of patch support MatMFFDComputeJacobian() from Fortran from 3.0.0

Hg-commit: 010685e230bf18b3a670a07aa6c120af7c24ed56


# df66969e 01-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

austin@txcorp.com
Subject: [petsc-maint #39550] Using SNES with Matrix-Free from F9X
Date: December 29, 2009 4:41:17 PM CST


MatMFFDComputeJacobian in SNESSetJacobian.

When digging into the cod

austin@txcorp.com
Subject: [petsc-maint #39550] Using SNES with Matrix-Free from F9X
Date: December 29, 2009 4:41:17 PM CST


MatMFFDComputeJacobian in SNESSetJacobian.

When digging into the code in petsc 3.0.0-p10 for snes/mf/snesmfj.c at line 37 it says that
this is not callable from Fortran.

Is this right? How hard is this going to be to fix or is there a workaround?

Hg-commit: cb0b8d7bcb7cb06b582bab44cd24ed0f7f86b017

show more ...


# 073e0ee2 28-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2e424e4de219b4b265d0d29b5141314f4647f889


# cc27cb4f 23-Apr-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 00dae498d8c1239bba182e5284a9f69b457425ca


# 5d4ebb51 17-Apr-2009 Barry Smith <bsmith@mcs.anl.gov>

make sure user does not pass wrong PETSC_NULL_xxx as destroy function to SNESMonitorSet()

Hg-commit: 97b66806d70a6864bac61d8163b3e35fc09b43a2


# 33c5804c 27-Aug-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b51d38bfabbee5e3ec2e818f79d53556261e1c55


# 3f22127d 26-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

generate error if in fortran PETSC_NULL_xxx is used when PETSC_NULL_FUNCTION
should be used for KSPMonitor, KSPConverged and SNESMonitor are called
petsc-maint 18171

Hg-commit: 7a02b831e069f

generate error if in fortran PETSC_NULL_xxx is used when PETSC_NULL_FUNCTION
should be used for KSPMonitor, KSPConverged and SNESMonitor are called
petsc-maint 18171

Hg-commit: 7a02b831e069f8ad02f1e25f6598232724fd06e6

show more ...


# 6895c445 01-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

finished converting Shellpc Fortran interface to use fortran_func_pointers
changed conversion of fortran_func_pointers for storing contexts to immediately cast to void*

Hg-commit: fe23f661c1ebf8b372

finished converting Shellpc Fortran interface to use fortran_func_pointers
changed conversion of fortran_func_pointers for storing contexts to immediately cast to void*

Hg-commit: fe23f661c1ebf8b37267813b8a021aeafbee732d

show more ...


# f5cf2073 29-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

petsc-maint 17378 zsnesf.c 71 missing void *caste

Hg-commit: 4e64c90158bbf24d99dfb59eb3324141a7bf9b92


# 7f7931b9 29-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

added optional (*destroy) function to SNESSetConvergenceTest()
Now it matches KSPSetConvergenceTest() and the KSP/SNES/TSMonitorSet() paradigm
changed make_log file that is generated on build to m

added optional (*destroy) function to SNESSetConvergenceTest()
Now it matches KSPSetConvergenceTest() and the KSP/SNES/TSMonitorSet() paradigm
changed make_log file that is generated on build to make.log

Hg-commit: f4443f9e81393557f27dec9414ea82a4363efd9e

show more ...


# 199d901b 29-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b5c21b12ef91890f951d2b5c6031d75f14a1af53


# e1d034e4 29-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed update to SNES ls fortran interface functions to use fortran_func_pointers

Hg-commit: a7e1f91d70b95a0b416b21d38099c8dabacc5250


# 2613ca53 29-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

compute xnorm initially for SNESolve_LS so can be used in line searches

Hg-commit: 41341772a7359063e725ba8b8a3a8549b3493fa4


# f5b6597d 28-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

moved CHKMEMQ from VecScatter implementions to VecScatter begin and end
more Fortran interfaces that take function pointers converted to use
fortran_func_pointers
added more diagonostic info to cu

moved CHKMEMQ from VecScatter implementions to VecScatter begin and end
more Fortran interfaces that take function pointers converted to use
fortran_func_pointers
added more diagonostic info to cubic line search run.

Hg-commit: 86b833279a4c6e7df5897d034ee5efe88fb125cf

show more ...


# f5c0949b 26-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Fixes for new KSP/SNES stuff

Hg-commit: c1e2122ef341260f1cade210f120dc10a9076396


# c1b1f1c4 26-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

typo in zsnesf.c

Hg-commit: 307d3811caa5f72ec1d2e62796606fcede1e4975


# 187c9270 26-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 104c3aefa63b134df0369032dcd445a192dd8906


# ce0a2cd1 21-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)

Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3


# f787a65d 20-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectAllocateFortranPointers() replaced direct use of malloc for these

Hg-commit: 2c4d80a83ccb656c1ab09c5dcec9c685c121655f


# b8ebb45f 20-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

added support for multiple Fortran snes objects in the same code. The
function pointers are now stored in the fortran_func_pointers array as they should be

Hg-commit: 9013ebe0afea76097cc399004acf

added support for multiple Fortran snes objects in the same code. The
function pointers are now stored in the fortran_func_pointers array as they should be

Hg-commit: 9013ebe0afea76097cc399004acf8d82361412d7

show more ...


# fd087143 11-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d08cd9807c22bb8c2eb753efdcc25ad0499b7dc7


1...<<11121314