History log of /petsc/src/dm/impls/network/network.c (Results 76 – 100 of 491)
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


# d2fd5932 10-Feb-2023 Hong Zhang <hzhang@mcs.anl.gov>

move DMView_Network() to networkview.c


# a9750dea 11-Feb-2023 Hong Zhang <hzhang@mcs.anl.gov>

fix when user sets coordinates of network BEFORE the network is distributed and displays it AFTER the distribution


# 37d05b02 06-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b877537e 05-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'release'

Fix Typos

See merge request petsc/petsc!6024


# da81f932 05-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Fix Typos


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 1ea65430 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a41402af 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typo' into 'release'

Winter cleaning

See merge request petsc/petsc!5948


# 35cb6cd3 30-Dec-2022 Pierre Jolivet <pierre@joliv.et>

Fix some typos


# 2f91b18a 23-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-11-08/remove-petsctable' into 'main'

Remove PetscTable

See merge request petsc/petsc!5819


# c76ffc5f 21-Nov-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Use PetscHMapISet() in place of PetscHMapISetWithMode(INSERT_VALUES) as the intent is clearer


# eec179cf 08-Nov-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

- Replace PetscTable with PetscHMapI.
- Rename:
- PetscTableCreate() -> PetscHMapICreateWithSize()
- PetscTableFind() -> PetscHMapIGetWithDefault()
- PetscTableAdd() -> PetscHMapISetWithMode()


# 990be990 23-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 9a9e99c1 23-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-11-22/fix-dmnetwork-implicit-sv-gidx-order/release' into 'release'

Fix SharedVtxCreate(): current implementation assumes (incorrectly) that sv[] in ascending order of its o

Merge branch 'jacobf/2022-11-22/fix-dmnetwork-implicit-sv-gidx-order/release' into 'release'

Fix SharedVtxCreate(): current implementation assumes (incorrectly) that sv[] in ascending order of its original gidx

See merge request petsc/petsc!5871

show more ...


# 7340ca2c 13-Nov-2022 Hong Zhang <hzhang@mcs.anl.gov>

Fix SharedVtxCreate(): current implementation assumes (incorrectly) that sv[] is in ascending order of its original gidx


# a207d08e 30-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# ed31fb71 30-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/codespell-typos' into 'release'

A few more codespell fixes

See merge request petsc/petsc!5786


# d5b43468 29-Oct-2022 Jose E. Roman <jroman@dsic.upv.es>

A few more codespell fixes


# 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 ...


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# f0af967e 29-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners w/o PetscCall()

See merge request petsc/petsc!5561


12345678910>>...20