History log of /petsc/src/mat/impls/sbaij/seq/sbaij2.c (Results 251 – 275 of 409)
Revision Date Author Comments
# 70b3c8c7 03-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()

Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364


# 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


# 80609350 23-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge I messed things up

Hg-commit: 856dd2cd96a23c62cfa64086193196864cef465a


# d1574f38 23-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 5acee20bde6ff44083e9e137280f70145913eb2b


# ceed8ce5 20-Jun-2010 Jed Brown <jed@59A2.org>

MatGetInfo_Seq(S)BAIJ: report number of allocated nonzeros (not blocks)

For consistency with reported number of nonzeros.

Hg-commit: d54a8266497909a7234612ae03bef62dc031ef49


# 4b9149d0 04-Jun-2010 Victor Minden <victorminden@gmail.com>

Added functionality to do VecScale_Seq with CUDA

Hg-commit: 03fc0a1743fa5058e74e5c64d61114027987800a


# 3ebdb456 04-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f5d9a466948e8430f87db74492ebf40e7dba30bc


# 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


# 74ed9c26 19-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

updated more files to use PetscMallocN() instead of single malloc with ugly operations

Hg-commit: 06b9e8a2056c1ddd773610bbb1de775ec9eddee0


# 70dcbbb9 22-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

combined MatMult/Relax_SeqSBAIJ_1 with unsigned short version so no duplicate code we forget to fix

Hg-commit: da11a588fc5c37c4b5b7bc6428663222433174fc


# 38702af4 11-Aug-2009 Barry Smith <bsmith@mcs.anl.gov>

for sbaij matrices with less than 2^16 columns use unsigned short to short j indices. Saves 5-10 percent on my laptop in MatRelax() saves nothing in MatMult() why?

Hg-commit: 620bb33c258dc0ffc4bc183

for sbaij matrices with less than 2^16 columns use unsigned short to short j indices. Saves 5-10 percent on my laptop in MatRelax() saves nothing in MatMult() why?

Hg-commit: 620bb33c258dc0ffc4bc183e43f256bab9918a06

show more ...


# 2d0b4cb3 17-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df1ddc3c1dde73a02fe57cd49cb672f5616a135d


# c60f0209 16-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

moved all the vector fortran kernels to correct location and the block invert kernels used by BAIJ and SBAIJ

Hg-commit: e1f076dca7c745ad92f3e0051127f9b15b56c9dc


# be7314b0 15-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded inline spops.h file
removed unused macros from some inline files
moved axpy.h to include/private/petscaxpy.h
moved first Fortran kernels from central location to sys/utils/ftn-kernel

removed unneeded inline spops.h file
removed unused macros from some inline files
moved axpy.h to include/private/petscaxpy.h
moved first Fortran kernels from central location to sys/utils/ftn-kernels where it is used

Hg-commit: c9e7a1a8dc579cf824e1f087165c3df9932aefb9

show more ...


# 1cec2a20 05-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 13c4ee66e6bd736c1a3c42fd00663fff1c898f67


# 061b2667 04-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

improvements to speed of MatRelax_SeqSBAIJ and MatMult_SeqSBAIJ for block size 1

Hg-commit: 0308bd570415a7283f6b92d496979516f337373a


1...<<11121314151617