Lines Matching refs:varoffset
104 PetscInt vfrom, vto, offsetfrom, offsetto, varoffset; in WASHIFunction() local
155 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, ALL_COMPONENTS, &varoffset)); in WASHIFunction()
156 juncx = (PipeField *)(xarr + varoffset); in WASHIFunction()
157 juncf = (PetscScalar *)(farr + varoffset); in WASHIFunction()
171 PetscCall(DMNetworkGetLocalVecOffset(networkdm, e, ALL_COMPONENTS, &varoffset)); in WASHIFunction()
172 pipex = (PipeField *)(xarr + varoffset); in WASHIFunction()
173 pipexdot = (PipeField *)(xdotarr + varoffset); in WASHIFunction()
174 pipef = (PetscScalar *)(farr + varoffset); in WASHIFunction()
179 pipe->xold = (PipeField *)(xoldarr + varoffset); in WASHIFunction()
229 PetscInt type, varoffset; in WASHSetInitialSolution() local
246 PetscCall(DMNetworkGetLocalVecOffset(networkdm, e, ALL_COMPONENTS, &varoffset)); in WASHSetInitialSolution()
255 for (k = 0; k < nx; k++) (xarr + varoffset)[k] = xarray[k]; in WASHSetInitialSolution()