History log of /petsc/src/mat/impls/dense/seq/dense.c (Results 851 – 875 of 1341)
Revision Date Author Comments
# a4f4c17d 07-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after pull of patch from 3.0.0

Hg-commit: 9690da43cc946c5d8278784dc47c15a1d600a0be


# c61587bb 07-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

if MatGetSubMatrix_SeqDense() caused a resize, the new column sizes was set wrong (it was also set to the
row size nrow)

Hg-commit: 78eea711693c572a80db3be79d1150a106d4be0b


# 9e4a9f4b 04-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d7c6049210a18e22b28de873a039a252a31aa571


# 8452f6a8 03-Dec-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 156f88747aa27143072a47aadcbab5829f0d3b0b


# a2c3565e 03-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

forgot to remove unused ierr variable

Hg-commit: daf90a5036281f440e4f890bb6f09097448a1b01


# 5cfcc341 03-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

remove memzero call action matrix values at MatSetSizes_SeqDense()

Hg-commit: bb49f96b3d84f8a9f91bdf14e92a74a4dcc666f7


# 7a72dbf6 03-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

protect memzero call in MatSetSizes_SeqDense()

Hg-commit: 4ea18995150333ee7207fc21f28ef85530d5345f


# 7408324e 03-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

use PetscMapSetBlockSize(mat->{r|c}map,bs) in many places

Hg-commit: d02df570e7c48c76d5ad67ed7c856890ec2f2b4d


# ca35100f 11-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c76bbcbc26f613180ce4f1a0c10f8a73dc379f5c


# 0450473d 10-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

totally wrong getwirebasket

Hg-commit: 7679c28519c985f29774afda93bac9eaf345bfec


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# 667c2cab 03-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 23362bf2b1f5f3828bd823a4ef27b9d92b214cc3


# 7973ad04 01-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_VIEWER_BINARY_NATVE - did we really need both PETSC_VIEWER_NATIVE and PETSC_VIEWER_BINARY_NATIVE? especially
since they both worked for binary viewers.

Hg-commit: a9ea4d838b2b41a712e

removed PETSC_VIEWER_BINARY_NATVE - did we really need both PETSC_VIEWER_NATIVE and PETSC_VIEWER_BINARY_NATIVE? especially
since they both worked for binary viewers.

Hg-commit: a9ea4d838b2b41a712e9283e038fdfbf98b87828

show more ...


# 9e5a995e 26-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 272825bf90eb39df4965e7226316ed8f305bd52c


# 0c85ee0b 24-Oct-2008 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 408642326083bdab3b0d21e98f912dfddb31927e


# fe9eba3d 22-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

removed last uses of global_rows etc with MatInfo
removed cast with DMUMPS_REAL stuff in mumps.c, just caste with PetscScalar

Hg-commit: 282bdabaf64fcd1e9eff701c62fc11d77269675c


# 1e2779b9 01-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 560967f73576a4f69de6214484d8747c4740d79d


# e0e018a6 30-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6564e77f4a378a5d2807a3dc20b6c5ed7327be26


# c3ef05f6 30-Sep-2008 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of cholesky factorization for seqdense matrix

Hg-commit: d440c6643423f89fd3e30678a087286f0f8d8faa


# 0481f469 28-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

pass MatFactorInfo as const into factorization routines, they shouldn't be changing it.

Hg-commit: 06e09652bd7d2f02616c7256594ec565736aabbf


# 404197b7 26-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: bfd3a83a4adc1cd389f373bde87fe159fad91161


# 5d0c19d7 26-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

ISGetIndices() returns const array, it is not something that should be changed

Hg-commit: 279c07e55dc4d24fe01a982d22cefc6e74f39257


# a093e273 24-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Fixed PLAPACK factorization routine and MatLUFactorNumeric_SeqDense()

Hg-commit: e9145db1c6be7bd296c5d01a28784ce2ab772284


# 85f097d7 24-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7dbcc30e5ab952630f5d3ab107f8a1b844c54a32


1...<<31323334353637383940>>...54