Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/network/
H A Dpipe.h11 } PipeField; typedef
27 PipeField *xold;
54 …scErrorCode PipeIFunctionLocal(DMDALocalInfo *, PetscReal, PipeField *, PipeField *, PipeField *, …
55 extern PetscErrorCode PipeIFunctionLocal_Lax(DMDALocalInfo *, PetscReal, PipeField *, PipeField *, …
56 extern PetscErrorCode PipeRHSFunctionLocal(DMDALocalInfo *, PetscReal, PipeField *, PetscScalar *, …
H A DpipeImpls.c13 PipeField *x; in PipeComputeSteadyState()
38 static inline PetscScalar dqdx(PipeField *x, PetscInt i, PetscInt ilast, PetscReal dx) in dqdx()
49 static inline PetscScalar dhdx(PipeField *x, PetscInt i, PetscInt ilast, PetscReal dx) in dhdx()
60 PetscErrorCode PipeIFunctionLocal_Lax(DMDALocalInfo *info, PetscReal ptime, PipeField *x, PipeField in PipeIFunctionLocal_Lax()
66 PipeField *xold = pipe->xold; in PipeIFunctionLocal_Lax()
H A Dpipes.c111 PipeField *pipex, *pipexdot, *juncx; in WASHIFunction()
156 juncx = (PipeField *)(xarr + varoffset); in WASHIFunction()
172 pipex = (PipeField *)(xarr + varoffset); in WASHIFunction()
173 pipexdot = (PipeField *)(xdotarr + varoffset); in WASHIFunction()
179 pipe->xold = (PipeField *)(xoldarr + varoffset); in WASHIFunction()
195 juncx = (PipeField *)(xarr + offsetfrom); in WASHIFunction()
204 juncx = (PipeField *)(xarr + offsetto); in WASHIFunction()