| #
acd170f3
|
| 09-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/matgetsubmat_sbaij'
|
| #
fd3fcee3
|
| 09-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm white spaces
|
| #
f4c50ce4
|
| 09-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/matgetsubmat_sbaij'
|
| #
8abd42f6
|
| 05-Feb-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection
|
| #
c5d9258e
|
| 04-Feb-2015 |
Satish Balay <balay@mcs.anl.gov> |
baij: move 'seqbaij' prototypes required by mpibaij.c to baij.h This fixes link failure with VS2005 cl
libpetsc.lib(mpibaij.o) : error LNK2019: unresolved external symbol "int __cdecl MatRestoreRow_
baij: move 'seqbaij' prototypes required by mpibaij.c to baij.h This fixes link failure with VS2005 cl
libpetsc.lib(mpibaij.o) : error LNK2019: unresolved external symbol "int __cdecl MatRestoreRow_SeqBAIJ(struct _p_Mat *,int,int *,int * * const,class std::complex<double> * * const)" (?MatRestoreRow_SeqBAIJ@@YAHPEAU_p_Mat@@HPEAHQEAPEAHQEAPEAV?$complex@N@std@@@Z) referenced in function MatCreateMPIMatConcatenateSeqMat_MPIBAIJ
show more ...
|
| #
8f46ffca
|
| 04-Feb-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
add new MatGetSubMatrix_MPISBAIJ (see issue #7)
|
| #
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>
|
| #
4653a54d
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/ksp-converged-reason-viewer
Conflicts: src/sys/objects/options.c
|
| #
fedbf777
|
| 20-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'rlacroix/fix_bs_mpibaij_to_mpiaij'
|
| #
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 ...
|