Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tutorials/network/
H A DpipeInterface.c15 PetscErrorCode PipeCreate(MPI_Comm comm, Pipe *pipe) in PipeCreate()
28 PetscErrorCode PipeDestroy(Pipe *pipe) in PipeDestroy()
50 PetscErrorCode PipeSetParameters(Pipe pipe, PetscReal length, PetscReal D, PetscReal a, PetscReal f… in PipeSetParameters()
63 PetscErrorCode PipeSetUp(Pipe pipe) in PipeSetUp()
98 PetscErrorCode PipeCreateJacobian(Pipe pipe, Mat *Jin, Mat *J[]) in PipeCreateJacobian()
160 PetscErrorCode PipeDestroyJacobian(Pipe pipe) in PipeDestroyJacobian()
H A DpipeImpls.c10 PetscErrorCode PipeComputeSteadyState(Pipe pipe, PetscScalar Q0, PetscScalar H0) in PipeComputeSteadyState()
60 …Lax(DMDALocalInfo *info, PetscReal ptime, PipeField *x, PipeField *xdot, PetscScalar *f, Pipe pipe) in PipeIFunctionLocal_Lax()
H A Dpipes.c110 Pipe pipe; in WASHIFunction() local
233 Pipe pipe; in WASHSetInitialSolution() local
613 Pipe pipe, pipes; in main() local
H A Dwash.h64 Pipe pipe; member
/petsc/src/snes/tutorials/network/water/
H A Dwaterfunctions.c6 PetscScalar Flow_Pipe(Pipe *pipe, PetscScalar hf, PetscScalar ht) in Flow_Pipe()
30 Pipe *pipe; in FormFunction_Water() local
162 Pipe *pipe; in GetListofEdges_Water() local
H A Dwaterreaddata.c133 Pipe *pipe = NULL; in WaterReadData() local
H A Dwater.h90 Pipe pipe; /* pipe data */ member