| c3002683 | 24-Jul-2015 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Added a bunch of Fortran bindings |
| b1dfaf6e | 22-Jul-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 573dbf41 | 22-Jul-2015 |
Satish Balay <balay@mcs.anl.gov> |
fix makefile format error with 'all-legacy' |
| 37b47b7f | 22-Jul-2015 |
Satish Balay <balay@mcs.anl.gov> |
doc: add in petscistypes.h to doc sourcefile list |
| 0b0615df | 21-Jul-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'mesgarnejad/feature-plex-globaltonatural'
* mesgarnejad/feature-plex-globaltonatural: Plex ex15: This requires HDF5 Plex ex15: Fixed variable type Plex: Fixed variable init Ple
Merge branch 'mesgarnejad/feature-plex-globaltonatural'
* mesgarnejad/feature-plex-globaltonatural: Plex ex15: This requires HDF5 Plex ex15: Fixed variable type Plex: Fixed variable init Plex ex15: Added test for reading and writing HDF5 in native format Vec: Straighten out defines for VECOP DM: Reminder to handle g2n in DMCreateSubDM() Plex ex15: One test of g2n working Plex: Fixed global to natural mapping creation Plex: When creating g2n map, must use parallel DM PetscSF: Corrected bug in PetscSFCreateInverseSF() for sparse leaves - Have to index over entire leaf space PetscSection: PetscSectionCreateGlobalSection() now allows the user to keep local offsets - This is useful is all you want is to filter out the constrained points Plex: Create the global to natural mapping during distribution if the flag is set Plex: Added viewing in native format using the global to natural mapping Plex: Added global to natural ordering support - The natural ordering is the one you have before distribution - Added DMPlexCreateGlobalToNaturalSF() - Added DMPlexGlobalToNaturalBegin/End() - Added DMPlexNaturaToGloballBegin/End() SF: Added PetscSFCreateEmbeddedLeafSF() - This name sucks, but it subsets on leaves instead of roots DM: Added an SF for the global to local mapping and a flag to enable its construction - Added DMGet/SetUseNatural() - Should hook this up to DMDA SF: Added Fortran binding for SFView() DM: Automatic Fortran binding should work for DMCreateSubDM() SF: Added PetscSFCompose() SF: Added PetscSFCreateFromZero()
show more ...
|
| ae9aee6d | 11-Jul-2015 |
Matthew G. Knepley <knepley@gmail.com> |
PetscSF: Corrected bug in PetscSFCreateInverseSF() for sparse leaves - Have to index over entire leaf space |
| 15b58121 | 11-Jul-2015 |
Matthew G. Knepley <knepley@gmail.com> |
PetscSection: PetscSectionCreateGlobalSection() now allows the user to keep local offsets - This is useful is all you want is to filter out the constrained points |
| eab890ac | 08-Jul-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
removed dead datastructure for thread starting points in PetscLayout |
| f8f3a1a3 | 04-Jul-2015 |
Fande Kong <fdkong.jd@gmail.com> |
Fixed MPI Data type |
| a79482ff | 04-Jul-2015 |
Fande Kong <fdkong.jd@gmail.com> |
Merge remote-tracking branch 'petsc/jed/mat-assembly-perf' into matpartitioning-hierach
To make the interface PetscCommBuildTwoSided(MPI_Comm comm,PetscMPIInt count,MPI_Datatype dtype,PetscInt nto,c
Merge remote-tracking branch 'petsc/jed/mat-assembly-perf' into matpartitioning-hierach
To make the interface PetscCommBuildTwoSided(MPI_Comm comm,PetscMPIInt count,MPI_Datatype dtype,PetscInt nto,const PetscMPIInt *toranks,const void *todata,PetscInt *nfrom,PetscMPIInt **fromranks,void *fromdata) compatible with Jed's new changes. DataType of 'nto' and 'nfrom' is changed to PetscMPIInt.
Conflicts: include/petscsys.h src/sys/utils/sorti.c src/vec/vec/examples/tests/makefile
show more ...
|
| 1b5aa964 | 03-Jul-2015 |
Fande Kong <fdkong.jd@gmail.com> |
Fixed bugs |
| fae7eefd | 10-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into mesgarnejad/feature-plex-globaltonatural
* master: (219 commits) revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html - enable cuda in configure
Merge branch 'master' into mesgarnejad/feature-plex-globaltonatural
* master: (219 commits) revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html - enable cuda in configure release: set v3.6 strings doc: add PCGAMGSetReuseInterpolation() to changes file fix: workarround static initialization issue (perhaps compiler bug) on opensolaris c/complex build fix: ex40,ex41 errors in src/ts/examples/tutorials/ on bsd with c++/complex Perhaps this code nees a separate section when 'enorm == 0) - as pow(0,-0.33) = inf. manual: fix format more changes.. PCGASM/MatGetSubMatricesMPI() changes in dev.html. changes: more updates Add size checks for static arrays of assumed max size [-Warray-bounds] Doc: Update to Changes configure: default to useThreads= 0as the useThreads=1 code currently prints output in jumbled order [producing hard to read configure.log] Delete PETSc viewer attribute if none are left on the linked list instead of putting an empty attribute MatGetSubMatricesMPI_MPIAIJ(): guard for an empty B-matrix when delogging memory in MatSetSeqMats(). PCBDDC: fix typos in the specification of MPI operation MPIU_SUM was used with MPIU_INT when it should only be used with MPIU_REAL or MPIU_SCALAR fixed bad PetscPrintf() formatting in two examples Plex: In pointwise callbacks, use embedding dimension updates for generating Apple installations due to changes in locations of include files configure: do not fail when checking MPICH version [similar to 2cadc8fc42fbad3c229d43b955581b8d29e02ad6 ] ...
show more ...
|
| 0ba5da2d | 05-Jun-2015 |
Fande Kong <fdkong.jd@gmail.com> |
Merge remote-tracking branch 'petsc/master' into matpartitioning-hierach |
| 2f5fb4c2 | 02-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
SF: Added PetscSFCreateEmbeddedLeafSF() - This name sucks, but it subsets on leaves instead of roots |
| 798cebcc | 02-Jun-2015 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in stefano_zampini/islocaltoglobalmapping-reuseinfo (pull request #323)
ISLOCALTOGLOBALMAPPING: reuse cached info if present |
| 01e608bc | 02-Jun-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated AOType values for Fortran include files, added into test example AOSetIS() now PetscObjectReferences() the is.
Reported-by: Stefano Zampini <stefano.zampini@gmail.com> |
| a6e9e4f7 | 02-Jun-2015 |
Matthew G. Knepley <knepley@gmail.com> |
SF: Added Fortran binding for SFView() |
| a7b3aa13 | 02-Jun-2015 |
Ata Mesgarnejad <a.mesgarnejad@gmail.com> |
SF: Added PetscSFCompose() |
| 3cd0bf76 | 01-Jun-2015 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merged in PR312: karpeev/ksp-pcgasm-overhaul. |
| 268a049c | 01-Jun-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
ISLOCALTOGLOBALMAPPING: reuse cached info if present |
| 0e36547b | 27-May-2015 |
Fande Kong <fdkong.jd@gmail.com> |
Implemented ISBuildTwoSided |
| 8aec7d55 | 27-May-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
removed unneeded custom XXXViewFromOptions() functions and updated to use PetscObject as second argument calling sequence |
| 5cddc270 | 22-May-2015 |
Fande Kong <fdkong.jd@gmail.com> |
changed a varible name |
| 54b07c23 | 22-May-2015 |
Fande Kong <fdkong.jd@gmail.com> |
implemented ISBuildTwoSided |
| 5ea6c424 | 28-Apr-2015 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
ISSortPermutation routine. |