Searched refs:tlabel (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 222 "label name = celltype \tlabel size = 3\n", 223 "label name = depth \tlabel size = 3\n" 230 " print(\"label name = %s\" % name, \"\\tlabel size = %d\" % plex.getLabelSize(name))" 249 "point = 0 \tlabel(depth) = 2\n", 250 "point = 1 \tlabel(depth) = 2\n", 251 "point = 2 \tlabel(depth) = 2\n", 252 "point = 3 \tlabel(depth) = 2\n", 253 "point = 4 \tlabel(depth) = 0\n", 254 "point = 5 \tlabel(depth) = 0\n", 255 "point = 6 \tlabel(depth) = 0\n", [all …]
|
| /petsc/config/ |
| H A D | petsc_harness.sh | 191 tlabel=$4 197 echo "$cmd" > "${tlabel}".sh; chmod 755 "${tlabel}".sh 213 printf "# retrying %s\n" "${tlabel}" | tee -a "${testlogerrfile}" 243 petsc_report_tapoutput "" "$tlabel" "$comment" 251 petsc_report_tapoutput "not" "$tlabel" "$comment" 265 failures="$failures $tlabel"
|
| /petsc/src/dm/impls/da/ |
| H A D | gr1.c | 158 const char *tlabel = NULL, *xlabel = NULL; in VecView_MPI_Draw_DA1d() local 231 PetscCall(DMDAGetFieldName(da, j, &tlabel)); in VecView_MPI_Draw_DA1d() 242 PetscCall(PetscDrawAxisSetLabels(axis, tlabel, xlabel, NULL)); in VecView_MPI_Draw_DA1d()
|