History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 1626 – 1650 of 2495)
Revision Date Author Comments
# 117016b1 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

From: dalcinl@gmail.com
Subject: about viewer formats
Date: November 3, 2008 7:50:10 AM CST
To: petsc-dev@mcs.anl.gov
Reply-To: petsc-dev@mcs.anl.gov
Barry, I saw you commit removing PETSC_V

From: dalcinl@gmail.com
Subject: about viewer formats
Date: November 3, 2008 7:50:10 AM CST
To: petsc-dev@mcs.anl.gov
Reply-To: petsc-dev@mcs.anl.gov
Barry, I saw you commit removing PETSC_VIEWER_BINARY_NATIVE. This
makes me think that PETSC_VIEWER_ASCII_DEFAULT and
PETSC_VIEWER_BINARY_DEFAULT (which is NOT used in sources) are a bit
redundat, Why not to remove both and add a new PETSC_VIEWER_DEFAULT?
Does it make sense?

Hg-commit: 9957a5666f6211584952873f183a5f14ec823bbe

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


# 48366a64 10-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f4dfb99c0db719d7b3d5fb7a5f72d65bf7868e06


# 80a3a8c8 07-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b22e694a87d819bd98a22055606a3a22054fa07f


# f3c0ef26 07-Oct-2008 Hong Zhang <hzhang@mcs.anl.gov>

fix mem leak in mumps interface
enable superlu_dist solver when np=1 (for pc_redundant)

Hg-commit: 5d39599ed3dbc8dac52ffa4d095d5e0d03cbb511


# e7e45bfe 02-Oct-2008 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: 4ce41ec671603b3855f0eec1c3fc7254a50c8b77


# dddc040d 01-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bf59f2c1a10db5ae6995f3b6d04d7c27a6b97294


# 289a08f5 01-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

WARNING: Added a shift to GetRowMinAbs(), also some extra features to ex10

Hg-commit: e433a0ff4ea2869b21d5d5edd56c44ca9e249a85


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

Added MatGetRowMinAbs()

Hg-commit: 641ef60822bb7bdb01f8731c75ca4e57cbd2fc5b


# 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


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

Merge

Hg-commit: 7dbcc30e5ab952630f5d3ab107f8a1b844c54a32


# 719d5645 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment o

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment of the MatSolve pointer is now done in the numeric factorization
(This is because only then do you know the right pointer that should be used)

Hg-commit: efc00afbc7c5103f2f56fd96963db2c4cf4e1ed4

show more ...


# 4fc57388 15-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: a2f7b9b8efe1825eadceecf27bade4115f4c35a5


# de26497b 15-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

moved assignment of mat->solves function pointer to MatLUFactorNumeric_SeqAIJ() instead of in function table

Hg-commit: 51bd35daf029db3a6e6a3bf9a6093406fa7b5ded


# db4efbfd 15-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() i

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() into appropriate numeric factorization, previously it was in function table or get factor or symbolic factor

Hg-commit: 83ba8e21d43889fe945455ea7c1fb95368f1a281

show more ...


# d0f46423 10-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72

show more ...


# a541d17a 08-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

a.peyser@umiami.edu
Subject: MPIDense row distribution on transpose.
Date: September 4, 2008 10:06:36 PM CDT
To: petsc-dev@mcs.anl.gov
Cc: petsc-users@mcs.anl.gov
Reply-To: petsc-dev@mcs.

a.peyser@umiami.edu
Subject: MPIDense row distribution on transpose.
Date: September 4, 2008 10:06:36 PM CDT
To: petsc-dev@mcs.anl.gov
Cc: petsc-users@mcs.anl.gov
Reply-To: petsc-dev@mcs.anl.gov

used PETSC_DECIDE for local row/column layout of MatTranspose for MPIDense instead
of using the transpose of the given layout, like all the other formats do.

Hg-commit: 799c15ac905a55d3ddab0c3b2506cd4f2f95ec94

show more ...


# eb3b5408 07-Sep-2008 Satish Balay <balay@mcs.anl.gov>

[PETSC #18228] Make umfpack work with petsc-dev (patch)

Hg-commit: fcb45e5cfbaa59b68b4afb92673ba3144b5965d0


# 7f6cc9d5 05-Sep-2008 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: e1af96f3ec0cf9f5c1f85ab200a7e8fb6ed87c3b


# eec197d1 13-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

error in MatDuplicate_SeqAIJ because MatDuplicateNoCreate_SeqAIJ() did not intialize the
rmap and cmap. Since MatSeqAIJSetPreallocation_SeqAIJ() is never called in this case
the maps have be init

error in MatDuplicate_SeqAIJ because MatDuplicateNoCreate_SeqAIJ() did not intialize the
rmap and cmap. Since MatSeqAIJSetPreallocation_SeqAIJ() is never called in this case
the maps have be initialized in MatDuplicateNoCreate_SeqAIJ()

Hg-commit: a6df99885f0a66a6d1f0fdf60d91aa6d38e5787a

show more ...


# 39804f7c 07-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

I've noticed that recent commits are now accessing PetscObject
internals like this

obj->hdr.comm
obj->hdr.type_name

I would really prefer to not do that, and instead use the more verbose

((PetscOb

I've noticed that recent commits are now accessing PetscObject
internals like this

obj->hdr.comm
obj->hdr.type_name

I would really prefer to not do that, and instead use the more verbose

((PetscObject)obj)->comm
((PetscObject)obj)->type_name

Fixed all the ones I did.

Hg-commit: 03c76b1cd4e2116af5998056afeb49537eef1fbc

show more ...


1...<<61626364656667686970>>...100