History log of /petsc/src/dm/impls/network/tests/output/ex2_1.out (Results 1 – 4 of 4)
Revision Date Author Comments
# 1e5479aa 14-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dcampbell/add-dmnetworkview-py' into 'main'

Added Matplotlib viewer functionality to DMView

See merge request petsc/petsc!5953


# cc13d412 06-Feb-2023 Hong Zhang <hzhang@mcs.anl.gov>

update ex1.c and ex2.c; add tests


# 93063eb5 22-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ahamilton/Feature-DMNetwork-CreateCoordinateDM_Network' into 'main'

Feature: Add DMGetCoordinateDM Support for DMNetwork

See merge request petsc/petsc!5745


# 8afb7921 15-Oct-2022 Aidan Hamilton <aidan@udel.edu>

-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

show more ...