History log of /petsc/src/mat/impls/baij/seq/baij.c (Results 701 – 725 of 1525)
Revision Date Author Comments
# f73d5cc4 08-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices
MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices
Fixed vec nest example that

MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices
MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices
Fixed vec nest example that pushed format that prevented values from being printed

Hg-commit: 80ec81eb9db92735994e950eda2d2db6657bb6cb

show more ...


# ad74a23b 08-Apr-2012 Jed Brown <jed@59A2.org>

merge PGMRES

Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601


# 98bf7241 04-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

stripped out lots of dead code that used DMMG, removed mention of DMMG from a bunch of places

Hg-commit: 668fa41fe9b47969bce796864d43cfe1c187d1cf


# 8aa97da3 03-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Commit after merge

Hg-commit: 8c5e601e00cdfb6d35c8d12ba9952a5d3a8ea1b8


# 96b95a6b 02-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

namespace Mat utility functions

Hg-commit: 2912dadb08982f5a3e4a9b22bd8b48ffa685bef3


# 98ad0f72 26-Mar-2012 Jed Brown <jed@59A2.org>

Missing CHKERRQ

Hg-commit: 613840647284894b53773f5da2d50550e0ba056e


# f236ccee 25-Mar-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 327749eb22e35980526ddd2704d05fd8e77cb185


# 379be0dd 25-Mar-2012 Lisandro Dalcin <dalcinl@gmail.com>

More fixes for MatDuplicate_SeqBAIJ() with MAT_SHARE_NONZERO_PATTERN

Hg-commit: 38c1faa242b8a1a9868ba381b1388d9b6670fbaf


# 1e40a84e 25-Mar-2012 Lisandro Dalcin <dalcinl@gmail.com>

Fix MatDuplicate() with MAT_SHARE_NONZERO_PATTERN for SeqBAIJ (with Jed Brown)

Hg-commit: 649b2a398cf9f4ed385a916bba68a9b2e0f9ac33


# 23c403bd 20-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8c62da4270bb6cc4d6d6af2d0f9014680dd4b07f


# 3ca33055 20-Mar-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: 1293056b79ac6185b6b86ef8f27833a0c5f70ccf


# 358d2f5d 20-Mar-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatMissingDiagonal_XXX bug fix - Break after the first nonzero diagonal is found.

Hg-commit: bc585624d25c8bbe0c4d4cbdc5899e659efe06ef


# 2632470a 05-Mar-2012 Jed Brown <jed@59A2.org>

merge SNES/DM refactor

Hg-commit: 31d66a4917111e3b9e87bf19170c2c9421b4e8be


# 69b1f4b7 02-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

changed MatCreateMPIXXX() to MatCreateXXX() since that is what they are

Hg-commit: 88fb4066e05405d3c444fb00dd00ab15e805b3e3


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 38ea2233 01-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: da7192eda3c2721456f07edf54ad1d0c14243f79


# 4994cf47 31-Jan-2012 Jed Brown <jed@59A2.org>

Remove MatSetUpPreallocation() and MatPreallocated(). MatSetUp() required if not preallocated. Unify error reporting.

Hg-commit: 9dd5fa086e48409435f8bacb456e7397da336895


# 6ba663aa 06-Nov-2011 Jed Brown <jed@59A2.org>

Mat preallocation: check valid type and logically collective block size

Hg-commit: 14994399c05663553b5763e55847cd01074430ab


# 9797317b 26-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

MatInvertBlockDiagonal_SeqBAIJ() should also return values if they are already valid *values = a->idiag;

Hg-commit: d93c1235fd7df6829be723c55ae8753c750be88f


# a6bac38d 25-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

I hate hg

Hg-commit: 67aa81a5cf34fbb007ef9a66cefe3fb4b2981a57


# 4c5b953c 25-Aug-2011 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of MatLoad() for seqaij and seqbaij: user might provide local size instead of global size

Hg-commit: 47523900f112a8d3c822027cf87f709ec6f83131


# b3936283 12-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 023d6c6af2b31621eff92a00274d614b53ecfb4b


# 8fed605b 11-Aug-2011 Jungho Lee <julee@mcs.anl.gov>

Commit after merge

Hg-commit: 7f48dd4b1e198216fbda86e3334f09b8817f9bd6


# 7ea746ee 11-Aug-2011 Jed Brown <jed@59A2.org>

Update dynamic function name to MatInvertBlockDiagonal

Hg-commit: 75c868eac966791271c665ecba8fc076927b3500


# 1c001b75 07-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

itrying to check this in again. Added smoothed aggregation to PC GAMG, no really working.

Hg-commit: b0df5e777baf74893ca1df5fe9447ed4d19891a1


1...<<21222324252627282930>>...61