Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddm.c7326 DMLabelLink l, *p, tmpLabel; in DMAddLabel() local
7336 PetscCall(PetscCalloc1(1, &tmpLabel)); in DMAddLabel()
7337 tmpLabel->label = label; in DMAddLabel()
7338 tmpLabel->output = PETSC_TRUE; in DMAddLabel()
7340 *p = tmpLabel; in DMAddLabel()