Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c145 PetscScalar *cellClosure_it; in LandauFormJacobian_Internal() local
157 cellClosure_it = cellClosure; in LandauFormJacobian_Internal()
173 …PetscCall(PetscMemcpy(cellClosure_it, coef, Nb * Nf[grid] * sizeof(*cellClosure_it))); /* change i… in LandauFormJacobian_Internal()
175 cellClosure_it += Nb * Nf[grid]; in LandauFormJacobian_Internal()
180cellClosure_it - cellClosure == cellClosure_sz * ctx->batch_sz, PETSC_COMM_SELF, PETSC_ERR_PLIB, "… in LandauFormJacobian_Internal()