Searched refs:water (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterreaddata.c | 121 PetscErrorCode WaterReadData(WATERDATA *water, char *filename) in WaterReadData() argument 139 water->nvertex = water->nedge = 0; in WaterReadData() 150 water->nvertex += nlines; in WaterReadData() 151 water->njunction = nlines; in WaterReadData() 156 water->nvertex += nlines; in WaterReadData() 157 water->nreservoir = nlines; in WaterReadData() 162 water->nvertex += nlines; in WaterReadData() 163 water->ntank = nlines; in WaterReadData() 168 water->nedge += nlines; in WaterReadData() 169 water->npipe = nlines; in WaterReadData() [all …]
|
| H A D | makefile | 4 OBJECTS_WATER = waterreaddata.o waterfunctions.o water.o 5 CLEANFILES = water ${OBJECTS_WATER} 10 water: $(OBJECTS_WATER) target 11 -${CLINKER} -o water $(OBJECTS_WATER) ${PETSC_SNES_LIB}
|
| H A D | waterfunctions.c | 159 PetscErrorCode GetListofEdges_Water(WATERDATA *water, PetscInt *edgelist) in GetListofEdges_Water() argument 168 for (i = 0; i < water->nedge; i++) { in GetListofEdges_Water() 169 if (water->edge[i].type == EDGE_TYPE_PIPE) { in GetListofEdges_Water() 170 pipe = &water->edge[i].pipe; in GetListofEdges_Water() 175 pump = &water->edge[i].pump; in GetListofEdges_Water() 181 for (j = 0; j < water->nvertex; j++) { in GetListofEdges_Water() 182 if (water->vertex[j].id == node1) { in GetListofEdges_Water() 188 for (j = 0; j < water->nvertex; j++) { in GetListofEdges_Water() 189 if (water->vertex[j].id == node2) { in GetListofEdges_Water()
|
| /petsc/src/snes/tutorials/network/ |
| H A D | makefile | 4 OBJECTS_EX1 = power/PFReadData.o power/pffunctions.o water/waterreaddata.o water/waterfunctions.o
|
| /petsc/src/snes/tutorials/network/water/output/ |
| H A D | water.out | 1 water nvertices 7, nedges 7
|
| /petsc/src/ts/tests/ |
| H A D | ex5_control.txt | 26 - Precipitable water is in centimeters
|
| /petsc/share/petsc/suppressions/ |
| H A D | ubsan | 64 alignment:src/snes/tutorials/network/water/waterfunctions.c
|
| /petsc/doc/tutorials/ |
| H A D | handson.md | 350 - Run shallow water on the larger mesh with least squares 351 reconstruction and minmod limiting, monitoring water Height
|
| /petsc/doc/community/meetings/2023/ |
| H A D | index.md | 365 shallow water system, together with flux balance and continuity conditions 366 at river intersections, model water flows on a river network. The 373 general. Simulation results of a shallow water system on a Mississippi 501 (c) the decay of high level nuclear wastes cause nearby water to boil off 804 structures like those in electrical, water, and traffic
|
| /petsc/doc/community/bofs/ |
| H A D | 2026_Feb_CASS.md | 126 …ss my experience developing a data assimilation tool in PETSc for shallow water equations—both new…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 4973 (electrolysis/water-diffusion #f) 4975 (electrolysis/water-saturation #f) 7233 (nonconformal/water-tight-numerics? #f)
|
| /petsc/doc/ |
| H A D | petsc.bib | 3466 title = {Numerical simulation of water resources problems: Models, methods, and trends}, 4548 title = {Unsteady analytical solutions of the spherical shallow water equations}, 4610 % LiteralHTML:Modeling surface flow of water is valuable for both flood control and 4612 % LiteralHTML:Florida Everglades requires extensive understanding of the surface water 5699 title = {An adaptive Lagrange-Galerkin shallow-water model on the sphere}, 21915 title = {Simulating water-entry/exit problems using {Eulerian}-{Lagrangian} and
|