| #
40196513
|
| 24-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add a few PetscCheck() that function input arguments rstart and rend are non-decreasing
|
| #
1bd63e3e
|
| 30-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
50935e0a
|
| 30-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-11-22/fix-some-manualpages/release' into 'release'
Improve SNES manual pages
See merge request petsc/petsc!7049
|
| #
420bcc1b
|
| 23-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix some manual pages focusing on SNES
|
| #
b2845459
|
| 23-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-hybrid-ops' into 'main'
Plex: Fixes for hybrid meshes and FV
See merge request petsc/petsc!7031
|
| #
5ae96e2b
|
| 17-Nov-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix DMPlexGetSimplexOrBoxCells() to work with meshes of mixed cell type
|
| #
8c641679
|
| 02-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-tmp-space' into 'main'
Plex: Improve calculation of temp space
See merge request petsc/petsc!6989
|
| #
476787b7
|
| 02-Nov-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Introducting new DMPolytopeType for arbitrary faces and cells, allowing to create and distribute arbitrary polygonal/polyhedral meshes (e.g. voronoi meshes)
Co-Authored-By: Fabien Evard <fabie
Plex: Introducting new DMPolytopeType for arbitrary faces and cells, allowing to create and distribute arbitrary polygonal/polyhedral meshes (e.g. voronoi meshes)
Co-Authored-By: Fabien Evard <fabien.evrard@ovgu.de>
show more ...
|
| #
d845be80
|
| 31-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rezgar/GetTensorDegree_Private-update' into 'main'
Update DMPlexSetClosurePermutationTensor for multi dis/continuous fields
Closes #1237
See merge request petsc/petsc!6964
|
| #
e327e467
|
| 31-Oct-2023 |
Rezgar Shakeri <rezgar.shakeri@colorado.edu> |
Update DMPlexSetClosurePermutationTensor for multi dis/continuous fields
|
| #
15c913a0
|
| 26-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-high-order-view' into 'main'
Plex: Enable high order viewing
See merge request petsc/petsc!6959
|
| #
5e8c9ebd
|
| 26-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-setup' into 'main'
Plex: Fix setup for RDycore
See merge request petsc/petsc!6877
|
| #
e44f6aeb
|
| 26-Oct-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinat
Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinateSpace()
show more ...
|
| #
9b6728ea
|
| 20-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mcgurn/plex-vec-polytypes' into 'main'
hdf5 output for meshes with multiple cell types
See merge request petsc/petsc!6946
|
| #
9c600e38
|
| 15-Aug-2023 |
Matt McGurn <75279702+mmcgurn@users.noreply.github.com> |
working on hdf5 output for multi-types
|
| #
5962854d
|
| 01-Oct-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Updates for FVM - Add DMPlexInsertBoundaryValuesFVM() - Add -dm_plex_print_fvm - Fix copy of diagnostic flags
|
| #
ad4c700a
|
| 04-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4c755a4e
|
| 04-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix typos
See merge request petsc/petsc!6908
|
| #
baca6076
|
| 04-Oct-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
9a75acf6
|
| 16-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-ceed' into 'main'
Plex: More work adding in CEED backend
See merge request petsc/petsc!6870
|
| #
d2b2dc1e
|
| 10-Sep-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: More work adding in CEED backend - Add DMPlexGetUseCeed() and DMPlexSetUseCeed() - Need to propagate useCeed flag - When using CEED, make tensor order the default, but shut it off for matrix in
Plex: More work adding in CEED backend - Add DMPlexGetUseCeed() and DMPlexSetUseCeed() - Need to propagate useCeed flag - When using CEED, make tensor order the default, but shut it off for matrix insertion since this is still done by Plex kernels - DMPlexMatSetClosureGeneral() now takes flag for closure permutation - Add DMPlexMatSetClosure_Internal() which takes flag for closure permutation - Add DMPlexVecGetClosure_Internal() with flag to turn off closure permutation - Turn off closure permutation in L2 diff calculation - Add DMUseTensorOrder() - Add DMPlexSNESComputeResidualCEED() - Cleanup SNES ex13 - Do not give CEED negative offsets
show more ...
|
| #
b3128c15
|
| 08-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/bug-dm-swarm-tensor-permutation' into 'main'
Plex: Bug fix and tests for coordinate tensor ordering
See merge request petsc/petsc!6843
|
| #
e8e188d2
|
| 30-Aug-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Plex: Various tensor ordering fixes
Cherry-picked from @knepley: - DMPlexMatSetClosureGeneral() now takes flag for closure permutation - Add DMPlexMatSetClosure_Internal() which takes flag for closu
Plex: Various tensor ordering fixes
Cherry-picked from @knepley: - DMPlexMatSetClosureGeneral() now takes flag for closure permutation - Add DMPlexMatSetClosure_Internal() which takes flag for closure permutation - Add DMPlexVecGetClosure_Internal() with flag to turn off closure permutation - Turn off closure permutation in L2 diff calculation - Add DMUseTensorOrder() - Add DMPlexSNESComputeResidualCEED() - Cleanup SNES ex13
show more ...
|
| #
c3673aa9
|
| 05-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-swarm-layout' into 'main'
Swarm: Reworked Swarm projection interface and fixed some particle layout
See merge request petsc/petsc!6856
|
| #
f39ec787
|
| 17-Aug-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Added citations
|