History log of /petsc/include/petscpc.h (Results 651 – 675 of 1091)
Revision Date Author Comments
# 3b1a4ead 07-Mar-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 546fb93b3761427f448145b5256fab3cbde1dcd6


# 2e14990f 02-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b180686acc18b06ecb015d56458ebbdfd45de47c


# adbda850 01-Mar-2011 Victor Minden <victorminden@gmail.com>

fixed some missing #undef __FUNCT__ stuff

Hg-commit: 2feac2bf8027fbcbdd1fc9bc455e58df2de8f9b9


# 6de8952c 01-Mar-2011 Victor Minden <victorminden@gmail.com>

changed ainvcusp to allow for different dropping strategies

Hg-commit: ceb30f62f0ddd7b30dcc516cbcba63720b0dc673


# 7147f78b 23-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6e96dcb7fd787a51921e809e4299bf76239a310b


# 04b59e88 22-Feb-2011 Victor Minden <victorminden@gmail.com>

removed some extra spaces
added framework for AINVCUSP pc -- yet untested

Hg-commit: bea909974b1f9447e9b535a8b973135632edf4f3


# 23a0c8d0 20-Feb-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 537234154b3995454892c850bc51dcc7ccc5d810


# bfc29b71 20-Feb-2011 Victor Minden <victorminden@gmail.com>

added sacusppoly pc for cuda

Hg-commit: bf90289adddf05b8cf487bccac075579d76f6e90


# 912875e1 19-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c78ba92aa720d392f81ed0ca55fd1b5349324707


# cd8bf0ef 18-Feb-2011 Satish Balay <balay@mcs.anl.gov>

add in prototype for PCReset() [fix compile warning]

Hg-commit: e450a5f1e2e8b1b3b26a3052a67a5790263fdaf1


# 37420090 27-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 05ee967a9f48c58f3abb8334aa635eb9daef28ef


# 3d740270 24-Jan-2011 Victor Minden <victorminden@gmail.com>

added options for iterations and verbose monitor for bicgstabcusp

Hg-commit: 1ff3ffc92e1bd3a4fd5f676eee5a2965547b3348


# 8154be41 21-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

changed names of all GPU related functions, macros and variables that involve CUSP to use the string CUSP instead of the misleading CUDA

Hg-commit: 3264fa4049fd83eceb12c85feb980ef207360220


# de49edd2 15-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: da47812877bab131336a3b865722ec9c8a0980ae


# 5a596e32 14-Jan-2011 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: b9722e2c7aadbb358853c2635963a81e630e4ddb


# f8260c8f 14-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

changed PCFactorSetMatSolverPackage() to NOT require the Mat before being called, now it just keeps a copy of the package name and uses it later
added PCFactorSetUpMatSolverPackage() actually calls M

changed PCFactorSetMatSolverPackage() to NOT require the Mat before being called, now it just keeps a copy of the package name and uses it later
added PCFactorSetUpMatSolverPackage() actually calls MatGetFactor() so there now exists a factor matrix and PCFactorGetMatrix() can be called and then options set from the program.

Hg-commit: 7f7727b0030448abcd98a3d596d64ed83143f965

show more ...


# 8381b885 12-Jan-2011 Victor Minden <victorminden@gmail.com>

added functions to set tolerance for bicgstabCUDA pc

Hg-commit: 1821b6f44bbb1a4bc34a59c118a3a116b28f8826


# 1a11c84d 06-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9eece74820683a3df266a7877d68c4eac77883cd


# b709dedd 06-Jan-2011 Victor Minden <victorminden@gmail.com>

added framework for bicgstabcuda pc from cusp
removed old unneccesary code from sacuda pc

Hg-commit: f9d72302fefab6a4f284f29393c711349d2030ae


# 83ab6a24 04-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

changed PCREDUNDANT to actually use the KSP in the object! Now -redundant_ksp_type gmres for example works

Hg-commit: 9791ff14682958a0f4a5fdcb00bfb1afee0eb564


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 27c67122 04-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

add SVD solver for testing
fixed SNESMonitorVI() to include sign of f at endpoints

Hg-commit: 2720df5a8657cce461e62a85d7a63e401c4c853f


# f9910cc0 01-Dec-2010 Jed Brown <jed@59A2.org>

Merge Dave May's DMGetInterpolation_DA_{1D,2D,3D}_Q1 patches

Hg-commit: eb6d8a4028d99ba8547e2c1717306462d399dbdf


1...<<21222324252627282930>>...44