Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetworkmonitor.c184 PetscInt varoffset, i, start; in DMNetworkMonitorView() local
192 …etscCall(DMNetworkGetGlobalVecOffset(monitor->network, node->element, ALL_COMPONENTS, &varoffset)); in DMNetworkMonitorView()
194 start = varoffset + node->start; in DMNetworkMonitorView()
/petsc/src/ts/tutorials/network/
H A Dpipes.c104 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
[all …]