Home
last modified time | relevance | path

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

/honee/src/
H A Dmisc.c298 char box_faces_str[PETSC_MAX_PATH_LEN] = "3,3,3"; in PrintRunInfo() local
302 if (dim == 2) box_faces_str[3] = '\0'; in PrintRunInfo()
303 …ll(PetscOptionsGetString(NULL, NULL, "-dm_plex_box_faces", box_faces_str, sizeof(box_faces_str), N… in PrintRunInfo()
310 box_faces_str, vec_type, phys_ctx->implicit ? "implicit" : "explicit")); in PrintRunInfo()