Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/network/
H A Dpipes.c111 PipeField *pipex, *pipexdot, *juncx; in WASHIFunction() local
172 pipex = (PipeField *)(xarr + varoffset); in WASHIFunction()
183 PetscCall(PipeIFunctionLocal_Lax(&info, t, pipex, pipexdot, pipef, pipe)); in WASHIFunction()
198 pipef[0] = pipex[0].h - juncx[0].h; in WASHIFunction()
199 juncf[1] -= pipex[0].q; in WASHIFunction()
208 pipef[2 * nend + 1] = pipex[nend].h - juncx[0].h; in WASHIFunction()
209 juncf[0] += pipex[nend].q; in WASHIFunction()