History log of /petsc/src/mat/impls/baij/seq/baij.h (Results 276 – 300 of 391)
Revision Date Author Comments
# eac640c0 12-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 6b27853b537b6336367f1ea6a83b25a59aa8ed0f


# 17542729 11-Oct-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatLUFactorNumeric_SeqBAIJ_3 for Natural and other orderings
Merged all LU numeric factor routines in baijfact13.c
Removed baijfact14.c

Hg-commit: de119c5b3af3cf87701b6aa3a3d245e9fb9c1b8e


# 4c000e2e 05-Oct-2009 Hong Zhang <hzhang@mcs.anl.gov>

add MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering_newdatastruct()
implement inline Kernel_A_gets_A_times_B_2() and Kernel_A_gets_A_minus_B_times_C_2()

Hg-commit: 3d7d28683daebb54f5a039927ee19ffb0b5a4

add MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering_newdatastruct()
implement inline Kernel_A_gets_A_times_B_2() and Kernel_A_gets_A_minus_B_times_C_2()

Hg-commit: 3d7d28683daebb54f5a039927ee19ffb0b5a4311

show more ...


# d0f3b693 05-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9919bce1b21afcca5efc56a718d0fe91a04e9392


# b588c5a2 05-Oct-2009 Hong Zhang <hzhang@mcs.anl.gov>

add MatLUFactorNumeric_SeqBAIJ_2_newdatastruct()

Hg-commit: 49ccea8d4791db7d82aa00ac08e7a4d4e691eb0c


# 098c0d8d 24-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: a7710b011ce3f2c4ac169ab040d429403a541f7f


# 8bfb2e2b 24-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatLUFactorSymbolic_SeqBAIJ_newdatastruct: Memory bug fixed, no performance improvement?!

Hg-commit: 71e63303ca85bde65acefd2082bcf9625640a4b6


# faca2338 24-Sep-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatLUFactorSymbolic_SeqBAIJ_newdatastruct: Need to fix memory bug

Hg-commit: fb37f7e06dc3545c0ba5212b7ea619b47cc21a55


# 2d0b4cb3 17-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df1ddc3c1dde73a02fe57cd49cb672f5616a135d


# a4005a5d 17-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

more moving fortran kernels

Hg-commit: 5ed9048967492d9347972f95e32e80dabb44f7ae


# 0b0da1c5 27-May-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 1cebfc03201741aa243081d38356d05b150802f8


# 4aa3045d 27-May-2009 Jed Brown <jed@59A2.org>

MatGetSubMatrix API change

The user now specifies a parallel IS for the columns. The local part of
this IS corresponds to the local columns of the matrix. Note that
MatPermute_MPIXAIJ calls the pr

MatGetSubMatrix API change

The user now specifies a parallel IS for the columns. The local part of
this IS corresponds to the local columns of the matrix. Note that
MatPermute_MPIXAIJ calls the private versions where the full index set
is given. It is probably desirable for MatPermute to also use a
parallel IS rather than require a gathered IS.

Ripped out MatGetSubMatrixRaw, it is not used anywhere in PETSc.

Hg-commit: 3b40e47b3df6b69dfffc2cc67b61dab74aafd570

show more ...


# 81594ee8 04-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 13ee4a481d0761c31f428ae3d48cb56ce869752b


# c8342467 01-May-2009 Hong Zhang <hzhang@mcs.anl.gov>

prepare of MatILUDTFactor() for seqbaij format

Hg-commit: 95ac6b4ce608bd2857115167b890c7c66e437729


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# 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


# 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 ...


# 207126cb 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers

Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700


# 392a8661 26-Jun-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 41800043acaea4edc1ffe515ad0d33298e6b8178


# a313700d 24-Jun-2008 Barry Smith <bsmith@mcs.anl.gov>

moved the const out of XXType definitions and into the Set and Get Methods

Hg-commit: d4d9a237045a151847ef3121b00df73d952d0999


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

Merge

Hg-commit: d08cd9807c22bb8c2eb753efdcc25ad0499b7dc7


1...<<111213141516