History log of /petsc/include/petscmat.h (Results 1601 – 1625 of 2308)
Revision Date Author Comments
# d4f48021 29-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: cf89d473fb05e15ce0e25bee490e4a23992bfc1b


# 557cca28 29-Sep-2008 Satish Balay <balay@mcs.anl.gov>

change MATTRANSPOSE [type] to MATTRANSPOSEMAT

Hg-commit: 4376e2e3881a6f41debb406f1e50d0bc95fafbb4


# 0481f469 28-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

pass MatFactorInfo as const into factorization routines, they shouldn't be changing it.

Hg-commit: 06e09652bd7d2f02616c7256594ec565736aabbf


# 95902228 24-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Added arg to MatNullSpaceTest()

Hg-commit: 897ade46c5d4e4a1b7f08209c1ab7c2120348c6d


# 85f097d7 24-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7dbcc30e5ab952630f5d3ab107f8a1b844c54a32


# 719d5645 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment o

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment of the MatSolve pointer is now done in the numeric factorization
(This is because only then do you know the right pointer that should be used)

Hg-commit: efc00afbc7c5103f2f56fd96963db2c4cf4e1ed4

show more ...


# 4fc57388 15-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: a2f7b9b8efe1825eadceecf27bade4115f4c35a5


# db4efbfd 15-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() i

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() into appropriate numeric factorization, previously it was in function table or get factor or symbolic factor

Hg-commit: 83ba8e21d43889fe945455ea7c1fb95368f1a281

show more ...


# 09f3181e 08-Sep-2008 Lisandro Dalcin <dalcinl@gmail.com>

remove ancient declaration MatSeqDensePreallocation() in petscmat.h

Hg-commit: 14d4e1c56842b0970c307ceb7a2f413026fa54f7


# ebd3b9af 04-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -mf_fd_coloring_jacobian_period and -dmmg_jacobian_period and function call friends because -snes_lag_jacobian does all that is needed
modified SNESComputeJacobian() to call the MatAssemblyBe

removed -mf_fd_coloring_jacobian_period and -dmmg_jacobian_period and function call friends because -snes_lag_jacobian does all that is needed
modified SNESComputeJacobian() to call the MatAssemblyBegin/End() on matrix-free A everytime even if lag is not set to 1
this is what people would expect

Hg-commit: 296a77abbd7661b7fbc32fd263fb1abe69a4a9a5

show more ...


# 752dad74 03-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

Changed -dmmg_jacobian_period to -dmmg_lag_jacobian
Changed MatFDColoringSet/GetFrequency() and -mat_fd_coloring_freq to MatFDColoringSet/GetLagJacobian() and -mat_fd_coloring_lag_jacobian

Hg-commit

Changed -dmmg_jacobian_period to -dmmg_lag_jacobian
Changed MatFDColoringSet/GetFrequency() and -mat_fd_coloring_freq to MatFDColoringSet/GetLagJacobian() and -mat_fd_coloring_lag_jacobian

Hg-commit: c52be4303a1109d00c572b201e8cbbe1bb93403d

show more ...


# bc6cd43c 03-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

removed MatFDSetRecomputeJacobian(), now use a freq of -2 to get the same effect

Hg-commit: efe45a5a8cd34bd629348fbdbe2903af1c93827c


# 3b224e63 28-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

basic Schur complement preconditioner is now working (no preconditioner on the Schur solve yet)

Hg-commit: b92a24fa5a99cb9f0f1ebe423a22c2cab0402a12


# f46a48fa 25-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9f4b5b10410b2061f255d158b9a4c2b779489528


# 5b840161 25-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

move MatCreateSchur to proper place in KSP
added prototype for MatCreateTranspose()

Hg-commit: 6eb40d09acb1d82289aeaaaa7677e786d8666839


# f20085c4 25-Aug-2008 Matthew Knepley <knepley@mcs.anl.gov>

Some fixes for new Mat code

Hg-commit: b6429786f872b28a0ba43a5d008f2927e2fa9984


# f4856b2b 25-Aug-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9799501305902c23ccd1350cd545c1b253ed0538


# 72ca8751 23-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

added MatGetOwnershipRangesColumn()

Hg-commit: 03eea7bc8c561f690126477bfcba7b1d4b9a8a1d


# 85e3dda7 20-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

added MatCreateTranspose()

Hg-commit: 07d6d6a608b187be917c3835ab2b2a01f98de04a


# fd5f9c01 01-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819


# 3ceee098 29-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7c4e5bfcddfc925f88778c73d07402950f612cbe


# 43244d56 26-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

added MAT_SOLVER_PETSC and put its use in to replace "petsc"

Hg-commit: fb5c62a1c792f5910ab22585ae231ff32b4b671f


# c7393fdb 25-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

changed MatSolveType to MatSolverPackage

Hg-commit: 237da6d33a71fc726cd7c44ec309405456f8c5c8


# ff1cced0 25-Jul-2008 Matthew Knepley <knepley@mcs.anl.gov>

Cleanup of MATOP lists

Hg-commit: d8cc2accdf4be31bf23df8689999e0cc9b9af4d6


# 35acd806 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

basic merge fixes to get make all test to work

Hg-commit: ca5639d1ceebd36a93c0a18e7552eb4eab9c77ba


1...<<61626364656667686970>>...93