| #
1098a8e8
|
| 06-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of ISEqual_private()
|
| #
d79853d5
|
| 04-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
sbaij: move extern prototypes out of mpisbaij.c [and declare them in the corresponding sbaij.h/mpisbaij.h includes]
|
| #
36032a97
|
| 04-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup MatGetSubMatrix_MPISBAIJ() by factoring ISEqual_private() out
|
| #
8f46ffca
|
| 04-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
add new MatGetSubMatrix_MPISBAIJ (see issue #7)
|
| #
9704d4df
|
| 02-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-vec-lock'
|
| #
ee900cc9
|
| 31-Jan-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/elemental-matconvert'
Conflicts: src/mat/examples/tests/makefile
|
| #
6214f412
|
| 29-Jan-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatConvert_sbaij_elemental()
|
| #
d9ca1df4
|
| 22-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Added VecLockPush() and VecLockPop() to make vector read only Used VecLockPush() and VecLockPop() in a couple of key locations; PCApply(), KSPSolve(), MatMult() Fixed many uses of VecGetArray() to Ve
Added VecLockPush() and VecLockPop() to make vector read only Used VecLockPush() and VecLockPop() in a couple of key locations; PCApply(), KSPSolve(), MatMult() Fixed many uses of VecGetArray() to VecGetArrayRead() Added VecGet/RestoreArrayPair() for commonly occuring pattern Added const to many locations driven by use of VecGetArrayRead()
show more ...
|
| #
584b3052
|
| 24-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'tisaac/feature-gamg-extensible' into barry/experiment
Conflicts: src/ksp/pc/impls/gamg/gamg.h
|
| #
2f4dd916
|
| 18-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-combined-tabulation' into knepley/feature-ts-fem+fvm-example
* knepley/feature-combined-tabulation: (41 commits) Plex: Fix distribution of uninterpolated meshes - Doe
Merge branch 'knepley/feature-combined-tabulation' into knepley/feature-ts-fem+fvm-example
* knepley/feature-combined-tabulation: (41 commits) Plex: Fix distribution of uninterpolated meshes - Does SF stratification by depth, not by dimension - The old code numbered cells after vertices Plex+SNES: Fixes for nonzero cStart cannot call PetscObjectGetName() on a subset of the MPI processes MatView() with some matrix formats and ASCII_MATLAB did not print correct matrix name Plex: Preserve periodicity when adding ghost cells Plex: Fixed DMPlexGetGlobalFieldOffset_Private() in optimized mode Plex+SNES: Offset should be into field components, not basis functions Plex+SNES: Add guards for optional arrays DS: Added PetscDSGetComponentOffset(), Added to petsc.h Plex+TS: FVM RHS computation uses a global F Plex+FV: Corrected accumulation of fluxes to cells and added time derivative term Plex: Added DMPlexPointGlobalFieldRead/Ref() Plex+SNES: Fixed DMPlexGetFaceFields() - It returns field values, not coefficients - FE evaluation is now done FV: In PetscFVIntegrateRHSFunction(), the arguments are field values, not coefficients FE: Added EvaluateFaceFields() to FE fields at face centroids Plex: Added DMPlexPointLocalFieldRead() FE: Have a standard tabulation at face centroids Plex: Copy BC for hierarchical refinement FE: Allow P0 over 1D cells Plex+FV: Fixed BC with gradient calculation ...
Conflicts: config/builder.py
show more ...
|
| #
6ad11976
|
| 18-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-distribute-uninterpolated' into knepley/feature-combined-tabulation
* knepley/fix-plex-distribute-uninterpolated: Plex: Fix distribution of uninterpolated meshes - D
Merge branch 'knepley/fix-plex-distribute-uninterpolated' into knepley/feature-combined-tabulation
* knepley/fix-plex-distribute-uninterpolated: Plex: Fix distribution of uninterpolated meshes - Does SF stratification by depth, not by dimension - The old code numbered cells after vertices cannot call PetscObjectGetName() on a subset of the MPI processes MatView() with some matrix formats and ASCII_MATLAB did not print correct matrix name
show more ...
|
| #
d0d7c80b
|
| 17-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
3e219373
|
| 17-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
cannot call PetscObjectGetName() on a subset of the MPI processes
|
| #
a09cf4f7
|
| 17-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
ade3a672
|
| 17-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
MatView() with some matrix formats and ASCII_MATLAB did not print correct matrix name
Reported-by: Michael Souza <souza.michael@gmail.com>
|
| #
72e51967
|
| 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-unneeded-paren-petscmalloc'
Conflicts: src/mat/impls/baij/seq/baij.c
|
| #
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
|
| #
039eb774
|
| 18-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matsetsize-matload' into maint
|
| #
00cf48c4
|
| 18-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matsetsize-matload'
Conflicts: src/mat/examples/tests/makefile
|
| #
a614f736
|
| 17-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mataxpy-subset-sbaij'
|
| #
854ce69b
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
convert some PetscMalloc() to PetscMalloc1() remove unneeded () in first argument to PetscMalloc/Calloc1() fixes for MATLAB examples
|
| #
ab784542
|
| 14-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of MatAXPY() with case SUBSET_NONZERO_PATTERN for sbaij matrix, see report by Jose Roman, Nov 11, 2014 This is on master branch (same fix was done on maint) to avoid too much conflict with mai
bugfix of MatAXPY() with case SUBSET_NONZERO_PATTERN for sbaij matrix, see report by Jose Roman, Nov 11, 2014 This is on master branch (same fix was done on maint) to avoid too much conflict with maint
show more ...
|
| #
3059b6fa
|
| 13-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Allow setting the matrix block size with MatSetBlockSize() before calling MatLoad()
Reported-by: Steena M <stm8086@yahoo.com>
|
| #
81e08676
|
| 11-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/dynamic-matsolverpackageregister'
Conflicts: src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
|
| #
42c9c57c
|
| 07-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Moved registration of MatSolverPackages out of MatCreate_XXX routines into standalone system, this allows 1) more precise error message when a requested solver is not found 2) easier to add new solve
Moved registration of MatSolverPackages out of MatCreate_XXX routines into standalone system, this allows 1) more precise error message when a requested solver is not found 2) easier to add new solvers without touching basic PETSc matrix implementation files and the possibility of adding new solvers to the library after PETSc is installed or even at run time
show more ...
|