Home
last modified time | relevance | path

Searched refs:eflg (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/network/
H A Dnetwork.c2175 PetscErrorCode DMNetworkHasJacobian(DM dm, PetscBool eflg, PetscBool vflg) in DMNetworkHasJacobian() argument
2181 network->userEdgeJacobian = eflg; in DMNetworkHasJacobian()
2184 if (eflg && !network->Je) PetscCall(PetscCalloc1(3 * network->cloneshared->nEdges, &network->Je)); in DMNetworkHasJacobian()