History log of /petsc/src/mat/impls/sbaij/mpi/mpisbaij.c (Results 351 – 375 of 1197)
Revision Date Author Comments
# c56a70ee 28-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Removed the use of PetscObjectQueryFunction() with with MatGetDiagonalBlock()

that I missed when I first converted MatGetDiagonalBlock() from a query function
to a table function

Time: .3 hours
Re

Removed the use of PetscObjectQueryFunction() with with MatGetDiagonalBlock()

that I missed when I first converted MatGetDiagonalBlock() from a query function
to a table function

Time: .3 hours
Reported-by: nightly tests

show more ...


# a5b7ff6b 26-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

add support for MatShellSetOperation(Mat,MATOP_GET_DIAGONAL_BLOCK, for Fortran

This required changing the handling of MatGetDiagonalBlock() from a query function based
method to a regular method in

add support for MatShellSetOperation(Mat,MATOP_GET_DIAGONAL_BLOCK, for Fortran

This required changing the handling of MatGetDiagonalBlock() from a query function based
method to a regular method in the function table

Time: .75 hours
Reported-by: Steven Dargaville <dargaville.steven@gmail.com>
Thanks-to: Dave May <dave.mayhem23@gmail.com>

show more ...


# 54761ea3 14-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in m

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in master (the introduction of MatFactorGetError()) therefor need
to merge in master and use the new construct before merging to next

show more ...


# 3d996552 19-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

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

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c

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

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcfetidp.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcschurs.c
src/mat/impls/is/matis.c
src/mat/impls/is/matis.h

show more ...


# 8f7cc6c1 02-Jul-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 02f61395 30-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

Generate an error if code attempts to load a dense formatted matrix from disk into a sparse matrix

The error check was missing for some matrix types

Reported-by: Analabha Roy <hariseldon99@gmail.co

Generate an error if code attempts to load a dense formatted matrix from disk into a sparse matrix

The error check was missing for some matrix types

Reported-by: Analabha Roy <hariseldon99@gmail.com>

show more ...


# bef83e63 23-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/bddcprivate.c
src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c


# 7caaeba4 19-May-2016 barral <none@none.fr>

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


# 3546dc83 17-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jose/maint/tabs-print-class' into maint


# de18c742 16-May-2016 Matthew G. Knepley <knepley@gmail.com>

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

* master: (59 commits)
Increase patchlevel to 3.7.1
Fix manual page for MatGetTransposeNullSpace()
remove unneeded use of PetscCon

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

* master: (59 commits)
Increase patchlevel to 3.7.1
Fix manual page for MatGetTransposeNullSpace()
remove unneeded use of PetscContainer to hold iscoloring in SNESComputeNGSDefaultSecant()
added SNESView for ngs, added options database to ngs manual page, removed dead routine
gcov: enable in mpiuni test
incorrect capitalization of an even name
force same number of iterations for output of ml example
changed output for ml example to not be machine dependent
DMP4est: access data after setup
SNESLineSearch_Apply was labeled with PETSC_EXTERN in one place but when declared this was not visible hence library build failed under Microsoft.
Example had print statements of complex numbers
Fix more errors in agmres for 64 bit integers
builds: fix nampespase conflict with 'analyzer-buid' and checkBuilds.py
gcov: add more packages to test
add a couple of KSP that were not represented in testing
gcov: enable more externalpackages for this test
fixes for agmres for 64 bit indices, fix for findvisibleprivatefunctions to be portable for Mac and Linux
get GAMG to get null space (more)
fix c++ compile errors
Add test example for kacmarz preconditioner since gcov indicated there was NONE
...

show more ...


# 18790e9c 14-May-2016 Mark Adams <cal2princeton@yahoo.com>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix


# 93f203bf 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

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


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


# 95dc64fa 06-May-2016 Barry Smith <bsmith@mcs.anl.gov>

removed bstream code since it was not in nightly tests and broken


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


# b2fa50c1 06-Apr-2016 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatGetSubMatrices_MPISBAIJ()


# 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()


1...<<11121314151617181920>>...48