Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c920 …Vec m, mold, mfluxold, mres, n, nrhs, nflux, nres, p, prhs, pflux, pres, e, erhs, eflux, ere… in ComputeMomentFields() local
946 PetscCall(DMGetGlobalVector(ctx->dmN, &nflux)); in ComputeMomentFields()
965 PetscCall(MatMultTranspose(D_p, tmpMom, nflux)); in ComputeMomentFields()
1056 PetscCall(VecISCopy(mfluxold, ctx->isN, SCATTER_FORWARD, nflux)); in ComputeMomentFields()
1061 PetscCall(DMRestoreGlobalVector(ctx->dmN, &nflux)); in ComputeMomentFields()