| 24db69c3 | 06-Mar-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
Users manual: miscellaneous fixes in the KSP section |
| 7e1f7c6e | 05-Mar-2022 |
Pierre Jolivet <pierre@joliv.et> |
PETSc requires MPI_REPLACE, thus MPI 2.1 |
| 324a2319 | 06-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'danfinn/ts-and-sp-monitor-changes' into 'main'
Add DrawSP function to colorize points
See merge request petsc/petsc!4918 |
| 8c87cf4d | 06-Mar-2022 |
danfinn <dannyfinn10@gmail.com> |
Add DrawSP function to colorize points; Add ts/tests/ex35 to test new SP function; Fix TS Swarm monitor |
| e8eeb4f0 | 04-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-add-kokkos-doc' into 'main'
Add manuals for PETSc/Kokkos APIs and fully implement DMDAVecGetKokkosOffsetView()
See merge request petsc/petsc!4864 |
| 9f813ebd | 04-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/revise-log-view-msg' into 'main'
Add clear units to log_view output
See merge request petsc/petsc!4892 |
| f986725a | 04-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| 494772aa | 04-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.16.5 |
| 826de577 | 28-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Doc: revise petsc/kokkos overview |
| 60aa368e | 02-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-update-packages' into 'main'
configure: bump MPICH/SLEPc/hwloc
See merge request petsc/petsc!4903 |
| 5c6496ba | 02-Mar-2022 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize TableAddSVtx() cleanup GetEdgelist_Coupling() update network->subnet[net].nvtx for ghoted subnetworks in DMNetworkLayoutSetUp()
add changes made by Barry in MR4883: DMNetworkGetGlobalEdge/V
optimize TableAddSVtx() cleanup GetEdgelist_Coupling() update network->subnet[net].nvtx for ghoted subnetworks in DMNetworkLayoutSetUp()
add changes made by Barry in MR4883: DMNetworkGetGlobalEdge/VertexIndex() work before calling DMSetUp() use local Nvtx = nvtx_max - nvtx_min + 1 as the size for table as suggested by Barry
show more ...
|
| 931c445b | 27-Feb-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: reuse hwloc for OpenMPI |
| e7133dc4 | 28-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-fe-wxy-again' into 'main'
FE on triangular prisms
See merge request petsc/petsc!4826 |
| 195dc7a6 | 28-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 2df84da0 | 04-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM+FE+DT: Added correct geometry and quadrature for triangular prism - Added affine geometry for triangular prism - Added PetscDTTensorQuadratureCreate() - Added PetscFECreateByCell() - Added PetscFE
DM+FE+DT: Added correct geometry and quadrature for triangular prism - Added affine geometry for triangular prism - Added PetscDTTensorQuadratureCreate() - Added PetscFECreateByCell() - Added PetscFECreateLagrangeByCell() - Added DMCreateFEDefault() - Now DMField uses PetscFECreateLagrange() - Refactored FE creation - If the degree is prescribed on a prism, do not create a tensor space - Use new interface in DMField_DS - Fix default creation when number of components is changed by command line
show more ...
|
| c6a9cbe9 | 28-Feb-2022 |
Patrick Sanan <patrick.sanan@gmail.com> |
In-person tutorials list: add CIG 2022 Developer's Workshop |
| 3dcb5021 | 28-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-schwarz-p' into 'main'
DMPlexCreateTPSMesh: triply-periodic surface meshing
See merge request petsc/petsc!2709 |
| b7f5c055 | 11-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
DMPlexCreateTPSMesh: triply-periodic surface meshing
Mesh the surface of the Schwarz P surface with an arbitrary number of refinements. Thanks to Nikita Simonian and Matthias Messner for bringing t
DMPlexCreateTPSMesh: triply-periodic surface meshing
Mesh the surface of the Schwarz P surface with an arbitrary number of refinements. Thanks to Nikita Simonian and Matthias Messner for bringing these surfaces to my attention and for meshing discussion.
This commit squashes a line of development started in April 2020, with some merges and conflict resolution with bug fixes and features needed from upstream.
Add DMPlexCreateGyroidMesh(): will be folded into DMPlexCreateTPSMesh()
https://en.wikipedia.org/wiki/Gyroid
DMPlexCreateTPSMesh: add Face Sets and better output checking
DMPlexCreateTPSMesh: add edge sets for gyroid
DMPlexCreateTPSMesh: fix precision issues
DMPlexCreateTPSMesh: support extrusion to 3D mesh (broken because Face Sets are missing)
DMSetCoordinatesLocal: allow NULL to clear any prior coordinates
DMPlex: add -dm_plex_shape [schwarz_p|gyroid]
Skip distribution before extrusion due to parallel bug #1114.
Co-authored-by: Toby Isaac <tisaac@cc.gatech.edu>
show more ...
|
| 1e6f16c8 | 27-Feb-2022 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: minor cleanup for mailing list page |
| 90db8557 | 23-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added setting KSPCR for eigen estimates in GAMG for symmetric and hermetian matrices |
| 5f7df010 | 23-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
switch default GAMG smoothing to PCJACOBI |
| e7d4b4cb | 23-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added grid complexity to GAMG view |
| abd8f4ed | 25-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/feature-pcbatch2' into 'main'
start of batch solver in bjacobi
See merge request petsc/petsc!4782 |
| e607c864 | 15-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
batch solver in bjacobi allow batched solver w/o field major ordering, fixed up timers in Landau |
| 88c1c111 | 25-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Sys: add clear units to log_view output |