Searched refs:junction (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 112 Junction junction; in WASHIFunction() local 154 PetscCall(DMNetworkGetComponent(networkdm, v, 0, &type, (void **)&junction, NULL)); in WASHIFunction() 162 if (junction->type == RESERVOIR) { /* upstream reservoir */ in WASHIFunction() 193 PetscCall(DMNetworkGetComponent(networkdm, vfrom, 0, &type, (void **)&junction, NULL)); in WASHIFunction() 194 …PetscCheck(junction->type == JUNCTION || junction->type == RESERVOIR, PETSC_COMM_SELF, PETSC_ERR_S… in WASHIFunction() 202 PetscCall(DMNetworkGetComponent(networkdm, vto, 0, &type, (void **)&junction, NULL)); in WASHIFunction() 203 …PetscCheck(junction->type == JUNCTION || junction->type == VALVE, PETSC_COMM_SELF, PETSC_ERR_SUP, … in WASHIFunction() 234 Junction junction; in WASHSetInitialSolution() local 265 PetscCall(DMNetworkGetComponent(networkdm, vfrom, 0, &vkey, (void **)&junction, NULL)); in WASHSetInitialSolution() 266 if (junction->type == RESERVOIR) (xarr + offsetfrom)[1] = wash->H0; /* 1st H */ in WASHSetInitialSolution() [all …]
|
| H A D | wash.h | 60 Junction junction; member
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterreaddata.c | 130 Junction *junction = NULL; in WaterReadData() local 193 junction = &vert[nv].junc; in WaterReadData() 197 junction->dempattern = pattern; in WaterReadData() 198 junction->elev = (PetscScalar)v1; in WaterReadData() 199 junction->demand = (PetscScalar)v2; in WaterReadData() 200 junction->demand *= GPM_CFS; in WaterReadData() 201 junction->id = vert[nv].id; in WaterReadData()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 6322 (mesh/slit/merge-junction-nodes? #t)
|
| /petsc/doc/ |
| H A D | petsc.bib | 5528 title = {RANS simulations of a junction flow}, 22553 triple-junction evolution, and forearc spreading centres—implications for
|