Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagintern.c34 DM_Stag *newstag; in DMStagDuplicateWithoutSetup() local
50 newstag = (DM_Stag *)(*newdm)->data; in DMStagDuplicateWithoutSetup()
51 PetscCall(PetscStrallocpy(stag->coordinateDMType, (char **)&newstag->coordinateDMType)); in DMStagDuplicateWithoutSetup()
52 PetscCall(PetscArraycpy(newstag->refineFactor, stag->refineFactor, DMSTAG_MAX_DIM)); in DMStagDuplicateWithoutSetup()