Home
last modified time | relevance | path

Searched refs:Junction (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/network/
H A Dwash.h44 typedef struct _p_Junction *Junction; typedef
47 extern PetscErrorCode JunctionDestroyJacobian(DM, PetscInt, Junction);
60 Junction junction;
H A Dpipes.c112 Junction junction; in WASHIFunction()
234 Junction junction; in WASHSetInitialSolution()
426 Junction junctions = NULL; in WashNetworkCreate()
612 Junction junctions, junction; in main()
H A DpipeInterface.c262 PetscErrorCode JunctionDestroyJacobian(DM dm, PetscInt v, Junction junc) in JunctionDestroyJacobian()
/petsc/src/snes/tutorials/network/water/
H A Dwater.h28 } Junction; typedef
50 Junction junc; /* junction data */
H A Dwaterreaddata.c130 Junction *junction = NULL; in WaterReadData()