History log of /petsc/src/mat/impls/baij/seq/baij2.c (Results 326 – 350 of 537)
Revision Date Author Comments
# 8e58a170 03-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

-mat_view_info option now prints how many mallocs done during MatSetValues() calls. i.e. there was not enough preallocation.

Hg-commit: 67924c1b341eff65b03e800aa6bcfd3cec414aa7


# e7e72b3d 08-May-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate line

Hg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5

show more ...


# 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


# d5f3da31 07-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is

Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c


# 59874860 14-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c


# 73a00fbb 10-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: a2d6532a31fdfaf1e84dbee5e3d61f6339fc0040


# f3da1532 09-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

only files that need it get petscblaslapack.h included because it conflicts with prototypes included with some external packages.

Hg-commit: 9b075c74df17031ee2599abf4807903f0312acd0


# 6c7e564a 09-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

petscblaslapack.h now included by petscsys.h
some fixes to builder.py

Hg-commit: 56bbc3637d96c6c99b427f2d14f38bcf58262255


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

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 81acb492 05-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d425d7049b7d889ff81eff21d18bb6e7b9e21682


# 832cc040 05-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Version 1 is the default now for both MatMult_SeqBAIJ_15 and MatSolve_SeqBAIJ_15_NaturalOrdering

Hg-commit: 904c458be151f2692e887cff9f1c0ee85fbc8dc4


# 0b8f6341 03-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Bug fix in MatMult_SeqBAIJ_15 versions 2 and 3.
Added a version of MatSolve_SeqBAIJ_15_NaturalOrdering which accesses columns in the block serially

Hg-commit: 64b102e9a30ba4294f0732944a45284721d496c8


# 8ab949d8 02-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added experimental versions for MatMult_SeqBAIJ_15

Hg-commit: 2f2bc3531d6a08e5549562f5cf006074ee962fb4


# 766f9fba 28-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

minor optimizations

Hg-commit: 4a570cebd663afe68731947c7f673dc9ac7b0c48


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

Merge

Hg-commit: c3bbe4664912c4afc8bb0ac514c1b80480c955bf


# 5c42ef9d 08-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

added MatSolveTranspose_SeqBAIJ_N() for Richard Mills/PFLOTRAN

Hg-commit: c3976d13d4e84c11f6f16c7d924ff18d3dfdfc7f


# fca92195 18-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed more PetscMallocN()

Hg-commit: 3c1037eb13b06583c4283e19775d04453a30484c


# e37c4368 06-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dab6e8ec0fe71ad4fe0f4bf2ee374ce51b18f40d


# 83bb2eba 05-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 5f0ccbb7d9079d9734bfd881618513ce58c7adfe


# 572f72c7 05-Nov-2009 Jed Brown <jed@59A2.org>

merge

Hg-commit: 36cf37059c0ed80addd0968973e91c32e491eff8


# 547795f9 04-Nov-2009 Hong Zhang <hzhang@mcs.anl.gov>

add support MatMult() for Hermitian matrix in mpisbaij format
add MatMultHermitianTranspose() and MatMultHermitianTransposeAdd()

Hg-commit: bd3ee2c07764767e1715e99fb8df83bd35b221a3


# 5604da14 29-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b70f4367eb5351c6e8d5d2a868decc5b50bd9108


# 122f12ea 27-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

replaced while() loop in MatMultAdd_SeqSBAIJ_1() with for loop for better performance on UNIC code

Hg-commit: 1e66621df5fc94d8e2034c47d0a98846d10399f8


# 9d124a3d 25-Aug-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9346f4fc0b2ed71af84b78752b7cd19df6d53a22


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