| db4653c2 | 09-Dec-2021 |
Daniel Finn <dannyfinn10@gmail.com> |
Adding Gonzalez term to DG |
| 3fbef1ea | 07-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| 8080b4e6 | 07-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.16.2 |
| f8b86032 | 26-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| c81053de | 26-Nov-2021 |
Matthew Knepley <knepley@gmail.com> |
Plex+Doc: Add more section information |
| f3fe5330 | 25-Nov-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: DMPlex manual: add missing inline code formatting |
| 3c1fef21 | 25-Nov-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: DMPlex manual: remove duplicated link text |
| 7361aaaf | 24-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jwallwork23/docs' into 'main'
Docs: Metric-based mesh adaptation
See merge request petsc/petsc!4583 |
| 2b7c2015 | 23-Nov-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
docs plex: hook up bibtex |
| dbb87d9d | 28-Oct-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
docs plex: metric-based mesh adaptation |
| 386ebab9 | 24-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| e75c7bc6 | 23-Nov-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: use .. code-block instead of :: for C code blocks
This is more consistent with our style suggestions for console blocks, hopefully makes it more obvious that these blocks can be specialized fo
Docs: use .. code-block instead of :: for C code blocks
This is more consistent with our style suggestions for console blocks, hopefully makes it more obvious that these blocks can be specialized for non-C languages and with additional Sphinx options.
show more ...
|
| 9fe9e680 | 22-Nov-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
dm adapt: preserve cell tags |
| 9fa2b5dc | 28-Oct-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
TAO: unify options for bounded Newton-Krylov
Fix typos here and there |
| c3f856c2 | 22-Nov-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: remove PETSc configuration on clean
Fixes errors in "pages" job in .gitlab-ci.yml which executes this "clean" target between builds of main and release. |
| 3f85ad58 | 22-Nov-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
doc/docs/changes: mention public API changes for DMPlexCreateFromFile() and DMPlexCoordinatesLoad() |
| 2bc0b47d | 19-Nov-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex adapt: finish integration of Mmg and ParMmg
Note that the interfaces for Pragmatic, Mmg and ParMmg now exist in their own subdirectories |
| 9bfa2b02 | 19-Nov-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex metric: make DMPlexMetricSetFromOptions public
also create a sub-list for plexmetric changes |
| 18001a66 | 19-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| b9968e31 | 18-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-cuda-opt' into 'main'
Landau optimizations + GPU assembly bug fix
See merge request petsc/petsc!4358 |
| be7a8307 | 18-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/dmplex_path_change' into 'main'
Ksagiyam/dmplex path change
Closes #956 and #896
See merge request petsc/petsc!4441 |
| 365b711f | 25-Sep-2021 |
Mark Adams <ma2325@columbia.edu> |
add hook for CPU cusparse solves |
| 3ed23c6a | 17-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-kokkos-spgemm' into 'main'
Add initial MatProduct support for MATAIJKOKKOS
See merge request petsc/petsc!4303 |
| c9ad657e | 02-Aug-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexhdf5: Introduce storage versioning and version 2.0.0;
* introduce DMPlexStorageVersion x.y.z * if no version specified in file => 1.0.0 [original version before the project - that in petsc rel
plexhdf5: Introduce storage versioning and version 2.0.0;
* introduce DMPlexStorageVersion x.y.z * if no version specified in file => 1.0.0 [original version before the project - that in petsc release 3.16.0] * check version in both file and option -dm_plex_view_hdf5_storage_version * version 2.0.0 changes paths to topology, labels, coordinates * support both versions 1.0.0 and 2.0.0 for writing * use sizeof in PetscSNPrintf() calls
show more ...
|
| bd8c2eb2 | 17-Nov-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: use :eq: instead of :any: to refer to equations
The use of :any: doesn't seem to work with the LaTeX builder and leads to undefined references. |