Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/vector/
H A Dfevector.c94 PetscReal *row_w = &fe->invV[iw * n]; in PetscFESetUp_Vector() local
99 for (PetscInt j = 0; j < scalar_n; j++) row_w[j0 + j * jstride] = row_r[j]; in PetscFESetUp_Vector()