Home
last modified time | relevance | path

Searched defs:nsw (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c348 PetscInt dim, nx, ny, nz, ndof, nsw, sum, k; in PCTelescopeSetUp_dmda_repart() local
1006 PetscInt M, N, P, m, n, p, ndof, nsw; in DMView_DA_Short_3d() local
1024 PetscInt M, N, m, n, ndof, nsw; in DMView_DA_Short_2d() local
/petsc/src/dm/impls/swarm/
H A Dswarm.c2865 PetscErrorCode DMSwarmDuplicate(DM sw, DM *nsw) in DMSwarmDuplicate()