Lines Matching refs:print
96 …ion lower which make up that entity. So we can loop through the chart and print out each points' c…
139 " print(\"point =\", i, \"\\tcone =\", plex.getCone(i))"
194 " print(\"point =\", i, \"\\tsupport =\", plex.getSupport(i))"
230 " print(\"label name = %s\" % name, \"\\tlabel size = %d\" % plex.getLabelSize(name))"
237 …re 3 different entries. Now we will loop over each item in the DMPlex and print the value of the l…
279 " print(\"point =\",i, \"\\tlabel(depth) = %d\" % plex.getLabelValue(\"depth\",i))"
306 …" print(\"depth = %d\" % i,\"\\tdepth stratum = \",plex.getDepthStratum(i),\"\\theight stratum …
359 " print(\"point =\", i, \"\\tlabel(boundary) = %d\" % plex.getLabelValue(\"boundary\",i))"
366 …ID we can get the PETSc IS for the 'depth' label for a value of 0 (again view doesn't print here)."
424 "print(\"meet =\",plex.getMeet(pnts),\"\\tjoin =\",plex.getJoin(pnts))"
443 "print(\"meet =\",plex.getMeet(pnts),\"\\tjoin =\",plex.getJoin(pnts))"
462 "print(\"meet =\",plex.getMeet(pnts),\"\\tjoin =\",plex.getJoin(pnts))"
516 " print(\"point =\",i,\"\\tclosure(cone) =\",coneclose,\"\\tclosure(supp) =\",suppclose)"