History log of /petsc/src/mat/impls/aij/mpi/mpiaij.c (Results 1751 – 1775 of 2754)
Revision Date Author Comments
# a7420bb7 01-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

more pubs for petsc.bib
start work on parallel eisenstat trick

Hg-commit: ea7364dfd4c21e5df75cdd82ddf3a6a6555d2039


# 64aae45a 30-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

MatRelax_MPIAIJ() passed incorrect lits down to the local relax, it passed PETSC_NULL when should have passed 1

Hg-commit: 39a418472bbbd4c54da7e853e310ee949cc0f807


# 6987fefc 30-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

only create work vector in MatRelax_MPIAIJ() if it is needed.

Hg-commit: c8eb7c4070f0e2349f5bdb92471b61425fca1761


# a9817697 05-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

changed MAT_KEEP_ZEROED_ROWS to MAT_KEEP_NONZERO_PATTERN

Hg-commit: dd0eb2438b4ecde1a3517ea573f0c60a0160fd54


# 7e042019 04-Jun-2009 Matthew Knepley <knepley@mcs.anl.gov>

Small fixes

Hg-commit: 1b15771af44adcb4b8330eca052669441b7f5a68


# 0b0da1c5 27-May-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 1cebfc03201741aa243081d38356d05b150802f8


# b79d0421 27-May-2009 Jed Brown <jed@59A2.org>

Compose gathered IS to amortize cost of ISAllGather with MatGetSubMatrix (MPIAIJ,MPIBAIJ)

Hg-commit: 85d91c876bef060364c60c79ab02b2152e2d33ce


# 4aa3045d 27-May-2009 Jed Brown <jed@59A2.org>

MatGetSubMatrix API change

The user now specifies a parallel IS for the columns. The local part of
this IS corresponds to the local columns of the matrix. Note that
MatPermute_MPIXAIJ calls the pr

MatGetSubMatrix API change

The user now specifies a parallel IS for the columns. The local part of
this IS corresponds to the local columns of the matrix. Note that
MatPermute_MPIXAIJ calls the private versions where the full index set
is given. It is probably desirable for MatPermute to also use a
parallel IS rather than require a gathered IS.

Ripped out MatGetSubMatrixRaw, it is not used anywhere in PETSc.

Hg-commit: 3b40e47b3df6b69dfffc2cc67b61dab74aafd570

show more ...


# 59c5f4b7 05-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a3e37167be53404d11fe556225607b1637890692


# dc2c7911 04-May-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 2b7a7d71963e7893197575adcffbd9e29a0afb26


# 81594ee8 04-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 13ee4a481d0761c31f428ae3d48cb56ce869752b


# 526dfc15 01-May-2009 Barry Smith <bsmith@mcs.anl.gov>

petsc-maint19,395 if MatMPIXAIJSetPreallocation() was called twice, the inner matrices were created a second time leading to memory bleeding.
Fixed by allowing preallocation to be called twice and

petsc-maint19,395 if MatMPIXAIJSetPreallocation() was called twice, the inner matrices were created a second time leading to memory bleeding.
Fixed by allowing preallocation to be called twice and not recreating inner matrices after the first time.

Hg-commit: ecd2cb882bda291142224dcebc9b00d3f6cecc0e

show more ...


# d519adbf 30-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Removed MatCompress completely

Hg-commit: 4724a9ef7c2da8d62781764b00487fecf0216211


# bf823b7d 28-Apr-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: fdf74c02eba3a463f35404e22794af55af455805


# 25e6253c 28-Apr-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d88d9aff5b62e3f815203e769da8b711b192101e


# 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


# 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


# 0c235caf 28-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed two errors introduced when changing PetscOptionsHasName to PetscOptionsGetTruth()

Hg-commit: a8176fa5bda99bab0dbeaf44fbb1e40534c57e0b


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


# 62fc81cf 27-Mar-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ebaf2eb60cc3119e614b677e6a83cfcf59089832


# bf53ef27 25-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after pull from petsc-3.0.0 patch that removed PETSC_DUMMY_SIZE and _COUNT from MPI_* macro logging

Hg-commit: a0d06a97e0a35c54f4878f8024ec8d3310a59179


# 7c533972 25-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

removed check of status variable in MPI_Get_count() because that error value is not set and could be garbage

Hg-commit: b700c978c46fde8c3f532dd988f561446c4b7468


# 13980483 25-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

added more error checking on calls to MPI_Get_count() in MatLoad_MPIAIJ()

Hg-commit: a8836d368928999bae9a6b3103af1f58d71804e4


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

Merge

Hg-commit: c24770da2f7a4ec6d2c54d0774691ec6c5dd493c


1...<<71727374757677787980>>...111