History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 901 – 925 of 2495)
Revision Date Author Comments
# 9faefd28 28-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'stefano_zampini/seqaijtodense'


# 898446f9 11-Mar-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-is-for-differential-variables

Conflicts:
include/petsc-private/tsimpl.h
src/ts/impls/eimex/eimex.c
src/ts/interface/ts.c


# 17eaebbe 10-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/clean-gamg'

Conflicts:
src/ksp/pc/impls/gamg/gamg.c


# f2dee214 06-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into jed/chem
Note merging a branch with good stuff in it for a year and a half is insane!

Conflicts:
src/ts/examples/tutorials/makefile
src/ts/interface/ts.c


# 9ba064df 26-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/clean-gamg

Need updates to KSPCHEBYSHEV since I will be adding to them


# cdc6f3ad 24-Feb-2015 Toby Isaac <tisaac@ices.utexas.edu>

MatGetSubMatrix(): to allow unsorted index sets in XAIJ formats.

I think the added generality of allowing index sets to be unsorted is
worth the cost of sorting matrix rows in the created submatrice

MatGetSubMatrix(): to allow unsorted index sets in XAIJ formats.

I think the added generality of allowing index sets to be unsorted is
worth the cost of sorting matrix rows in the created submatrices.

show more ...


# 56f667d4 19-Jan-2015 Toby Isaac <tisaac@ices.utexas.edu>

Relax ISSorted requirement for isrow in MatGetSubMatrix_SeqAIJ()

While the column IS should be sorted, because in all cases column
entries are copied over in order, there doesn't appear to be any st

Relax ISSorted requirement for isrow in MatGetSubMatrix_SeqAIJ()

While the column IS should be sorted, because in all cases column
entries are copied over in order, there doesn't appear to be any step
that requires the rows to be sorted.

show more ...


# c98fd787 23-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

MatLoad_ and VecLoad_ routines that use options database information from the binary file .info files need to PetscViewerSetUp() before accessing the options database because the "lazy" setup of bina

MatLoad_ and VecLoad_ routines that use options database information from the binary file .info files need to PetscViewerSetUp() before accessing the options database because the "lazy" setup of binary viewers defered the opening of the files until binary reading was first done which was after the calls to determine matrix and vector block sizes.

show more ...


# ea632784 21-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

MatDuplicate() for sequential AIJ did not copy over required field
MatDuplicate() does not copy over DM hence things like MatView() fail
Changed PCGAMGFilterGraph() to diagonally scale and use absolu

MatDuplicate() for sequential AIJ did not copy over required field
MatDuplicate() does not copy over DM hence things like MatView() fail
Changed PCGAMGFilterGraph() to diagonally scale and use absolute values of graph matrix even for negative threshold; don't know if this is needed in the algorithm or not

show more ...


# b49cda9f 16-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJ: added conversion from to MATSEQDENSE


# 4e7385fa 16-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c


# a197972a 11-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c
src/sys/threadcomm/interface/threadcomm.c

show more ...


# 50705773 10-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad
Manual merge of makefile

Conflicts:
src/sys/classes/viewer/examples/tutorials/makefile


# 8abd42f6 05-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection


# 9704d4df 02-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/feature-vec-lock'


# d9ca1df4 22-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Added VecLockPush() and VecLockPop() to make vector read only
Used VecLockPush() and VecLockPop() in a couple of key locations; PCApply(), KSPSolve(), MatMult()
Fixed many uses of VecGetArray() to Ve

Added VecLockPush() and VecLockPop() to make vector read only
Used VecLockPush() and VecLockPop() in a couple of key locations; PCApply(), KSPSolve(), MatMult()
Fixed many uses of VecGetArray() to VecGetArrayRead()
Added VecGet/RestoreArrayPair() for commonly occuring pattern
Added const to many locations driven by use of VecGetArrayRead()

show more ...


# 584b3052 24-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'tisaac/feature-gamg-extensible' into barry/experiment

Conflicts:
src/ksp/pc/impls/gamg/gamg.h


# bd653fdc 21-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'pr239/jeguyer/fix-matrix-market-export'


# 19303e72 30-Dec-2014 Jonathan Guyer <guyer@nist.gov>

Fix MatrixMarket header format

Per the MatrixMarket specification
<http://math.nist.gov/MatrixMarket/reports/MMformat.ps>
"Header. the first line must follow the following template:
%%Matrix

Fix MatrixMarket header format

Per the MatrixMarket specification
<http://math.nist.gov/MatrixMarket/reports/MMformat.ps>
"Header. the first line must follow the following template:
%%MatrixMarket object format [qualifier ...]
The first 15 characters must be `%%MatrixMarket` followed by at least one
blank. This is followed by an object type, a format type, and zero or more
qualifiers."

show more ...


# 4653a54d 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/ksp-converged-reason-viewer

Conflicts:
src/sys/objects/options.c


# 9118fc56 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-damp-not-one-pcapplyrichardson'


# 7618403b 26-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-iscoloring-create'

* knepley/fix-iscoloring-create:
IS: Fix typo
ISColoring: Added PetscCopyMode argument to create
IS: Create a types header, and moved most structs

Merge branch 'knepley/fix-iscoloring-create'

* knepley/fix-iscoloring-create:
IS: Fix typo
ISColoring: Added PetscCopyMode argument to create
IS: Create a types header, and moved most structs to the impl header - Layout should not be in the main header, but it is needed by some static functions

show more ...


# aaf3ff59 23-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

ISColoring: Added PetscCopyMode argument to create


# 955c1f14 22-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

-ksp_richardson_scale was ignored when PCApplyRichardson() was used
Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning

Reported-by: Mark Adams <mfadams@lbl.gov>

Fixed

-ksp_richardson_scale was ignored when PCApplyRichardson() was used
Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning

Reported-by: Mark Adams <mfadams@lbl.gov>

Fixed missing carriage return in uses of PetscInfo() and missing ierr CHKERRQ() usage

show more ...


# 72e51967 30-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/remove-unneeded-paren-petscmalloc'

Conflicts:
src/mat/impls/baij/seq/baij.c


1...<<31323334353637383940>>...100