Searched defs:pipe (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | pipeInterface.c | 15 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 D | pipeImpls.c | 10 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 D | pipes.c | 110 Pipe pipe; in WASHIFunction() local 233 Pipe pipe; in WASHSetInitialSolution() local 613 Pipe pipe, pipes; in main() local
|
| H A D | wash.h | 64 Pipe pipe; member
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterfunctions.c | 6 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 D | waterreaddata.c | 133 Pipe *pipe = NULL; in WaterReadData() local
|
| H A D | water.h | 90 Pipe pipe; /* pipe data */ member
|