History log of /petsc/src/mat/interface/matrix.c (Results 2251 – 2275 of 3231)
Revision Date Author Comments
# 25e6253c 28-Apr-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d88d9aff5b62e3f815203e769da8b711b192101e


# af681a3b 28-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df88f1216291bd65ef74aa4e70c7f1b613b09f20


# 073e0ee2 28-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2e424e4de219b4b265d0d29b5141314f4647f889


# 78102f6c 28-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Doc fixes

Hg-commit: 203699381c9d014eaa710c1b29552d8cdcb0b419


# 1da05e5a 24-Apr-2009 Hong Zhang <hzhang@mcs.anl.gov>

merge MatILUDTFactorSymbolic() and MatILUDTFactorNumeric() into MatILUDTFactor()

Hg-commit: 542666db30301dde69df49d262ed2c65e908eb7a


# d6ea62f0 21-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: daebaa7f62274b3ba8d406e891d5e9886e8fb099


# fe36e6c7 13-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Watch out for SNES ex45, I think the merge was bad

Hg-commit: 04bc4bca24f51d95f00a035b6b5fb2e5990fd8a8


# dc51df4a 10-Apr-2009 Jed Brown <jed@59A2.org>

Destroy correct mapping if it exists in MatSetLocalToGlobalMappingBlock.

This, and similar code in MatSetLocalToGlobalMapping cannot be executed
because of a guard that a mapping can only be set onc

Destroy correct mapping if it exists in MatSetLocalToGlobalMappingBlock.

This, and similar code in MatSetLocalToGlobalMapping cannot be executed
because of a guard that a mapping can only be set once. Should it be
removed or should the guard be removed? This patch merely makes it
correct if the guard is removed.

Hg-commit: d4be1a3b99bb542f0e79ef6c89bd4598ee55518a

show more ...


# 599ef60d 07-Apr-2009 Hong Zhang <hzhang@mcs.anl.gov>

add support of ILUDT for seqaij matrix

Hg-commit: 6c118d1a4eae7c6729da778671628c41971139d8


# 802882ce 31-Mar-2009 Jed Brown <jed@59A2.org>

Update comments for MatMultTrans -> MatMultTranspose

Hg-commit: 43eaeacfa16d259e6b0b6f656f5eebe2352de91c


# 90d69ab7 28-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth vari

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth varient

Hg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2

show more ...


# f6189d20 13-Mar-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9ae5f892cfb831cbf8c8c69fc962d95358890ae8


# 329dc2ac 06-Mar-2009 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: e28c0cd119fe13441fc5d08f262d762d24ad6f21


# 5326740b 06-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge from petsc-3.0.0

Hg-commit: 0fc2ecc655cc807729ea561771355d68effe1c7d


# 8c7482ec 02-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

various updates
additional work on pflotran unstructured grid example

Hg-commit: c22b249e47b4a4877d14251479777a8b584bd822


# bfc7d00a 24-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

added MatGetDiagonalBlock()

Hg-commit: 52a2a1b910f4c10f4fc13304423cb9a0f22b0f7e


# beb0e459 17-Feb-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 3811cf9f54b77eef6eef326ac80d808d8d7fc353


# efe6c3a7 16-Feb-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c24770da2f7a4ec6d2c54d0774691ec6c5dd493c


# 62f4b9a8 12-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge from petsc-3.0.0

Hg-commit: fe2b1d4a209804427bebd09014d0a5ddc55788dc


# 0eadbba8 08-Feb-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 777ac84e3b8375181a1a72c76af5b8ab9515d4d9


# dbf0e21d 08-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

fixes to mpibaij.c found in nightly build
fixes to wrong use of CHKERRQ() throughout code

Hg-commit: 733dea1e39d18170feab68a0e7a269e3248a628a


# e48e0824 07-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

MatDuplicate() and MatCopy() did not copy stencil information so if MatSetValuesStencil() was used it would crash with bad values
From: wsshin@stanford.edu
Subject: Re: [PETSC #18992]

MatDuplicate() and MatCopy() did not copy stencil information so if MatSetValuesStencil() was used it would crash with bad values
From: wsshin@stanford.edu
Subject: Re: [PETSC #18992] DAGetMatrix() and MatDuplicate()
Date: February 3, 2009 4:04:38 AM CST

Hg-commit: 2b7d104d6a4d745af80821398727787767229145

show more ...


# 82094794 07-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

cleaned up list of previously given tutorials to have common format and bagged seperate list of slides
also some work on pflotran unstructured grid example

Hg-commit: caf2efdfda4feca9449c9eeade5bb6b

cleaned up list of previously given tutorials to have common format and bagged seperate list of slides
also some work on pflotran unstructured grid example

Hg-commit: caf2efdfda4feca9449c9eeade5bb6b246670214

show more ...


# 05827820 07-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

Fixed up HDF5 support for PetscViewer() for VecView() and VecLoadIntoVector() for DA created vectors.
Tested in src/dm/da/examples/tutorials/ex9.c

Hg-commit: 09470055899d2d5bee51dded92f5d92042b54d

Fixed up HDF5 support for PetscViewer() for VecView() and VecLoadIntoVector() for DA created vectors.
Tested in src/dm/da/examples/tutorials/ex9.c

Hg-commit: 09470055899d2d5bee51dded92f5d92042b54d6c

show more ...


# f2809199 15-Jan-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 952c77c3a6415375e577952ec924347f9bfc5613


1...<<919293949596979899100>>...130