Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex23.c112 static PetscErrorCode CreateSubdomainMesh(DM dm, DMLabel *domLabel, DM *subdm, AppCtx *user) in CreateSubdomainMesh() argument
128 if (domLabel) *domLabel = label; in CreateSubdomainMesh()
325 DMLabel domLabel; in main() local
328 PetscCall(CreateSubdomainMesh(dm, &domLabel, &subdm, &user)); in main()
346 …PetscCall(TestFunctionProjection(subdm, auxdm, domLabel, la, "Volumetric Primary and Subdomain Aux… in main()
347 …PetscCall(TestFieldProjection(subdm, auxdm, domLabel, la, "Volumetric Primary and Subdomain Auxili… in main()
352 PetscCall(DMLabelDestroy(&domLabel)); in main()