change MatSolverType to be a const char* typedef to match other XXTypeCommit-type: style-fixReported-by: Franck Houssen <franck.houssen@inria.fr>
Fix name MatSolverPackage since it is better to be consistent and use the terminology Type.Commit-type: style-fix, documentation
Merge branch 'stefano_zampini/few-bugfixes'
PCBDDC: small fix
PCBDDC: entries may have negative indices
Merge branch 'jose/lapack-ungqr'
Merge branch 'dalcinl/fix-single-warnings'
Merge branch 'maint'
Missing _coarse in option listed in manual pageCommit-type: documentationReported-by: "Alberto F. Martín" <amartin@cimne.upc.edu>
petscblaslapack.h: rename LAPACKungqr_ to LAPACKorgqr_The intention is to be consistent with other subroutines likeLAPACKsyev_ where the 'real' name is used for both the 'real' subroutine(_syev)
petscblaslapack.h: rename LAPACKungqr_ to LAPACKorgqr_The intention is to be consistent with other subroutines likeLAPACKsyev_ where the 'real' name is used for both the 'real' subroutine(_syev) and the 'complex' subroutine (_heev) depending on scalar-type
show more ...
PetscAbsXXX:Fix clang warnings related to double -> single truncation
PCBDDC: fix from nightly builds 2017/12/01/examples_next_arch-opensolaris-misc_n-gage.log
PCBDDC: put approximate BDDC in the testsuiteadd command line to ex59 to setup but not run FETI-DP.minor changes in the source code
PCBDDC: fix logic for setting coarse PCCannot set BDDC if multilevel is not allowed
PCBDDC: fix valgrind issue and memory leak
Fixed compiler warnings when using MPIUNI, optimized build.Reported-by: Jose E. Roman <jroman@dsic.upv.es>
bugfix for PCBDDCSubSchursSetUp() on complex build
fix: redundant CHKERRQ() call after SETERRQ()Craycc complained about a stray CHKERRQ after SETERRQ in plextree.cReported-by: Patrick Sanan <patrick.sanan@gmail.com>
Merge remote-tracking branch 'origin/stefano_zampini/fix-bddcschurs'
PCBDDC/KSPFETIDP: fix output for 64 bit indices configurations
PCBDDC: allow command line option to discard any information on dofs splittingThis behaviour was already present in branch stefano_zampini/feature-allow-bddc-monolithic,but it got deleted during s
PCBDDC: allow command line option to discard any information on dofs splittingThis behaviour was already present in branch stefano_zampini/feature-allow-bddc-monolithic,but it got deleted during some bad merge
PCBDDC: MatCopy does not copy over the nonzero pattern!This bug was originated when using deluxe + change of basis, since this combination uses, via PtAP, sum_S_Ej_all.It was not detected before s
PCBDDC: MatCopy does not copy over the nonzero pattern!This bug was originated when using deluxe + change of basis, since this combination uses, via PtAP, sum_S_Ej_all.It was not detected before since sum_S_Ej_all values where directly summed up in MatISGetMPIXAIJAdded test case to ex59.c
Fixes from nightly static analysis
Update output files that could not be mergednote that MUMPS is now failing on machine so output depending on that is not updated
1...<<11121314151617181920>>...53