History log of /petsc/src/ksp/pc/impls/bddc/bddcschurs.c (Results 201 – 225 of 380)
Revision Date Author Comments
# 108f7c04 18-Apr-2017 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: flag the fake matrix as assembled


# 04270d10 11-Apr-2017 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix memory leak


# 3fc34f97 11-Apr-2017 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: don't factorize the Schur complement on dirichlet dofs


# b3cb21dd 10-Apr-2017 Stefano Zampini <stefano.zampini@gmail.com>

Mat: Added schur and schur_status to the private implementation

This permits to simplify a lot the code for handling Schur complements computations
from factorization packages.
Added factorschur.c t

Mat: Added schur and schur_status to the private implementation

This permits to simplify a lot the code for handling Schur complements computations
from factorization packages.
Added factorschur.c to store intermediate routines
Removed MatFactorSetSchurComplementSolver that was horrible

show more ...


# 7c2f51b8 09-Apr-2017 Stefano Zampini <stefano.zampini@gmail.com>

Mat: added MatFactorSchurStatus to enable the user to progress factorization/inversion of the Schur complement


# 177b3456 03-Apr-2017 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/enhancements-fetidp-saddlepoint' into stefano_zampini/feature-fetidp-ex69


# d9441559 18-Jan-2017 stefano_zampini <stefano.zampini@gmail.com>

PCBDDC: don't reuse the solvers when the discrete harmonic version has been requested


# a166d259 15-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-example-logging' into knepley/feature-plex-torus

* knepley/fix-plex-example-logging: (151 commits)
Plex ex12: Added logging stages
Plex ex1: Added logging stages

Merge branch 'knepley/fix-plex-example-logging' into knepley/feature-plex-torus

* knepley/fix-plex-example-logging: (151 commits)
Plex ex12: Added logging stages
Plex ex1: Added logging stages
update to latest hypre tag on github
fix 'inf' vs 'Inf' diff wrt vec_vec_utils_tagger_tutorials-ex1_8,9,18,19
MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer applies to zero values set or added to the matrix diagonal, they are now not ignored and are included in the matrix nonzero structure. This is useful for Jacobians passed to TS.
replace use/mention of depreciated -log_summary in many places
add extchem.py which was written years ago but never put in the distribution (hence it is broken).
petsc4py: update to snapshot with MatGetSubMatrices -> MatCreateSubMatrices etc API changes
Minor fixes for tchem examples due to changes in PETSc infrastructure
update webpage about API changes
add help menu for MatCreateSubMatricesMPI()
PetscCMPLX: assume type punning is safe
rename struct Mat_SubMat -> Mat_SubSppt
add a little information to the manual about using tchem
rename MatCreateSubMatrixComposite -> MatCreateSubMatrixVirtual; Mat_SubMatrix -> Mat_SubVirtual
need to protect the \ passed on the makefile on my Mac
Bib: Updated ref
update src/mat/examples/tests/output/ex23_#.out
rename MatGetSubMat -> MatCreateSubMat
Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES
...

Conflicts:
src/dm/impls/plex/examples/tests/ex1.c
src/dm/impls/plex/examples/tests/ex12.c

show more ...


# 851d29aa 15-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-example-logging' into knepley/feature-plex-tests-new

* knepley/fix-plex-example-logging: (151 commits)
Plex ex12: Added logging stages
Plex ex1: Added logging stag

Merge branch 'knepley/fix-plex-example-logging' into knepley/feature-plex-tests-new

* knepley/fix-plex-example-logging: (151 commits)
Plex ex12: Added logging stages
Plex ex1: Added logging stages
update to latest hypre tag on github
fix 'inf' vs 'Inf' diff wrt vec_vec_utils_tagger_tutorials-ex1_8,9,18,19
MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer applies to zero values set or added to the matrix diagonal, they are now not ignored and are included in the matrix nonzero structure. This is useful for Jacobians passed to TS.
replace use/mention of depreciated -log_summary in many places
add extchem.py which was written years ago but never put in the distribution (hence it is broken).
petsc4py: update to snapshot with MatGetSubMatrices -> MatCreateSubMatrices etc API changes
Minor fixes for tchem examples due to changes in PETSc infrastructure
update webpage about API changes
add help menu for MatCreateSubMatricesMPI()
PetscCMPLX: assume type punning is safe
rename struct Mat_SubMat -> Mat_SubSppt
add a little information to the manual about using tchem
rename MatCreateSubMatrixComposite -> MatCreateSubMatrixVirtual; Mat_SubMatrix -> Mat_SubVirtual
need to protect the \ passed on the makefile on my Mac
Bib: Updated ref
update src/mat/examples/tests/output/ex23_#.out
rename MatGetSubMat -> MatCreateSubMat
Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES
...

