History log of /petsc/src/mat/impls/aij/mpi/mpiaij.c (Results 1876 – 1900 of 2754)
Revision Date Author Comments
# e64afeac 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

fix syntax error introduced in changes for strict aliasing

Hg-commit: ac592b585d161027829d19cac4cab944b7d0bb79


# d03c7c3d 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 025c532495d8bfcb04f9fd3522a12cc79abdd8a8


# 442648ef 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 8b955b66410cbc923a4e1233fdeaca7fbf3e5d5d


# 7adad957 03-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

changes for solving the strict aliasing issue in PetscObject and derived

Hg-commit: 278faecc91564f5495fa9f7d48380d547995fa45


# 56c1631d 10-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

bug fix pulled from petsc-release-2.3.3 petsc-maint 16881
MatCreateMPIAIJWithArrays() did not set matrix sizes

Hg-commit: 84179629aee006d2c72c76468c8a800b85651530


# d4146a68 10-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

petsc-maint 16881 bug fix MatCreateMPIAIJWithArrays() did not set sizes

Hg-commit: efbe200c93330900e20b98d49bfeadcdbb7e235b


# e7e1b0b0 09-Oct-2007 Glenn Hammond <unknown>

merge

Hg-commit: f286b9ece3b89d1418d9efe30a774c489ca42645


# e62d1b98 08-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

\commit after merge

Hg-commit: 9cfa56457ecd34646f9409fd7178a4dbfddc457f


# 028cd4ea 07-Oct-2007 Satish Balay <balay@mcs.anl.gov>

nightly-build fixes
- nonzerorow bug introduced in the previous PetscLogFlops() fix
- define PetscLogFlopsNoCheck() for --with-log=0
- use PetscAbsScalar(PetscScalar) to fix complex compile errors
-

nightly-build fixes
- nonzerorow bug introduced in the previous PetscLogFlops() fix
- define PetscLogFlopsNoCheck() for --with-log=0
- use PetscAbsScalar(PetscScalar) to fix complex compile errors
- update buildscript to test examples with sieve

Hg-commit: 1b520e4e8e20eae1591b89b00d2c9cd8ab22262a

show more ...


# bc08b0f1 05-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed some manual pages
removed some /*@C <- the C for a few manual pages that can automatically generate stubs
added a couple of manual fortran stubs

Hg-commit: 59eabbcb26d59d87f4ae466dc27242672e5b

fixed some manual pages
removed some /*@C <- the C for a few manual pages that can automatically generate stubs
added a couple of manual fortran stubs

Hg-commit: 59eabbcb26d59d87f4ae466dc27242672e5be8e9

show more ...


# 58d36128 05-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed MatMPIAIJSetValuesWithArray/SplitArrays() to generate fortran stub
automatically.

Added comment to MatSeqAIJSetPreallocationCSR() to note that it copies
the values while MatCreateSeqAIJWit

fixed MatMPIAIJSetValuesWithArray/SplitArrays() to generate fortran stub
automatically.

Added comment to MatSeqAIJSetPreallocationCSR() to note that it copies
the values while MatCreateSeqAIJWithArrays() does not.
Note that this is an INCONSISTENT design; not sure what model to really use.

Hg-commit: ed0c27f139c691708971748fa8f6968fbd1c5df0

show more ...


# 1e2582c4 04-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed many calls to PetscInfo to include the object the
information is associated with. This should fix petsc-maint 16853 -info_exclude vec,mat

Hg-commit: 76af22820baddbfcd9c2a4a4f02bebf64ea72ef9


# 79071adc 04-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 830d0a9e96b799a66025b033e0e09cfb7de2aa15


# 15de6f19 03-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: f205596615d549e3b18f2232385e51ebaf4bdf24


# 03bc72f1 03-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Added MatGetRowMin_MPIAIJ (not tested)

Hg-commit: 5da7e3f0a3f354048da94ba8fd8b4e50f7925e76


# 175b88e8 03-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

added Luca's recent pubs petsc-maint 16711
added to manual pages that one cannot use MatCreateXXXYYY() directly
if doing preallocation for superlu, mumps, and spooles matrices
complaint from Paul T

added Luca's recent pubs petsc-maint 16711
added to manual pages that one cannot use MatCreateXXXYYY() directly
if doing preallocation for superlu, mumps, and spooles matrices
complaint from Paul T. Bauman

Hg-commit: 546cd829c2cc76baa036d184ee8aafe93388adfb

show more ...


# 71f1c65d 02-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

updated MatRelax_SeqAIJ and MatRelax_Inode to recompute the
diagonal entries when a matrix values have been changed.
idiagvalid and inode.ibdiagvalid are checked on each relaxation
and the values rec

updated MatRelax_SeqAIJ and MatRelax_Inode to recompute the
diagonal entries when a matrix values have been changed.
idiagvalid and inode.ibdiagvalid are checked on each relaxation
and the values recomputed if these are not true

Hg-commit: cfaaa4113af83d8010ef768d3adc83d5c1e40f70

show more ...


# 34192277 02-Aug-2007 bcordonn <bcordonn@hookshot.mcs.anl.gov>

merge

Hg-commit: 57db4525ffc13808307778e98504216b6611aa1e


# bb430f24 02-Aug-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b7c94caa6f9d30375ef416522ae49633fe2cf12e


# 0fc23a64 01-Aug-2007 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: d655b2b8949e8b48270d8deb5d701f7024a478d4


# aa5bb8c0 01-Aug-2007 Satish Balay <balay@mcs.anl.gov>

#16324 --with-64-bit-indices

Hg-commit: 15ae0986bc3463b4c6148a4a2a5e03cc8e48ae61


# 823e7f9c 30-Jul-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 87e316ba2724836f5390b8c890f9dee19e9c35ea


# 0802e0e8 10-Jul-2007 bcordonn <bcordonn@hookshot.mcs.anl.gov>

Commit after a merge

Hg-commit: 27d386e23e9f55709fe4259d452de253e8d187ea


# c5999158 10-Jul-2007 sdaitch <sdaitch@samthinkpad>

merge

Hg-commit: 1b75878618024935570bae070e840509639df3db


# 512a5fc5 10-Jul-2007 Barry Smith <bsmith@mcs.anl.gov>

change MAT_NO_NEW_NONZERO_LOCATION to MAT_NEW_NONZERO_LOCATION

Hg-commit: ef2b0cd30cfd03548c36f9e355935eab29cbb51e


1...<<71727374757677787980>>...111