History log of /petsc/src/mat/impls/aij/mpi/mpiaij.c (Results 1576 – 1600 of 2754)
Revision Date Author Comments
# ba264940 31-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

more fixes to documentation for MatMPIAIJGetLocalMatCondensed()

Hg-commit: 2e82ffd7e9a96e0d69df12e475fca7ae1bef29c6


# 4a2b5492 31-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed MatGetLocalMatXXX() to use MatMPIAIJ....() names and add check for correct matrix type in MatGetLocalMatCondensed()

Hg-commit: 7120c6eae677a03ac8adc6ba63982a8e8bec3dff


# 8661ff28 31-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

error check for wrong matrix type to MatGetLocalMat() and better manual page

Hg-commit: dc59c877ec7b3eb4955c88d88f7bd78461fb2cc6


# ea345e14 21-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed PETSC_REAL_MAX to PETSC_MAX_REAL

Hg-commit: 8457818fbc908d2af1ea72953a2dc4102f0163f1


# d9822059 16-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

finished basic support for __float128

Hg-commit: ae6323f37787bba35aaa6ab78aa53432011da446


# 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


# 18d3aa3f 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed couple of initialized but never used variables

Hg-commit: 921bc7586356c399386b3575b2114c6b1b985e62


# c31cb41c 22-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db

show more ...


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


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

commit after merge

Hg-commit: 0b018a3bb889b6b7655da1780481307119052edf


# 0d361c20 17-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 76ed077daa60a74290c9eaa80231c565f5dd58c0


# 27d4218b 16-Jan-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatFindNonZeroRows_MPIAIJ.Not tested yet.

Hg-commit: adea37974c6d44d5130776eded140b7455826f6c


# b5b8a9c3 22-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4b69fd1f3a600a3dcf5bfd2166cdbbba589c2200


# 4e35b6f3 20-Dec-2010 Satish Balay <balay@mcs.anl.gov>

merge from 31

Hg-commit: b334a88cd828baf9cdddfc7f99310123729de533


# 4d5d7b3b 19-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

turned off use of compressedrow subclass for aij and baij because it doesn't work if the nonzero structure changes

Hg-commit: 2ec6d482234a6a48667fbfdb187ef51dd1456998


# 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


# b9614d88 22-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merged in MatGetSubMatricesParallel dev branch. Required extra fields in struct _MatOps.

Hg-commit: 1f681c61b6d1579320484e073d3ad1d7f629b194


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

Distinguish row and column mappings for MatSetValuesLocal

Hg-commit: 71968a52236f04a9bab5e1d4a884aa59ef0c7cfd


1...<<61626364656667686970>>...111