History log of /petsc/src/mat/impls/aij/mpi/mpiaij.h (Results 376 – 400 of 526)
Revision Date Author Comments
# 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


# dce485f0 21-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

added KSPReset()
changed PCDestroy() to use PCReset()
changed VecDestroy() and MatDestroy() to zero pointer

Hg-commit: e3a0adf50e88a7c67465681b9f8393abb75b1cda


# 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


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

MatGetSubMatricesParallel_MPIXAIJ compiles and is dispatched to by *_MPIAIJ.

Hg-commit: 0e07026334e210ed47a88355126d413332fbf2c4


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# 21b1d680 06-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# d47de31d 18-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 234708a6abebb3da9e8899d5fb5cd7b58ea7baff


# d6037b41 18-Aug-2010 Hong Zhang <hzhang@mcs.anl.gov>

Add MatGetMultiProcBlock() to MatOps

Hg-commit: ee567dae8c92b47048f5cbcf74749067e770d7eb


# 70a4bf9c 24-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4976d5f8a5ede0d2f344004f84eef28988480d5f


# 88974ac8 23-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 9ef83e41d4a8326e1cf5e296edd80e06079632b1


# 112444f4 22-Jul-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Reordered MatLoad input arguments.
Updated custom fortran MatLoad stub.

Hg-commit: 1b34440d31d2a1eb45d0adecc1d80c3909b37054


# 3a3e4172 04-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 8be6b379b7bc1cbb3adf7412dfe042e3e92c6019


# a4457457 02-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 7678db4dbf4316aad0bed3ee83df6ef0e35b9452


# 5bba2384 02-Jul-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatLoad interface upgrade complete : Replaced all MatLoadnew() to MatLoad()

Hg-commit: c13fd97592f26133f7c2c5fcb35b1f0bb383ee5a


# fac7e3cd 02-Jul-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Removed all dead previous MatLoad related code

Hg-commit: 103f343af4c26e024c9483c4b45581631c70a977


# cf5bd502 17-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: ac1adcc66e9cf4bb0adb5d3d9b72b96bef9970a0


# 126c6ab2 17-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 6addaa37d59f2b7c368804ac1de01b736713cb1f


# 8fb81238 17-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MPIAIJ implementation for new MatLoad interface.
Small bug fix in VecLoad interface.

Hg-commit: 468674f220b2f370b25aa95c5be79f344669779f


# 270e0e4f 24-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e53821f6783bab6e6da73819955d892626fece60


# 949f5904 20-Nov-2009 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MatMPAIJ to MatMPISBAIJ conversion routine
Not tested yet!

Hg-commit: 3313a4e353eac0f5f831fe53666d5a82226c0f3a


1...<<11121314151617181920>>...22