Cast enum to PetscInt explicitly to prevent unsigned warnings from compilerCommit-type: style/spend 5m
Plex: Change default to automatic distribution - Add DMPlexDistributeGet/SetDefault() to change this - Add DMPlexCopy_Internal() to keep state in Plex object consistent
Merge branch 'knepley/feature-plex-gmsh-8quads' into 'main'Plex+Gmsh: Now read in 8-node quadsSee merge request petsc/petsc!4838
Plex ex1: Add test for Gmsh 8-node quads
Plex+Gmsh: Now read in 8-node quads
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
deprecate PETSC_STATIC_INLINE
make PetscStackCallStandard variadic
add PetscAssert() and PetscAssertFalse()
make PetscInfo() variadic
SETERRQ[1-9]+ begone
Silence many spurious unitialized variable warnings
DMAdaptMetric_ParMmg_Plex: cleanup
Merge branch 'jeremy/dm-ceed-chkerrq' into 'main'dm - add missing CHKERRQSee merge request petsc/petsc!4832
dm - add missing CHKERRQ
Plex: Improve debugging print
Enable DMGetFirstLabeledPoint() in public API
plex metric: event logging
Merge branch 'jwallwork23/uniform-opt' into 'main'Metric optimizations: isotropic and uniform casesSee merge request petsc/petsc!4795
plex ex19: updates for metric optimizations
plex ex60: updates for metric optimizations
plex metric: isotropic and uniform optimizations
Merge branch 'knepley/feature-plex-explicit-timestepping' into 'main'DM+TS: Add support for mass matricesSee merge request petsc/petsc!4683
DM+TS: Add support for mass matrices- Added a lumped mass matrix for explicit timestepping- Add functions for DMTS to manage the mass matrix- Fix Plex mass matrix creation
DMGetFirstLabelEntry_Internal: find point at the specified heightPreviously, this would fail to return a point and PetscDS if the firstlabeled point was not at the specified height.
1...<<51525354555657585960>>...235