History log of /petsc/include/petscpc.h (Results 276 – 300 of 1091)
Revision Date Author Comments
# 10c1f87b 27-Oct-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'master' into tisaac/dmplex-feature-real-to-ref

I need updated PetscFE interfaces in what I'm going to do

* master: (603 commits)
parmetis: fix typo in testsuite
Added PETSC_HAVE_A

Merge branch 'master' into tisaac/dmplex-feature-real-to-ref

I need updated PetscFE interfaces in what I'm going to do

* master: (603 commits)
parmetis: fix typo in testsuite
Added PETSC_HAVE_ATTRIBUTEALIGNED flag to makefile
PCSetUp_SVD() used incorrect matrix for matrix size in parallel, also need to skip LAPACK call if matrix size is zero
strumpack: update to latest version 1.0.4
Remove valgrind warning about MPI_Allreduce() with uninitialized data
sed for test output that has atol convergence with quad precision
updated ex1_nest tests
fixed incorrect key value
fix: bad merge a69d34a
test: move runex78 to TESTEXAMPLES_C_NOTSINGLE
build: fix warnings
sys: update test to produce same result - irrespective of debug/opt build - and presence of ~/.petscrc
sys: src/sys/examples/tests/ex30.c -> src/sys/examples/tests/ex32.c to avoid conflict in master
Sed output, since quad precision reduces below atol on these tests
remove automatically generated matrix names from test output files since can be different
Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products
GAMG: fix PCView_GAMG() format - and update output/ex56_0.out
superlu_dist: 64-bit-indices fix https://github.com/xiaoyeli/superlu_dist/issues/4
Add SNESSetDivergenceTolerance / -snes_divergence_tolerance.
fixed unit read in Plex
...

show more ...


# abf98081 26-Oct-2016 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/mark/snes-ex56-b'


# c1eae691 19-Sep-2016 Mark Adams <mfadams@lbl.gov>

made threshold an array, fixed up ex56 convergence test (have a Plex/FEM bug)


# e923053f 15-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint

I have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu

Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint

I have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepoint
that prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.

This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into master

Conflicts:
src/docs/website/documentation/changes/dev.html

show more ...


# 1e0482f5 14-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added coarse discrete gradient

still does not work properly


# 495a2a07 06-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added field specification to the API


# 88684dab 01-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# c7f610a1 01-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

Added PCFactorGetZeroPivot(), PCFactorGetShiftType(), and PCFactorGetShiftAmount()

Time: .25 hours
Reported-by: Glenn E Hammond <gehammo@sandia.gov>


# a13144ff 25-Aug-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added support for Nedelec elements using the discrete gradient


# e3fb1b41 24-Aug-2016 BarryFSmith <bsmith@mcs.anl.gov>

Merged in psanan/petsc/psanan/pc-asm-submat (pull request #531)

PCASM: Allow different submatrix types


# 80ec0b7d 01-Nov-2014 Patrick Sanan <patrick.sanan@gmail.com>

PCASM: Allow different submatrix types

The implementation involves a call to MatConvert.

Note the new command line option, which allows things like
-pc_asm_sub_mat_type seqaijviennacl
-pc_asm_sub_m

PCASM: Allow different submatrix types

The implementation involves a call to MatConvert.

Note the new command line option, which allows things like
-pc_asm_sub_mat_type seqaijviennacl
-pc_asm_sub_mat_type aijviennacl
In the latter case, it is assumed that the sequential version of a base name
is intended.

A test is added in src/ksp/ksp/examples/tutorials, but not added to any sets of tests (in anticipation of future set of tests for viennacl-enabled configurations).

show more ...


# 54761ea3 14-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in m

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in master (the introduction of MatFactorGetError()) therefor need
to merge in master and use the new construct before merging to next

show more ...


# 162a9882 11-Aug-2016 Patrick Sanan <patrick.sanan@gmail.com>

Merge branch 'master' into psanan/pc-telescope-nearnullspace


# 011b787b 05-Aug-2016 Mark Adams <mfadams@lbl.gov>

fixed merge with master


# bedc4528 03-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/extend-pcmg-galerkin'


# 578c61f7 03-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'mark/fix-gamg-asm-aggs'


# 2db913b4 03-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/pcmgsetsmoothupdown-if-no-change'


# 8ae0ca82 29-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: Added transpose flag to PCBDDCSetDivergenceMat

fixed a bug when BDDC is used outside of a KSP with dirichlet_trick enabled


# 2134b1e4 24-Jul-2016 Barry Smith <bsmith@mcs.anl.gov>

PCMGSetGalerkin() and -pc_mg_galerkin now take PC_MG_GALERKIN_BOTH,PC_MG_GALERKIN_PMAT,PC_MG_GALERKIN_MAT, PC_MG_GALERKIN_NONE as arguments instead of PetscBool

This allows computing either mat, or

PCMGSetGalerkin() and -pc_mg_galerkin now take PC_MG_GALERKIN_BOTH,PC_MG_GALERKIN_PMAT,PC_MG_GALERKIN_MAT, PC_MG_GALERKIN_NONE as arguments instead of PetscBool

This allows computing either mat, or pmat or both via the Galerkin process

Time: 16 hours
Reported-by: domenico lahaye <domenico_lahaye@yahoo.com>
Thanks-to: Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk>

show more ...


# 06792caf 21-Jul-2016 Barry Smith <bsmith@mcs.anl.gov>

Added PCMGSetNumberSmooth() to complement PCMGSetNumberSmoothUp() and PCMGSetNumberSmoothDown()

Reported-by: Ed Bueler <elbueler@alaska.edu>


# 3d996552 19-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcfetidp.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcschurs.c
src/mat/impls/is/matis.c
src/mat/impls/is/matis.h

show more ...


# 171cca9a 04-Jul-2016 Mark Adams <mfadams@lbl.gov>

added option for parallel coarse grid solve, without GAMG putting all on one proc


# fa23a32e 30-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: use IS instead of ISLocalToGlobalMapping


# a198735b 30-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: Added API for passing the matrix representation of the divergence operator


# cab9ed1e 27-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

fixed some naming in GAMG and added material to some GAMG manual pages


1...<<11121314151617181920>>...44