History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 1401 – 1425 of 2495)
Revision Date Author Comments
# 855771a1 11-Nov-2010 Victor Minden <victorminden@gmail.com>

added -pc_sacuda_cycles option

Hg-commit: a6a7991be63fbbae8e9c4de8f5c0220ab293621a


# 7fccdfe4 10-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

update to PetscMallocAlign() to use long long as cast of ptr instead of long

Hg-commit: 5e7d757d132749dcccec175d7fa9bc1708bb6cb4


# ebdbe881 03-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce


# ed857012 26-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after massive merge, what the hey did people do to PETSc?

Hg-commit: 031d5f8bde1a14a3fe45758d80598ded09e1c94a


# 97b48c8f 26-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

added MatZeroRowsColumns() for SeqAIJ and SeqBAIJ, added test code for this
added binary viewer for ISGENERAL and added code to load IS into Matlab
added changes and faq for MatZeroRowsColumns()

Hg-

added MatZeroRowsColumns() for SeqAIJ and SeqBAIJ, added test code for this
added binary viewer for ISGENERAL and added code to load IS into Matlab
added changes and faq for MatZeroRowsColumns()

Hg-commit: 1121f78e90708a5c1c51c1e9ef599ba80ffa6f27

show more ...


# 69970530 24-Oct-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 22da692ed155add94d5c93460d5353aeaadc853b


# 2b40b63f 22-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

added vec x and b to the MatZeroRowsXXX() routines, they are not yet used.

Hg-commit: aeb830e2090107e6c8d4fcf07605e004a9e621cf


# 6e169961 21-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

added MatZeroRowsColumns() for SEQAIJ

Hg-commit: 016784501a9962786bae80acbd1c8b6df4def6e7


# 0dbe5b1e 25-Oct-2010 Satish Balay <balay@mcs.anl.gov>

Remove ISBlock(), ISStride() as there is namespace clash with ISBLOCK & ISSTRIDE [fortran allcaps]
Suggest using PetscTypeComapre() directly instead.

Hg-commit: aca83e6ea6c9ac1f4c54c4ffc4c6b8ad7be57

Remove ISBlock(), ISStride() as there is namespace clash with ISBLOCK & ISSTRIDE [fortran allcaps]
Suggest using PetscTypeComapre() directly instead.

Hg-commit: aca83e6ea6c9ac1f4c54c4ffc4c6b8ad7be57763

show more ...


# 671f6225 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after monster merge with Jed's changes to Truth/Bool broke some stuff

Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac


# acfcf0e5 14-Oct-2010 Jed Brown <jed@59A2.org>

PetscOptionsTruth -> PetscOptionsBool and related

Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77


# 4ac538c5 06-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.

Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d


# 70b3c8c7 03-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

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

Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364


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

commit after merge

Hg-commit: fce2a66dc2063b8ef778418bbaa633cd631d256e


# 7566de4b 01-Oct-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added printing of matrix name and type for ASCII viewer. Implemented for aij,baij,sbaij,and dense matrix types.

Hg-commit: 9e3b8e72e632eee8f747cc98d27400b4ba5f3c71


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

commit after merge

Hg-commit: b1f654403eb578fe9400df3a6aa2a98a5383173e


# bc5a2726 30-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Copy over the matrix name for Seq and MPI MatAXPY

Hg-commit: 02db16a72472d0374b34e9b42cced86748c28001


# 317d6ea6 30-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, elimina

I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, eliminated lots of duplicate code and makes it easier to have uniform output.

Hg-commit: ac7db369abce3aaa842088cc8d77922f55ce8a59

show more ...


# df05650e 29-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a22e69d80bd02f479d308e0399b012774ac72f76


# 16b2e9dc 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Bug fix in mallocing row nnz.

Hg-commit: 81563f7f488ac43c5e9a80c4a9486d3382997a6f


# 8229c054 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

A little reorganization of MatAXPY_SeqAIJ

Hg-commit: d4321736f631deaf01d9ae2519fcee05d752804d


# 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


# 4aa94f47 28-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Small bug fix.

Hg-commit: 6a9d3c4fc42a0f588e0a7cdad2b0d4762bb64fd4


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

commit after merge

Hg-commit: 26de13d0bd881a667065d6c55203e03b123eb208


1...<<51525354555657585960>>...100