Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/network/
H A Dpipes.c111 PipeField *pipex, *pipexdot, *juncx; in WASHIFunction() local
156 juncx = (PipeField *)(xarr + varoffset); in WASHIFunction()
159 juncf[0] = -juncx[0].q; in WASHIFunction()
160 juncf[1] = juncx[0].q; in WASHIFunction()
163 juncf[0] = juncx[0].h - wash->H0; in WASHIFunction()
195 juncx = (PipeField *)(xarr + offsetfrom); in WASHIFunction()
198 pipef[0] = pipex[0].h - juncx[0].h; in WASHIFunction()
204 juncx = (PipeField *)(xarr + offsetto); in WASHIFunction()
208 pipef[2 * nend + 1] = pipex[nend].h - juncx[0].h; in WASHIFunction()