History log of /petsc/src/mat/interface/matrix.c (Results 2276 – 2300 of 3231)
Revision Date Author Comments
# fe28780b 15-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

removed some illegal flg != PETSC_TRUE and commented the one place they belong.

Hg-commit: bfd9270e96e3157fafc94f507baeefad272e6f67


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

merge from release

Hg-commit: e678be977486fa01752c16931409deaf44484ef5


# c38ccd74 14-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

petsc-maint 18874 Kernel_A_gets_inverse_A_9() was incorrectly
stopping one early in checking all possible pivots

Hg-commit: 84dc1861c4b76dd8bdeb74a489523732e731809f


# d9e2c085 15-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

check for errors in many MatPreallocated() calls

Hg-commit: 5d94d6238173f5677d43471c1b066748a7e179b3


# 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


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

quick fix to MatSetBlockSize(), also set block size in column map

Hg-commit: c0f36235f82f546e3e629a13ea283b18c2855cf2


# 7d96f2b1 02-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 84ca21d373912d16176dfeb2d83f6e46557d8c01


# cdfaad1a 02-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: ea23c2b63df157f9d93cd835b6ff9e071dbbd828


# 3bf14a46 02-Dec-2008 Matthew Knepley <knepley@mcs.anl.gov>

[PETSC #18678] Added PaStiX solver

Hg-commit: 664c8b2bc5caaa64879e3b935e66c898d4101618


# ad1471ba 01-Dec-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 07349036822f6f1587b216c0375ab8a63c27eb25


# 7d6bfa3b 26-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

MatDestroyMatrices() did not exist in Fortran, I have added it.

Hg-commit: dd9c479a5bb18970b479bd032a1e318892d9830a


# 6bbc7da8 22-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b3bab5f169ebe80fd5e9bf133c2a4ed8e4782957


# 5fe378a3 17-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some function defs to not generate Fortran stubs and
put the stubs in the correct library

Hg-commit: 4cfaf012d56ebe0f6c82c5fbcd4f2b7f03226189


# 28b2fa4a 13-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Added a new option
- MAT_UNUSED_NONZERO_LOCATION_ERR indicates when unused space has been allocated

Hg-commit: d10d5d18ac9b373ad66e42b56d03063833c579c1


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

Merge

Hg-commit: c76bbcbc26f613180ce4f1a0c10f8a73dc379f5c


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

added MatScale() and MatMultTranspose() for MatCreateNormal()

Hg-commit: b9b626ca65b765dd89971c89c38ddf39cb7ed6e6


# d476b537 09-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 87bc205b65426932af6e852e495d40d71f02677a


# 5ab33896 07-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

slightly more work on wirebasket interpolation for DA

Hg-commit: 204f4784aa40185738e1762998751adb77ac467c


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

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# e4fc5df0 04-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

added MatScale() MatDiagonalScale() to MATCOMPOSITE per petsc-maint 18500
warning: not tested.

Hg-commit: 2c125e6c8461666c920507c51bfebca66ccd9d7c


# 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


# 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 ...


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

Merge

Hg-commit: 23362bf2b1f5f3828bd823a4ef27b9d92b214cc3


# e0385655 03-Nov-2008 Lisandro Dalcin <dalcinl@gmail.com>

try to save PetscMalloc calls in MatSetValuesBlocked[Local] fallback

Hg-commit: 2e4c27ae85e48a03904def93b05fc36c8d6fcff8


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