History log of /petsc/src/ksp/pc/interface/pcregis.c (Results 251 – 275 of 317)
Revision Date Author Comments
# 4a67242d 02-Dec-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 3a05a9a21fcd66acdc0680d4c36ce9e8f08fa147


# 7233f9f0 01-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

completed first generation of PCEXOTIC with support for a face and a wirebasket based
coarse grid space; ready for testing with pflotran

Hg-commit: 429f53fb595cd45cf53abcc3b513c1f769ef5a7f


# bb2aa422 15-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: e02bd69d1e9b73f5c8d61e83da411f12f8cb9e16


# 335bbf16 14-Nov-2008 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: d58f70d4c7f7a3dcf9b566c82063e66c58e67ce4


# 14ca34e6 14-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

From: mstefano@milan.westerngeco.slb.com
Subject: [Fwd: Re: [PETSC #18599] Valgrind problem with MatGetSubMatrix]
Date: November 14, 2008 2:30:37 AM CST
To: petsc-maint@mcs.anl.gov
Cc: pets

From: mstefano@milan.westerngeco.slb.com
Subject: [Fwd: Re: [PETSC #18599] Valgrind problem with MatGetSubMatrix]
Date: November 14, 2008 2:30:37 AM CST
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov

I think I've found the bug.

Look at src/mat/impls/aij/seq/aij.c, line 1699.

There, variable "i" is declared as a PetscInt.

Then, look at line 1710 or 1712.

The variable "i" is used to get the truth answer from the ISSorted function.

As long as you don't build PETSc with --with-64-bit-indices, all is OK.

But (and this is my case) if you built PETSc with 64 bit indices, the PetscTruth data type is smaller (as byte size) than PetscInt. The result is that only part of the bytes of the "i" variable are initialized by ISSorted.

I strongly suggest to add a new variable to be used exclusively as a PetscTruth flag for the ISSorted calls.

Fixed this bug all over the place

Hg-commit: 79369c761f62f38e25800abc8725233db2a5486a

show more ...


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

Registered BFBt PC

Hg-commit: 11a138bc23ced53264aeee2301eec9f95dcae63c


# 1c0add76 22-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 50f87a7744bf92447897e71d01d55e453fda1a7f


# 8bcdec41 22-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: cf45133fecf2bc56c1533c7ce0104c19c36632d4


# 71a0148a 22-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

PCTFS now supports 64 bit indices, also various precisions of PetscScalar

Hg-commit: 52e2c1113a19a1cfb49c0a9bffc0fb4c8324ef8c


# 0229d381 21-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 4b796613330e0d9282b827b1e897b9d121013872


# bd1d2e58 18-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

minor cleanup of tfs removing use of SAFE

Hg-commit: a1d00a67230d594835fc2fd793e0b845caa624da


# 3e8afad9 04-Dec-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 13af1c93df9395c7ebed3247563da8d5f6ec2fc9


# 24c02a0f 04-Dec-2007 Barry Smith <bsmith@mcs.anl.gov>

added cp preconditioner

Hg-commit: 5cf4b217c42b3db5a4f0ce39e770544aad66331e


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 76047f01 26-Jun-2007 Satish Balay <balay@mcs.anl.gov>

fix build errors with PCCreate_SupportGraph

Hg-commit: 6a3db4245aad00c4db46e0862db6dae9b3019979


# f4b8409d 11-Jun-2007 Barry Smith <bsmith@mcs.anl.gov>

successfully got asa working with petsc-dev

Hg-commit: aae69ed1eaa55531009c0e4bfcd1cd70a921dde9


# b283e2e3 06-Jun-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 477488a6d8aa3bd5988590e3d3f2ccf3c7de9bd8


# 9116d58f 05-Jun-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bf6bed56054345ac0fa1eaae397ef0bc6adda4ea


# cf037197 04-Jun-2007 sdaitch <sdaitch@sdaitch>

Put in Support Graph PC

Hg-commit: 176087b88a027f36d67777629c0474c5150953b7


# 9dfb5993 11-Jan-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 5b002539f7bb6e94c232479a607bbe05d6885922


# 161c5ca9 11-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

magjor cleanup of petsc.bib and petscapp.bib they were big messes

Hg-commit: 18284137736753c6032337bfa01d5425e891d5d4


# 5e45c6bb 18-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: d993bb95b9a28fc97e0ded9563c316540b683a1d


# 6029c235 18-Sep-2006 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 17ef89a89b5377b81fb5c60d492533c99ddb41e2


# 51f519a2 18-Sep-2006 Barry Smith <bsmith@mcs.anl.gov>

bug fix for PetscBinaryRead when filename passed in
bug fixes for fieldsplit preconditioner
enhancement to PetscOptionsGetIntArray() to support 0-23 notation
added symmetric_multiplicative to fieldsp

bug fix for PetscBinaryRead when filename passed in
bug fixes for fieldsplit preconditioner
enhancement to PetscOptionsGetIntArray() to support 0-23 notation
added symmetric_multiplicative to fieldsplit
minor cleanup

Hg-commit: 4f04561d24dfb0b158d6ddfdd5949da977f645be

show more ...


# 2a6744eb 10-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

added PCGALERKIN, MATSCATTER, better error message
for Segv signals.


Hg-commit: 4a052e1a4bafe1d7d553fae65851c4874a6f12ba


1...<<111213