| #
4e7385fa
|
| 16-Feb-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection
Conflicts: src/ksp/pc/impls/bddc/bddcprivate.c
|
| #
8886ff73
|
| 15-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
elemental: move MatElementalHermitianGenDefEig() prototype into include/petscmatelemental.h
|
| #
2ef15aa2
|
| 13-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
make prototype of MatElementalHermitianGenDefEig() consistent with HermitianGenDefEig()
|
| #
d5560a0b
|
| 12-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
elemental: more 0.85 fixes including: 'HermitianGenDefiniteEigType' to 'Pencil' and 'HermitianGenDefiniteEig' to 'HermitianGenDefEig'
Also change MatElementalHermitianGenDefiniteEig() to MatElementa
elemental: more 0.85 fixes including: 'HermitianGenDefiniteEigType' to 'Pencil' and 'HermitianGenDefiniteEig' to 'HermitianGenDefEig'
Also change MatElementalHermitianGenDefiniteEig() to MatElementalHermitianGenDefEig() to correspond to elemental naming scheme?
show more ...
|
| #
a197972a
|
| 11-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/saws-options-merge-master
Totally confusing manual merge, could be wrong
Conflicts: include/petscoptions.h src/dm/impls/da/dacreate.c src/sys/objects/aoptions.c
Merge branch 'master' into barry/saws-options-merge-master
Totally confusing manual merge, could be wrong
Conflicts: include/petscoptions.h src/dm/impls/da/dacreate.c src/sys/objects/aoptions.c src/sys/threadcomm/interface/threadcomm.c
show more ...
|
| #
0fd17804
|
| 11-Feb-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'tisaac/simplify-register-all'
Removed the XXXRegisterAll() functions from the public interface. These should now only be handled by the package intialization functions.
|
| #
50705773
|
| 10-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad Manual merge of makefile
Conflicts: src/sys/classes/viewer/examples/tutorials/makefile
|
| #
8abd42f6
|
| 05-Feb-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection
|
| #
ee900cc9
|
| 31-Jan-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/elemental-matconvert'
Conflicts: src/mat/examples/tests/makefile
|
| #
382fd914
|
| 28-Jan-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
add #include <elemental.hpp> into petscmat.h so elemental data type can be used for API routines
|
| #
874e4880
|
| 26-Jan-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup
|
| #
d59fe0e1
|
| 22-Jan-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
continue working on MatElementalHermitianGenDefiniteEig_Elemental()
|
| #
5dd12673
|
| 20-Jan-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatElementalHermitianGenDefiniteEig() gives evals as an output (PETSc mpi vec)
|
| #
d98da988
|
| 19-Jan-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
add interface to MatElementalHermitianGenDefiniteEig()
|
| #
3fe9ae9b
|
| 15-Jan-2015 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-crs-ksp2
|
| #
8fb42493
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
mv include/finclude to include/petsc-finclude for namespacing in installs
|
| #
c3d0d0bc
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
mv include/finclude to include/petsc-finclude for namespacing in installs
|
| #
1bb59070
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'pr234/vasiliy_kozyrev/mkl_cpardiso'
|
| #
d305a81b
|
| 15-Dec-2014 |
Vasiliy Kozyrev <vvkozyrev@gmail.com> |
Intel MKL Cluster Pardiso. Work only Intel(R) Parallel Studio XE 2015
|
| #
14acc2fe
|
| 13-Dec-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Remove XXXRegisterAll() from public interface
This means we are relying on packages to be well behaved, to set themselves up properly. Passes testexamples in my builds (haven't tried complex).
|
| #
0f51fdf8
|
| 13-Dec-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Remove XXXRegisterAllCalled from public interface.
All XXXRegisterAll() methods are now idempotent, so a boolean indicating whether they can be called or not is no longer necessary.
|
| #
f66b045f
|
| 11-Dec-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATMUMPS: added support for Schur complement computation during the factorization step
|
| #
909a08a4
|
| 28-Nov-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Merge branch 'master' into mlange/refactor-plex-distribute
Conflicts: src/dm/impls/plex/examples/tests/output/ex12_1.out src/dm/impls/plex/examples/tests/output/ex12_2.out
|
| #
81e08676
|
| 11-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/dynamic-matsolverpackageregister'
Conflicts: src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
|
| #
18713533
|
| 08-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix some syntax/missing variable declarations errors introduced in branch
|