Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmtypes.h280 NUM_PETSC_UNITS enumerator
/petsc/include/petsc/private/
H A Ddmpleximpl.h225 PetscReal scale[NUM_PETSC_UNITS]; /* The scale for each SI unit */
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5859 for (unit = 0; unit < NUM_PETSC_UNITS; ++unit) mesh->scale[unit] = 1.0; in DMCreate_Plex()