Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagutils.c1077 …es(DM dm, DMBoundaryType boundaryType0, DMBoundaryType boundaryType1, DMBoundaryType boundaryType2) in DMStagSetBoundaryTypes() argument
1087 if (dim > 2) PetscValidLogicalCollectiveEnum(dm, boundaryType2, 4); in DMStagSetBoundaryTypes()
1091 if (dim > 2) stag->boundaryType[2] = boundaryType2; in DMStagSetBoundaryTypes()