History log of /petsc/src/mat/impls/sbaij/seq/sbaij2.c (Results 126 – 150 of 409)
Revision Date Author Comments
# 65002f03 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/make-functions-static'


# 98581c7a 13-May-2016 barral <none@none.fr>

Merge branch 'master' into barral/feature-dmplex-adapt


# 53ceb76e 12-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-petscfe-kernels-ts

* master:
Bib: Added ref
-random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()
Update the xSDKTr

Merge branch 'master' into knepley/fix-petscfe-kernels-ts

* master:
Bib: Added ref
-random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()
Update the xSDKTrilinos test message to use interactive session and ctest
gcc6: fix comple warnings with -Wmisleading-indentation
fix compile warning
bugfix for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
minor formatting cleanup of gamg.c
add ml example to tutorials page for xsdk
bugfix of MatDuplicate for mpiaij matrix product Reported-by: Miorelli, Federico <Federico.Miorelli@cgg.com>
resume MatGetSubMatrix_SeqSBAIJ() because it cannot share routine with BAIJ due to cast
replace MatSeqBAIJSetPreallocation_SeqBAIJ with MatSeqBAIJSetPreallocation to skip this call when input mat is sbaij type
bugfix for MatGetSubMatrices_SeqSBAIJ() Reported-by: Alejandro Cosimo <alecosimo@gmail.com>

show more ...


# 6bd6c117 12-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (180 commits)
Bib: Added ref
-random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (180 commits)
Bib: Added ref
-random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()
Update the xSDKTrilinos test message to use interactive session and ctest
gcc6: fix comple warnings with -Wmisleading-indentation
fix compile warning
bugfix for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
minor formatting cleanup of gamg.c
add ml example to tutorials page for xsdk
bugfix of MatDuplicate for mpiaij matrix product Reported-by: Miorelli, Federico <Federico.Miorelli@cgg.com>
The deprecated -log_summary_exclude was still being used when it should have been -log_exclude
cpardiso: requires mkl_blacs so check for that. Also common code to detect MKL for both pardiso and cpardiso
cpardiso: fix segv and memory leaks
resume MatGetSubMatrix_SeqSBAIJ() because it cannot share routine with BAIJ due to cast
fix bad relative links
replace MatSeqBAIJSetPreallocation_SeqBAIJ with MatSeqBAIJSetPreallocation to skip this call when input mat is sbaij type
fix a variety of set but not used variables in examples detected by clang static analyzer
removed declared but not used variable
ANL Report formatting requires listing authors by affiliation
DMP4est: uncrustify
DMP4est: remove memset()
...

show more ...


# 367daffb 11-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Updated script for detecting visible symbols

Removed unneeded visibility of some symbols
Fixed some namespacing
Removed the use of unneeded implementation includes in the TAO code


# c4e34796 07-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/cleanup-external-mat-solver-packages


# b71727ad 07-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# b3f7c06a 06-May-2016 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/fix-matgetsubmat_sbaij' into maint


# e50a8114 04-May-2016 Hong Zhang <hzhang@mcs.anl.gov>

resume MatGetSubMatrix_SeqSBAIJ() because it cannot share routine with BAIJ due to cast


# 35d70571 04-May-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

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


# 4595bccd 30-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 0e2b4a75 28-Apr-2016 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 19dffa2c 27-Apr-2016 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jed/fix-matnorm-log-flops' into maint


# 51f70360 27-Apr-2016 Jed Brown <jed@jedbrown.org>

MatNorm: fix negative logging and missing error handling


# ed80fec1 25-Apr-2016 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jed/fix-matnorm-log-flops' into maint


# 82c83065 24-Apr-2016 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/fix-matnorm-log-flops'

* jed/fix-matnorm-log-flops:
MatNorm: fix missing PetscLogFlops


# 13661877 22-Apr-2016 Jed Brown <jed@jedbrown.org>

MatNorm: fix missing PetscLogFlops

Reported-by: Anishi Gupta <anishi.anishi@gmail.com>


# ddcde68d 12-Apr-2016 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/matgetsubmat_sbaij1'


# 847daecc 05-Apr-2016 Hong Zhang <hzhang@mcs.anl.gov>

cleanup: rm MatGetSubMatrix_SeqSBAIJ_Private(); factor out MatSeqSBAIJZeroOps()


# afebec48 05-Apr-2016 Hong Zhang <hzhang@mcs.anl.gov>

rm checking of (isrow != iscol) in response to Jose's request for SLEPc; Zero some ops' to avoid invalid use of MatGetSubMatrices_SeqSBAIJ()


# af25d912 06-Mar-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

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

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/ksp/pc/impls/bddc/bddcschurs.c
src/mat/impls/is/matis.c

show more ...


# f37e7628 21-Feb-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/add-pcfieldsplit-logevent


# f44c6289 28-Jan-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/add-pcreset-hypre-for-master

Needed to move PCDestroy_HYPRE() added to master to PCReset_HYPRE() since that was introduced
as a bug fix for maint


# 2a61db43 08-Nov-2015 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/dm-label-promote' into tisaac/dmforest

* tisaac/dm-label-promote: (319 commits)
snes tutorial ex69: give mesh a name for regression purposes
DM: make DMLabel labels a part o

Merge branch 'tisaac/dm-label-promote' into tisaac/dmforest

* tisaac/dm-label-promote: (319 commits)
snes tutorial ex69: give mesh a name for regression purposes
DM: make DMLabel labels a part of all DMs
builder: update regression tests
builder: update some missing package requirements
DM: set coordinate vector name
ts tutorials ex11_sa: make it compile
mark variable as unused so compiler doesn't warn about unused value
configure: use 'git cat-file -e' to check for existance of a commit in localrepo. ['git rev-parse' does not give error for a hash thats not in repo]
petsc4py: revert to manually syncing petsc4py with petsc master changes
configure: revert gitcommit default value to Null. If a pacakge using giturl does not change this value - raise an error
fix: revert change in a44bcdf that breaks with pgf90
update test output for fixed to hypre interface that now actually pass the interp vectors to BoomerAMG
Error message should say use negative threshold value to prevent filtering out zeros
Calls to HYPRE_BoomerAMGSetInterpVectors() did not actually copy the vector data pointer from the PETSc vector to the hypre vector thus resulting in the hypre interp vectors being identically zero and hence not affecting the quality of the AMG hierarchy produced/
DMPlex: Silence overzealous compiler warnings
add row/col orientation to MatConvert_Elemental_Dense
fix formatting error in previous commit [broke nightlybuilds]
fix formating of TSTHETA manual page and add missing command line option
run hwloc with MPIEXEC and binding so it runs on the correct machine
fix: memory leaks [in valgrind test]
...

show more ...


# 9bc1b9be 03-Nov-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry-allow-vecset-nan-3.6


12345678910>>...17