#include "petscdmnetwork.h" PetscErrorCode DMNetworkHasJacobian(DM dm,PetscBool eflg,PetscBool vflg)Collective
dm | - the DMNetwork object | |
eflg | - turn the option on (PETSC_TRUE) or off (PETSC_FALSE) if user provides Jacobian for edges | |
vflg | - turn the option on (PETSC_TRUE) or off (PETSC_FALSE) if user provides Jacobian for vertices |