Conflicts:
src/dm/impls/plex/examples/tests/ex12.c

show more ...


# c90b701e 14-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-pragmatic-parallel

* master: (1379 commits)
Minor fixes for tchem examples due to changes in PETSc infrastructure
update webpage about API changes

Merge branch 'master' into knepley/feature-plex-pragmatic-parallel

* master: (1379 commits)
Minor fixes for tchem examples due to changes in PETSc infrastructure
update webpage about API changes
add help menu for MatCreateSubMatricesMPI()
rename struct Mat_SubMat -> Mat_SubSppt
add a little information to the manual about using tchem
rename MatCreateSubMatrixComposite -> MatCreateSubMatrixVirtual; Mat_SubMatrix -> Mat_SubVirtual
need to protect the \ passed on the makefile on my Mac
Bib: Updated ref
update src/mat/examples/tests/output/ex23_#.out
rename MatGetSubMat -> MatCreateSubMat
Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES
superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib
backport fixes cc105cc3 2b35c90a - required for 3bf428d - that was backported from master - 80c96bb
'echo -n' fails on opensolaris/osx - so avoid using it.
fix diffs in nightlybuilds due to options in ~/.petscrc
add Kelley03 to src/docs/tex/petsc.bib
build: determine moudles, mpi.h used during buildtime and print in 'info'
fix analyzer warnings
fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs. But then - only flib gets used for some configure tests [blaslapack, parms]
config: prefer __restrict over C99 restrict keyword
...

show more ...


# 0e168440 08-Mar-2017 Barry Smith <bsmith@mcs.anl.gov>

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


# 8cc6944d 08-Mar-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/hzhang/rename_matgetsubmats'


# 7dae84e0 07-Mar-2017 Hong Zhang <hzhang@mcs.anl.gov>

rename MatGetSubMat -> MatCreateSubMat


# 18da27e1 15-Feb-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/stefano_zampini/fix-bddcschurs-wrongreusematrix'


# 53153037 14-Feb-2017 stefano_zampini <stefano.zampini@gmail.com>

PCBDDC: fix worng usage of MAT_REUSE_MATRIX in MatGetSubMatrices


# 9137bce6 24-Dec-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/remove-funct'


# fbfcfee5 19-Dec-2016 Barry Smith <bsmith@mcs.anl.gov>

Remove the use and definition of __FUNCT__ throughout the code

Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc
Time: 1.5 hours
Thanks-t

Remove the use and definition of __FUNCT__ throughout the code

Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc
Time: 1.5 hours
Thanks-to: Andreas Mang <andreas@ices.utexas.edu>

show more ...


# 0b33b61e 13-Dec-2016 stefano_zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-pcbddc-saddlepoint'

Conflicts:
src/mat/impls/aij/mpi/mpiaij.c
src/mat/impls/is/matis.c

Modified ex23.c for the API change of the function CheckMat


# e62b6521 08-Dec-2016 stefano_zampini <stefano.zampini@gmail.com>

PCBDDC: add prefix to sub_schurs and stop inferring hermitiannes and positive definitess


# aea80f77 30-Nov-2016 stefano_zampini <stefano.zampini@gmail.com>

PCBDDC: added Destroy method to SubSchurs


# ec968b6d 13-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

PCBDDC: allow setting 1 when the matrix is missing the diagonal


# 1633d1f0 03-Oct-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: allow for null adjncy array (nvtxs > 0 and ii[0...nvtxs] = 0 is a valid csr)


# 166598c1 14-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: bool should be set to false in this case


# 8b6046ba 08-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: bugfix

when sub_schurs rebuilds the graph, we need to copy the candidate index sets


# 8c09ecd8 04-Sep-2016 stefano_zampini <stefano.zampini@gmail.com>

PCBDDC: raise error if the factorization fails


12345678910>>...16