Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/network/
H A Dwash.h9 RESERVOIR = 2, enumerator
H A Dpipes.c162 if (junction->type == RESERVOIR) { /* upstream reservoir */ in WASHIFunction()
194 …PetscCheck(junction->type == JUNCTION || junction->type == RESERVOIR, PETSC_COMM_SELF, PETSC_ERR_S… in WASHIFunction()
266 if (junction->type == RESERVOIR) (xarr + offsetfrom)[1] = wash->H0; /* 1st H */ in WASHSetInitialSolution()
486 junctions[0].type = RESERVOIR; in WashNetworkCreate()
527 junctions[0].type = RESERVOIR; in WashNetworkCreate()
568 junctions[0].type = RESERVOIR; in WashNetworkCreate()
570 junctions[2].type = RESERVOIR; in WashNetworkCreate()