Home
last modified time | relevance | path

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

/petsc/src/dm/impls/composite/
H A Dpack.c1334 Vec *Ufds; in DMSetUpGLVisViewer_Composite() local
1357 PetscCall(PetscMalloc3(tnf, &fecs, tnf, &sdim, tnf, &Ufds)); in DMSetUpGLVisViewer_Composite()
1366 Ufds[tnf + f] = Uf[f]; in DMSetUpGLVisViewer_Composite()
1371 … char **)fecs, sdim, DMCompositeSampleGLVisFields_Private, (PetscObject *)Ufds, ctx, DestroyGLVisV… in DMSetUpGLVisViewer_Composite()
1373 PetscCall(PetscFree3(fecs, sdim, Ufds)); in DMSetUpGLVisViewer_Composite()