| #
13b6d876
|
| 20-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'hzhang/mat-redundant'
Fixes 64-bit-indices build.
* hzhang/mat-redundant: Sys Subcomm: update types to PetscMPIInt and use %d instead of %D Sys Subcomm: subsize field is used as P
Merge branch 'hzhang/mat-redundant'
Fixes 64-bit-indices build.
* hzhang/mat-redundant: Sys Subcomm: update types to PetscMPIInt and use %d instead of %D Sys Subcomm: subsize field is used as PetscMPIInt [fixes 64-bit-indices]
show more ...
|
| #
45487dad
|
| 18-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Sys Subcomm: update types to PetscMPIInt and use %d instead of %D
The member types were an unnecessary mix of PetscInt and PetscMPIInt. PetscSubcommType still had relics from a prior life as an inte
Sys Subcomm: update types to PetscMPIInt and use %d instead of %D
The member types were an unnecessary mix of PetscInt and PetscMPIInt. PetscSubcommType still had relics from a prior life as an integer rather than as a named enum.
show more ...
|
| #
708d824c
|
| 18-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Sys Subcomm: subsize field is used as PetscMPIInt [fixes 64-bit-indices]
|
| #
9b921294
|
| 17-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/improve-memory-logging'
Conflicts: src/ksp/pc/impls/redundant/redundant.c src/mat/interface/matnull.c
|
| #
e88ab3e4
|
| 05-Aug-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mat-redundant'
|
| #
65d9b8f1
|
| 19-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
update PetscSubcommSetTypeGeneral() - rm input duprank
|
| #
f68be91c
|
| 19-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add PetscSubcommSetFromOptions(); PCRedundant can swith to PETSC_SUBCOMM_CONTIGUOUS at runtime
|
| #
e37c6257
|
| 18-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatGetRedundantMatrix for psubcomm_type CONTIGUOUS; rename MatGetRedundantMatrix_MPIAIJ_interlaced to MatGetRedundantMatrix_MPIAIJ_psubcomm
|
| #
053d1c95
|
| 16-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add PetscSubcommView()
|
| #
f38d543f
|
| 10-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add 'type' to struct _n_PetscSubcomm
|
| #
e04113cf
|
| 24-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
converted uAMS usage to SAWs usage; starts server but cannot see any published directories
|
| #
9a6158bf
|
| 19-Jun-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'barry/fix-PetscObjectPrintClassNamePrefixType'
* barry/fix-PetscObjectPrintClassNamePrefixType: update tests of src/mat/examples/tests/ex136.c Use classname in object for object na
Merge branch 'barry/fix-PetscObjectPrintClassNamePrefixType'
* barry/fix-PetscObjectPrintClassNamePrefixType: update tests of src/mat/examples/tests/ex136.c Use classname in object for object name when calling PetscObjectPrintClassNamePrefixType() instead of some string with less precise name passed in
Conflicts: src/snes/interface/snes.c
show more ...
|
| #
9e483975
|
| 13-Jun-2013 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'karlrupp/feature-viennacl'
|
| #
e33c197d
|
| 11-Jun-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master.
|
| #
4cf1874e
|
| 10-Jun-2013 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
ViennaCL: Added synchronization to bindings just as for CUSP in order to allow for correct results with log_summary
|
| #
386b2e21
|
| 01-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-docs-regarding-xxxtype'
|
| #
8f6c3df8
|
| 01-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed the ability of XXXType to be the string name of a library and function in that library but forgot to remove this form from all the XXXAType manual pages
|
| #
0a6ece4e
|
| 31-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/citations'
|
| #
3bb1ff40
|
| 28-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
logging memory now credits to all ancestors
|
| #
dae58748
|
| 22-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Use classname in object for object name when calling PetscObjectPrintClassNamePrefixType() instead of some string with less precise name passed in
|
| #
e2fc02c1
|
| 21-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added const to char arguement
|
| #
74ba8654
|
| 16-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscPOpenSetMachine() and command line form
|
| #
96a8e8cb
|
| 15-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
changed final argument to PetscPClose from PetscInt to int since this is an in returned from a system call
|
| #
329d851f
|
| 13-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'barry/fix-xxxviewsetfromoptions'
* barry/fix-xxxviewsetfromoptions: *ViewFromOptions: update documentation, providing disabled man pages fixed bug where XXXViewFromOptions() used p
Merge branch 'barry/fix-xxxviewsetfromoptions'
* barry/fix-xxxviewsetfromoptions: *ViewFromOptions: update documentation, providing disabled man pages fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES
show more ...
|
| #
8d3683fc
|
| 10-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed return to PetscFunctionReturn
|