Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/
H A Drebuildtar23 scp petsc-${VERSION}.tar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/downl…
24 scp petsc4py-${VERSION}.tar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/do…
25 scp petsc-with-docs-${VERSION}.tar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/p…
/petsc/src/dm/impls/da/
H A Dgrglvis.c96 PetscInt i, f, ii, ien, jen, ken, ie, je, ke, bs, *bss, *nfs; in DMDASampleGLVisFields_Private() local
116 PetscCall(PetscMalloc3(nf, &arrayf, nf, &bss, nf, &nfs)); in DMDASampleGLVisFields_Private()
121 PetscCall(VecGetLocalSize((Vec)oXf[f], &nfs[f])); in DMDASampleGLVisFields_Private()
129 if (!nfs[f]) continue; in DMDASampleGLVisFields_Private()
138 PetscCall(PetscFree3(arrayf, bss, nfs)); in DMDASampleGLVisFields_Private()