Searched refs:d_vertex_f (Results 1 – 1 of 1) sorted by relevance
391 PetscScalar *d_vertex_f = NULL; in LandauKokkosJacobian() local503 d_vertex_f = d_vertex_f_k->data(); in LandauKokkosJacobian()505 d_vertex_f = (PetscScalar *)a_xarray; in LandauKokkosJacobian()528 …coef = &d_vertex_f[b_id * IPf_sz_glb + d_ipf_offset[grid] + loc_elem * Nb * loc_Nf]; // closure an… in LandauKokkosJacobian()537 …coef[f * Nb + b] = d_vertex_f[idx + moffset]; // xarray data, not IP, need raw array to deal with … in LandauKokkosJacobian()544 if (id >= 0) coef[f * Nb + b] += scale * d_vertex_f[id + moffset]; in LandauKokkosJacobian()