History log of /petsc/src/dm/impls/network/tests/output/ex1_0.out (Results 1 – 4 of 4)
Revision Date Author Comments
# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# f2719977 09-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Viwering PetscSection displays dof as dim in the ASCII files, fix to dof


# 24741d2c 22-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ahamilton/fix-DMClone_Network' into 'main'

Fix DMClone_Network

See merge request petsc/petsc!5362


# daad07d3 22-Jul-2022 Aidan Hamilton <aidan@udel.edu>

Changed DMClone_Network to only clone the topological part of the network. Adjusted DMDestroy_Network to compensate. Before this DMClone was broken, and essentially just giving you a shared pointer.

Changed DMClone_Network to only clone the topological part of the network. Adjusted DMDestroy_Network to compensate. Before this DMClone was broken, and essentially just giving you a shared pointer. You could use the clone to mess with the values of the components of the original for example. This is a step in getting DMClone to behave similarly for DMNetwork as other DMs.

Added DMNetworkFinalizeComponents() to setup the internal data structures for the components and dofs on a network. Necessary to work with cloned networks

Added basic example to test cloning of a network

show more ...