Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Double spaces, wrong backticks, or unneeded braces
update ex1.c and ex2.c; add tests
add Matplotlib viewer format support
move DMView_Network() to networkview.c
fix when user sets coordinates of network BEFORE the network is distributed and displays it AFTER the distribution
Add error checking for DMClone_Network()
Merge remote-tracking branch 'origin/release'
Fix Typos
Make PetscErrorCode a non-discardable enum
Fix some typos
Use PetscHMapISet() in place of PetscHMapISetWithMode(INSERT_VALUES) as the intent is clearer
- Replace PetscTable with PetscHMapI.- Rename: - PetscTableCreate() -> PetscHMapICreateWithSize() - PetscTableFind() -> PetscHMapIGetWithDefault() - PetscTableAdd() -> PetscHMapISetWithMode()
Fix SharedVtxCreate(): current implementation assumes (incorrectly) that sv[] is in ascending order of its original gidx
DM: Rework options handling for coordinate DM- DMSetFromOptions() also calls it for the coordinate DM- Give coordinate DM the prefix cdm_ + DM prefix- Plex turns off reordering and calls SetFromOp
DM: Rework options handling for coordinate DM- DMSetFromOptions() also calls it for the coordinate DM- Give coordinate DM the prefix cdm_ + DM prefix- Plex turns off reordering and calls SetFromOptions- PlexTransform marks setfromoptionscalled on the transformed DM- Fix options prefix and setfromoptions in DMPlexProjectCoordinates()
show more ...
A few more codespell fixes
Add test for DMNetworkGetNumEdges, DMNetworkGetNumVertices. Needs to be improved in the future, but good enough for now.
-Add DMNetworkGetNumEdges and DMNetworkGetNumVertices, missing access functions for properties of DMNetwork.-Add DMCreateCoordinates_Network, a missing DM function that now allows for DMNetwork to h
-Add DMNetworkGetNumEdges and DMNetworkGetNumVertices, missing access functions for properties of DMNetwork.-Add DMCreateCoordinates_Network, a missing DM function that now allows for DMNetwork to handle coordinates in the same way as other DM objects.-Add support for automatic migration of coordinate DM and coordinates on call to DMNetworkDistribute.-Add simple test code for DMCreateCoordinates_Network and automatic migration to src/dm/impls/network/tests/ex2.c
source code format changes due to .clang-format changes
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
Remove braces from one-liners w/o PetscCall()
Remove braces from one-liners
12345678910>>...13