History log of /petsc/src/mat/interface/matrix.c (Results 1226 – 1250 of 3231)
Revision Date Author Comments
# 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 ...


# 0cd8cbaf 16-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 11901379 16-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Fix manual page for MatGetTransposeNullSpace()

Reported-by: Dave May <dave.mayhem23@gmail.com>


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

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


# 16fb2897 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-source-clang'


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

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


# 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


# 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


# 004d67ff 08-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Assert on data structure to prevent false positive from clang static analyzer


# ecddaf3c 05-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Introduced a MatGetInfo_External() that can be used by all external packages so we do not

need to provide one for each external package.


# 245fece9 05-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Updated SuperLU interface to not use spptr and simplified and cleaned up interface code slightly


# 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


# 31a1859e 04-May-2016 Barry Smith <bsmith@mcs.anl.gov>

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


# f0462e79 03-May-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'maint'

* maint:
DMP4est: NULL != MPI_STATUSES_IGNORE
Change Aasmund's name to ASCII so that c2html does not fail on the source file
rm unread 'ierr'
add test ex198.c for MatMat

Merge branch 'maint'

* maint:
DMP4est: NULL != MPI_STATUSES_IGNORE
Change Aasmund's name to ASCII so that c2html does not fail on the source file
rm unread 'ierr'
add test ex198.c for MatMatMatMult()
bugfix for MatMatMultSymbolic_SeqAIJ_SeqAIJ_xxx() Reported by Sebastien Gilles <sebastien.gilles@inria.fr>

show more ...


# e2c586eb 03-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-some-clang-warnings'


# 7a3f79f7 02-May-2016 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/fix-matmatmatmult' into maint


# a438ae71 02-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()

Formatting fixes for many C examples including removing extra lines
Fixed a few set but not used variables detected

Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()

Formatting fixes for many C examples including removing extra lines
Fixed a few set but not used variables detected by the clang static analyzer

show more ...


# c373ccc6 29-Apr-2016 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatMatMultSymbolic_SeqAIJ_SeqAIJ_xxx()
Reported by Sebastien Gilles <sebastien.gilles@inria.fr>


# 147f402e 16-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'hzhang/matpackage-type'


# 7f6070a2 15-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/fix-xsdktrilinos

Removed hypre from Trilinos.py since now handled in xSDKTrilinos.py


# f6ba7d26 15-Apr-2016 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/fix-ptapfill'


# 0c66656f 14-Apr-2016 Hong Zhang <hzhang@mcs.anl.gov>

enable input fill=PETSC_DEFAULT for MatPtAP(), MatRARt()
Reported-by: Sebastien Gilles <sebastien.gilles@inria.fr>


1...<<41424344454647484950>>...130