History log of /petsc/src/ksp/pc/impls/bddc/bddcschurs.c (Results 301 – 325 of 380)
Revision Date Author Comments
# 6ce549b9 09-Jun-2015 Hong Zhang <hzhang@mcs.anl.gov>

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


# 0ba5da2d 05-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into matpartitioning-hierach


# 62ec5fd8 05-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into mat-increaseoverlap


# 46488109 04-Jun-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/pcbddc-adaptive-selection'

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


# 45951f25 01-Jun-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: better to use size_active_schur as a guard


# 81ea8064 01-Jun-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: solve some errors in subschurs appearing when not restricting the work on active processes


# dc456d91 23-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: Replaced old non-memory scalable implementation of PCBDDCSubsetNumbering

New implementation is memory scalable and more efficient


# e1b06f76 20-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/solkx

* master: (6933 commits)
Bib: Added reference
Includegraph: Updated for compatibility with new folder layout.
Add SNESLineSearchReason to fortran inclu

Merge branch 'master' into knepley/solkx

* master: (6933 commits)
Bib: Added reference
Includegraph: Updated for compatibility with new folder layout.
Add SNESLineSearchReason to fortran includes Also truncate names to fit 32 char fortran limit
fix compile warnings /usr/home/balay/petsc.clone-2/src/vec/vec/interface/vector.c:1944: warning: division by zero in '1.0e+0 / 0.' /usr/home/balay/petsc.clone-2/src/ksp/ksp/interface/itfunc.c:508: warning: 'vec_rhs' may be used uninitialized in this function
updated output for new trust region initial size
initial size of the trust region is set as a percent of the norm of the initial guess, it should not be related to the initial norm of the function (which is kind of nuts).
The default bounds for SNESVISetVariableBounds() in the manual page were reversed from correct values
Bib: Added refs
Bib: Update MPICH webpage
Plex: Forgot to close file
removed nonexistent ex46f from makefile test rule
Revert "fixed bad merge into master"
fixed bad merge into master
fix memory leak in mkl_pardiso fix some formatting in mkl_pardiso code
mv runex111 from TESTEXAMPLES_C to TESTEXAMPLES_DATAFILESPATH
Mat+Doc: More Fortran docs
Plex ex3: Run tests with the correct number of field components
Bib: Added TetGen cite
parmetis: make sure 'ldd libparmetis.so' points to the correct libmetis.so that its linked with.
small fix as reported by the nightly test
...

Conflicts:
config/builder.py

show more ...


# 862806e4 17-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: it does not have any sense to require adaptivity just for edges.

less stringent hermitian test in sub_schurs code


# d6462365 14-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: improve logic around symmetric and positive definite


# 5a94c880 10-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: reuse matrices with MatGetSubMatrices


# 3301b35f 10-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: rearrange symmetry, positive-definitess stuffs

Added pc_bddc_symmetric command line options to shift to unsymmetric basis computation


# aff50787 10-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: no need for eigensolver is S == St


# 4a6c6b0d 10-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: when n_subs == 1 and size_schur == size_active_schur reuse already inverted block


# ffbec71f 07-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fixes for compiler warnings


# c62d2063 07-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix for complexes

hermitian and positive definitess checks should be replaced by something which is more robust


# 53892102 07-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: complete support for MUMPS Schur solver reusage

is_R and is_B should be created during SubSchursSetUp
Added preprocessor guards


# e28d306c 07-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added support for transpose application of the BDDC when reusing MUMPS solver


# be83ff47 07-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: reuse Schur solver provided by MUMPS when possible


# 6816873a 05-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: optimize for reusage of Schur solver (if any)

R_to_B and (optionally) R_to_D scatters are different
reusage is not possible when change of basis has been requested


# d62866d3 04-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: reuse as much as possible the MUMPS Schur solver

optimizations still need to be applied


# a9b99552 27-Apr-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: remove is_I_layer from sub_schurs data structure


# a64f4aa4 23-Apr-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fixes for preconditioner reuse


# eb595f79 20-Apr-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: optimized renumbering by subset


# 12d906b1 20-Apr-2015 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix multilevel issue with the computation of St


1...<<111213141516