History log of /petsc/src/mat/impls/baij/mpi/mpibaij.c (Results 1001 – 1025 of 1562)
Revision Date Author Comments
# 8c7482ec 02-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

various updates
additional work on pflotran unstructured grid example

Hg-commit: c22b249e47b4a4877d14251479777a8b584bd822


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

Merge

Hg-commit: c24770da2f7a4ec6d2c54d0774691ec6c5dd493c


# 4e6ed268 08-Feb-2009 Matthew Knepley <knepley@mcs.anl.gov>

Fixed compile problem

Hg-commit: 99803aaf5223b0e4b1cf795cfe94614ddf49316e


# 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


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


# aab6e468 21-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ec24c1d09461b39e43cac65048d88f31b197417e


# c6f55e7a 21-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7310e662d7e7ab5f463ec1b2157758e04c0de51e


# ae1d86c5 16-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

removed a bunch of left-over (and hence now wrong) references to the old aijmumps and other solver matrix types that were all removed. This is just documentation changes/removals. No code changes

Hg

removed a bunch of left-over (and hence now wrong) references to the old aijmumps and other solver matrix types that were all removed. This is just documentation changes/removals. No code changes

Hg-commit: 364f8e245ed70b6ece0d3dafd86b1927e3b5d436

show more ...


# 192daf7c 15-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

MatGetRowMaxAbs_MPIAIJ and MPIBAIJ loop was over columns should have been over rows

Hg-commit: 348ca1df2bfee8fdf26e652f8cf4bd672b5d7da3


# 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


# 7408324e 03-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

use PetscMapSetBlockSize(mat->{r|c}map,bs) in many places

Hg-commit: d02df570e7c48c76d5ad67ed7c856890ec2f2b4d


# 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


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

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 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


# 9e5a995e 26-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 272825bf90eb39df4965e7226316ed8f305bd52c


# 0c85ee0b 24-Oct-2008 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 408642326083bdab3b0d21e98f912dfddb31927e


# fe9eba3d 22-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

removed last uses of global_rows etc with MatInfo
removed cast with DMUMPS_REAL stuff in mumps.c, just caste with PetscScalar

Hg-commit: 282bdabaf64fcd1e9eff701c62fc11d77269675c


# 4fc57388 15-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: a2f7b9b8efe1825eadceecf27bade4115f4c35a5


# db4efbfd 15-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() i

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() into appropriate numeric factorization, previously it was in function table or get factor or symbolic factor

Hg-commit: 83ba8e21d43889fe945455ea7c1fb95368f1a281

show more ...


# d0f46423 10-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72

show more ...


# c93d20d0 06-Aug-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: e4c26f4affacbdd9fb1c0e6db7b6eb848806d1a5


# cf12db73 05-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

cannot have I as a variable name in PETSc !!!!!
because complex.h in C uses it for i.

Hg-commit: 0b1b705549da3f45ed33ac435fda344af5a35c27


# fd5f9c01 01-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819


1...<<41424344454647484950>>...63