petsc-3.7.1 2016-05-15
Report Typos and Errors

DMNetworkEdgeSetMatrix

Sets user-provided Jacobian matrices for this edge to the network

Synopsis

#include "petscdmnetwork.h"  
PetscErrorCode DMNetworkEdgeSetMatrix(DM dm,PetscInt p,Mat J[])
Not Collective Many br

Input Parameters

dm - The DMNetwork object Many br
p - the edge point Many br
J - array (size = 3) of Jacobian submatrices for this edge point: Many brJ[0]: this edge Many brJ[1] and J[2]: connected vertices, obtained by calling DMNetworkGetConnectedNodes() Many br

Many br

See Also

DMNetworkVertexSetMatrix

Level:intermediate
Location:
src/dm/impls/network/network.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages