History log of /petsc/src/mat/impls/baij/seq/baij2.c (Results 176 – 200 of 537)
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 ...


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

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


# 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


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

replace MatSeqBAIJSetPreallocation_SeqBAIJ with MatSeqBAIJSetPreallocation to skip this call when input mat is sbaij type


# 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


# 0043d7fe 03-May-2016 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatGetSubMatrices_SeqSBAIJ()
Reported-by: Alejandro Cosimo <alecosimo@gmail.com>


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


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


# 1ceb14c0 23-Oct-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr263/PierreBdR/ts-domain-error-in-stage/master


12345678910>>...22