#include "petscdmnetwork.h" PetscErrorCode DMNetworkEdgeSetMatrix(DM dm,PetscInt p,Mat J[])Not Collective
dm | - The DMNetwork object | |
p | - the edge point | |
J | - array (size = 3) of Jacobian submatrices for this edge point: J[0]: this edge J[1] and J[2]: connected vertices, obtained by calling DMNetworkGetConnectedVertices() |