History log of /petsc/src/mat/utils/gcreate.c (Results 451 – 475 of 739)
Revision Date Author Comments
# 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 ...


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

Distinguish row and column mappings for MatSetValuesLocal

Hg-commit: 71968a52236f04a9bab5e1d4a884aa59ef0c7cfd


# b3aff2f6 01-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b1f654403eb578fe9400df3a6aa2a98a5383173e


# a7e80f87 30-Sep-2010 Jed Brown <jed@59A2.org>

More guards for MatHeaderReplace, require C to have reference count exactly 1

Hg-commit: 01b980a2a24a605b1aee61291079d4194b66557e


# 27b31e29 30-Sep-2010 Jed Brown <jed@59A2.org>

Preserve the reference count in MatHeaderReplace

The original code also permitted MatHeaderReplace(A,0), but I see no way
for these semantics to be preserved in the presence of reference
counting, s

Preserve the reference count in MatHeaderReplace

The original code also permitted MatHeaderReplace(A,0), but I see no way
for these semantics to be preserved in the presence of reference
counting, so that has been removed. Both arguments to MatHeaderReplace
must be valid Mat objects.

Hg-commit: c41b34d038d060966d6bb0e3c033b1f486021fb4

show more ...


# 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


# eb6b5d47 12-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

changed MatHeaderCopy() to MatHeaderMerge() and improved comment

Hg-commit: ef8e7a4583e637f6fd1061993fef3bf18c5d29af


# de622b4a 10-Aug-2010 Hong Zhang <hzhang@mcs.anl.gov>

fix memory leak in MatHeaderCopy() and MatHeaderReplace()

Hg-commit: 4d6b5498147280d39039e20c0dfe5e417da0070f


# c9b90e31 06-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: f9a876531578af47c6e59a2c1d832a9c96637bc5


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

Merge

Hg-commit: 8be6b379b7bc1cbb3adf7412dfe042e3e92c6019


# 5d973c19 03-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed putting PetscObjectProcessOptionsHandlers() for each XXXSetFromOptions()

Hg-commit: fdc7be12de37b8a400b6e561de9850bcc7e79f4f


# 98385da5 01-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 1db41aa344ecc3abf5ab9693aa05ef35a469a187


# be32cf2f 30-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatSetType now creates the matrix data structure and populates the function pointer table by calling MatCreate_xxx.

Hg-commit: 19c3d4817ad37d50a5df07935bb34d4819485fd4


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# 0700a824 08-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed cookie to classid cause that is what it is.

Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 28842d8c 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee73705a045ef5d04e074e8534eb7e0fbaa08e1b


# 5f5f199f 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over t

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over the place because included by petsc.h

Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce

show more ...


# 4b0cc578 10-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c3bbe4664912c4afc8bb0ac514c1b80480c955bf


# 6531c467 07-Jan-2010 Satish Balay <balay@mcs.anl.gov>

remove references to MPIRowBS [and add to changes file]

Hg-commit: 16cbff2dbbfccdf8a8864efd2d5b8af7e184e444


# 186bafed 29-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2abd163653da4b78c2f240bce7add61691d76163


1...<<11121314151617181920>>...30