History log of /petsc/src/mat/impls/dense/mpi/mpidense.c (Results 901 – 925 of 1213)
Revision Date Author Comments
# aa05aa95 06-Jun-2007 Barry Smith <bsmith@mcs.anl.gov>

add MatView_MPIAIJ_Binary for parallel matrices petsc-maint 16239

Hg-commit: 811fa31898e6ae5efa13880669c6fa4d4d8c2b8c


# 1acff37a 10-May-2007 Satish Balay <balay@mcs.anl.gov>

Memory corruption in MatTranspose_MPIDense() with rectangular matrix [#16151]

Hg-commit: bb29b514f788082cbf3d11fd5873bb5c2e8d4a6f


# ca9f406c 09-May-2007 Satish Balay <balay@mcs.anl.gov>

use VecScatter as the first arg for VecScatterBegin()/End()

Hg-commit: 9f2dfaca49031bb2845b6b5f1a86d3034d6e408e


# ad5cbe98 28-Mar-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 92e6d57ba2bf0cd49c6723b8e19bf299cb92396e


# 5525d351 27-Mar-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 94ba08793dac41c960f958fd0f701da89a416094


# 9c244f1f 26-Mar-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: a139171d58c52daaf1f095eefa3c8bc0ff1a96fa


# d16f604a 25-Mar-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c7ebf300d0d31228852f0363f651d754091260f3


# 14459f09 23-Mar-2007 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of MatEqual_mpidense()

Hg-commit: 6cb1efd0ff88cb7ba2c4bc56f73d03707b4763b8


# 4ab79f74 06-Mar-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b66158ae56936dbc51c53435e2a067b4ce824630


# 6148ca0d 06-Mar-2007 Barry Smith <bsmith@mcs.anl.gov>

revised the design of PetscMap....
should fix petsc-maint 15893

Hg-commit: c45a79cbc7d588b27e55b535c0cbb18777095c43


# 53c02076 24-Oct-2006 Satish Balay <balay@mcs.anl.gov>

set matrix type as 0 after MatDestroy_xxx() is called [patch from petsc-dev]

Hg-commit: e1a18e7d50a02021b4be76b1d8cf03cd4e63cbee


# 05647ed8 23-Oct-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: cf84e74b5a78bf50a3ac7c5985f0984640fa5223


# 22a2e026 20-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

automerge plus silly manual I did not understand in snesut.c

Hg-commit: 319af6b82ac01255b4dfaee56c95b596dedebab3


# dbd8c25a 20-Oct-2006 Hong Zhang <hzhang@mcs.anl.gov>

bugfix: set matrix type as 0 after MatDestroy_xxx() is called

Hg-commit: 863552fe268e86601b2450701133dbe07dd08765


# ef413494 10-Oct-2006 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: 4dd9e0cbeb0661436f402e4286c6fe045504d3f8


# 290bbb0a 09-Oct-2006 Barry Smith <bsmith@mcs.anl.gov>

added DMMGSetMatType() and -dmmg_mat_type <mtype>
started symmetric version of BlockMat.
added MatOptions[] to string match the options and
renumbered the options from 0.

Hg-commit: 9884893e09ba39

added DMMGSetMatType() and -dmmg_mat_type <mtype>
started symmetric version of BlockMat.
added MatOptions[] to string match the options and
renumbered the options from 0.

Hg-commit: 9884893e09ba39ad38482aeb4138851bf91cb680

show more ...


# 12279481 31-Jul-2006 emppter <emppter@pbrune>

merge



Hg-commit: 445855cec72d274853746c763d0a7ba017f3fea1


# 86406e2e 31-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 0a3d3017dd69cce84140ceaa2bbc517050c8d323


# 17667f90 30-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of MatConvert....
Removal of special AIJ matrix type
Moved setting the matrix type_name from MatSetType() to each MatCreate_

Pretty messy stuff, not tested for external packages
probably l

Cleanup of MatConvert....
Removal of special AIJ matrix type
Moved setting the matrix type_name from MatSetType() to each MatCreate_

Pretty messy stuff, not tested for external packages
probably lots of broken stuff

Hg-commit: 4d6c1df13f9fa0d93bc9d5bb964240852547fe7b

show more ...


# 66cd746e 22-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

manually merged incomplete error check with support for
PETSC_DEFAULT


Hg-commit: b4a88b87cf3055af31b5af8010db6d5c798b00a9


# 5297d158 18-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Hg-commit: 3b2cd1aefaaf3d9f5c16a58897f9b7783b78eb7e


# cc92d4bc 18-Jul-2006 Satish Balay <balay@mcs.anl.gov>

free/malloc? should just remove both [the memory is correctly allocated]


Hg-commit: 1c6b96c86b6fb08f03ebe482525e52bc87abd957


# 1826b3d5 17-Jul-2006 Satish Balay <balay@mcs.anl.gov>

fix memory leak in MatDuplicate_MPIDense() #15096


Hg-commit: a7a766b54554a766dbaf7427179cffddab8a3ef0


# a2840b43 14-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

automerge


Hg-commit: f36580f2c7205effeee8d018a27bb1c9e97fa58d


# 0a71e23e 12-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

petscksp.h:
- Added declaration for PCGalerkinGetKSP
mpidense.c:
- Fix spelling
damgsnes.c:
- Remove Fortran binding for DMMGSetInitialGuessLocal


Hg-commit: c53c5922b43f1b848e1444084e307a692640a

petscksp.h:
- Added declaration for PCGalerkinGetKSP
mpidense.c:
- Fix spelling
damgsnes.c:
- Remove Fortran binding for DMMGSetInitialGuessLocal


Hg-commit: c53c5922b43f1b848e1444084e307a692640a50d

show more ...


1...<<31323334353637383940>>...49