PCBDDC: remove ugly old code for 2D/3D switch
PCBDDC: fix for 64bit indices in PCBDDCSubsetNumbering
PCBDDC: remove unneeded code
PCBDDC: if rhs is changed, then the starting vector is zero
PCBDDC: silent uninitialized variable warning
PCBDDC: bug fixes for multilevelhermitian flag is now set to true if the matrix is declared symmetric in real caseThis should be handled by PETSc!
PCBDDC; bug fixes
PCBDDC: optimize PCApply_BDDC and PCApplyTranspose_BDDC
PCBDDC: print info on adaptivity only when check is required
PCBDDC: rm dead code
Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selectionConflicts: src/ksp/pc/impls/bddc/bddcprivate.c
PCBDDC: fixes for complex builds
PCBDDC: when bs>1 better to convert to SeqAIJadded guard in PCBDDCComputeExplicitSchur when ksp has 0 size
PCBDDC: rewritten PCBDDCGraphGetCandidatesremoved unnneeded extra object creation during PCBDDCConstraintsSetUp
PCBDDC: fix PCSetUp_BDDC
PCBDDC: remove MatReuse argument from MatGetSubMatrixUnsorted
PETSCBLASLAPACK: added bindings for POTRIupdated sub_schurs to use potri(bug fixes from previous commit for cum variable)
PCBDDC: reuse workspace for GetSubmatrixlapack workspace renamed to Bwork to avoid conflicts
PCBDDC: manage symmetry for implicit schur complements
PCBDDC: optimize PCBDDCComputeExplicitSchur
PCBDDC: no need to store all S_Ej_tildas
PCBDDC: optimized PCBDDCScatterCoarseDataBeing/Endsome fixes
PCBDDC: added slots for hermitianess and positive definitess in SubSchurslocal matrix used in SubSchurs should be converted to SeqAIJ
PCBDDC: remove conversion to adjacency when analyzing the interface or setupping the SubSchurs data
PCBDDC: convert A_VV to SeqAIJ when the local matrix is SeqSBAIJ
1...<<31323334353637383940>>...53