Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarmpic.c1311 PetscInt dim, dE, Np, n, Nf, Nfc, Nfu, cStart, cEnd, maxC = 0, totbs = 0; in DMProjectFieldLocal_Swarm() local
1350 totbs += bs[i]; in DMProjectFieldLocal_Swarm()
1361 PetscCall(PetscMalloc3(maxC * dim, &xi, maxC * totbs, &val, Nfu, &T)); in DMProjectFieldLocal_Swarm()
1387 …for (PetscInt b = 0; b < bs[i]; ++b, ++off) val[p * totbs + off] = vals[i][pindices[p] * bs[i] + b… in DMProjectFieldLocal_Swarm()
1389totbs, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "The total block size of swarm fields is %" PetscInt_… in DMProjectFieldLocal_Swarm()
1401 …(*funcs[0])(dim, 1, 1, uOff, uOff_x, u, NULL, u_x, bs, NULL, &val[p * totbs], NULL, NULL, time, &x… in DMProjectFieldLocal_Swarm()