History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 1376 – 1400 of 2495)
Revision Date Author Comments
# 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


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 84f63435 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1f59c3e5424b120346b764d7a4cc5fef5fc0813a


# 5ae82e52 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 67e3394514cad6a7892d02e31d0abe1b34f5451f


# cbd44569 11-Mar-2011 Hong Zhang <hzhang@mcs.anl.gov>

add MatMatSolve_SeqAIJ to _MatOps table

Hg-commit: e7b8783e37a0b87ac608ad19df0d28950b99ce0a


# 20803bd0 09-Feb-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 674bc8187eb8d0423d5e5713bd4ba8a46a2b8020


# 292fb18e 07-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

updated Scotch.py to use latest Scotch and build parallel Scotch as well
updated Mumps.py to allow using parmetis and scotch together and to use parallel orderings from both of those packages.

Hg-co

updated Scotch.py to use latest Scotch and build parallel Scotch as well
updated Mumps.py to allow using parmetis and scotch together and to use parallel orderings from both of those packages.

Hg-commit: bcca2353f2b44910dc25f1a27c951e23830b9563

show more ...


# 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


# 581f5847 19-Jan-2011 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 0b018a3bb889b6b7655da1780481307119052edf


# 6ce1633c 16-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

added -pc_fieldsplit_stokes that automatically sets up Stokes solver with fieldsplit

Hg-commit: 93cf08337e0b89b643012c89924a66d5eb23e435


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

update MatSeqAIJFindZeroRows() to MatFindNonzeroRows()

Hg-commit: fbda5d24d43b60060a19e9257c1b0ad376959dc0


# 62298a1e 08-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

vi rs solver checks for zero rows in matrix and removes all those rows and colums from the inactive set
zero rows come from equality constraint in Allen-Cahn equation

Hg-commit: 7da664b0275039a9742f

vi rs solver checks for zero rows in matrix and removes all those rows and colums from the inactive set
zero rows come from equality constraint in Allen-Cahn equation

Hg-commit: 7da664b0275039a9742f5f7bd675c31970f57482

show more ...


# f38cfdcd 14-Dec-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587


# cd6b891e 14-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

[petsc-maint #56731] Parallel assembly bug with compressedrow when pattern changes
recompute compressed row structure for each new matrix assembly, when requested so that compressed information is al

[petsc-maint #56731] Parallel assembly bug with compressedrow when pattern changes
recompute compressed row structure for each new matrix assembly, when requested so that compressed information is always up to date

Hg-commit: 8b3422309f64468fec0ab5079c31f1ed7cabd7f9

show more ...


# 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


# 47b40911 01-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb


# 07ed33dc 29-Nov-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8753319427e40b297e0cf51005f1c3ca012b9dbb


# 6915305f 29-Nov-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 3830df92b8bce85cdbecd681a87699ec570d54d3


# d00279f6 28-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_YES, PETSC_NO, totally unneeded syntax

Hg-commit: 9eb0184341915de100abd00a96a6d6eed4378362


# 700c5bfc 26-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

removed VecGet/RestoreArrayPrivate()

Hg-commit: ab3b52558ed4c6f126300feb2fb92d901ed7ba64


# 784ac674 19-Nov-2010 Jed Brown <jed@59A2.org>

Distinguish row and column mappings for MatSetValuesLocal

Hg-commit: 71968a52236f04a9bab5e1d4a884aa59ef0c7cfd


# cd9db26d 17-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9701f074fd20019a272d7c76f3b333aafe4932b0


1...<<51525354555657585960>>...100