Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/network/
H A DpipeInterface.c262 PetscErrorCode JunctionDestroyJacobian(DM dm, PetscInt v, Junction junc) in JunctionDestroyJacobian() argument
264 Mat *Jv = junc->jacobian; in JunctionDestroyJacobian()
/petsc/src/snes/tutorials/network/water/
H A Dwater.h50 Junction junc; /* junction data */ member
H A Dwaterfunctions.c85 farr[offset] -= vertex->junc.demand; in FormFunction_Water()
H A Dwaterreaddata.c193 junction = &vert[nv].junc; in WaterReadData()