PetscDTSimplexQuadrature: report quadrature order
Fix -Wformat for GCCFollow-up of !5935
DM libCEED: fix analyzer lints
Plex: Add hypercubic lattices in any dimension
Merge remote-tracking branch 'origin/release'
Fix some typos
Merge remote-tracking branch 'origin/release'Resolve merge conflict in include/petsc/private/dmpleximpl.h by preferring change from a7853b1b471cc2d7fcb305c717a9882ec0334e87
DS: Add check
Fix -Wformat-pedanticsrc/dm/dt/interface/dtds.c:212:71: warning: format specifies type 'void *' but the argument has type 'void (*)(void)' [-Wformat-pedantic] else PetscCall(PetscViewerASCI
Fix -Wformat-pedanticsrc/dm/dt/interface/dtds.c:212:71: warning: format specifies type 'void *' but the argument has type 'void (*)(void)' [-Wformat-pedantic] else PetscCall(PetscViewerASCIIPrintf(viewer, " func: %p\n", b->func)); ~~ ^~~~~~~
show more ...
add 'seealso' for petscfecreatedeault to petscfecreate
Fix manual pages in a variety of parts of src/dmStill many other parts of DM need to have their manual pages updatedCommit-type: housekeeping/spend 4h
Fix -Wstrict-prototypeswarning: a function declaration without a prototype is deprecated in all versions of C
Partially fix -Wformat-pedantic
source code format changes due to .clang-format changes
Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation
Merge branch 'jolivet/fix-implicit-fallthrough' into 'main'Fix -Wimplicit-fallthroughSee merge request petsc/petsc!5655
Fix -Wimplicit-fallthrough
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
makefile: fix typo - petsckdir.mk -> petscdir.mk
Remove braces from one-liners w/o PetscCall()
Remove braces from one-liners
clang-format: convert PETSc sources to comply with clang-format
Convert setfromoptions methods over to PetscTryTypeMethod() approachFlipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them co
Convert setfromoptions methods over to PetscTryTypeMethod() approachFlipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them consistent with PetscTryTypeMethod() and all the other methodsCommit-type: refactorization/spend 4h
added test of dual space equidistant point for Cartesian grid compatibility
Create an interface for simplex quadrature that allows for minimum symmetric rules.Rules are from published tabulations: citations have been added.I checked in the script that created the headers
Create an interface for simplex quadrature that allows for minimum symmetric rules.Rules are from published tabulations: citations have been added.I checked in the script that created the headers, though I'm not sure where to put it.A test has been adding verifying the integration of orthonormal polynomials.The default behavior is to choose the minimum symmetric method if available,and fall back to conic quadrature otherwise.
12345678910>>...48