Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c535 float *f_coeff = NULL, *f_coeffAux = NULL, *f_invJ = NULL, *f_detJ = NULL; in PetscFEIntegrateResidual_OpenCL() local
601 …PetscCall(PetscMalloc4(Ne * N_bt, &f_coeff, Ne, &f_coeffAux, Ne * dim * dim, &f_invJ, Ne, &f_detJ)… in PetscFEIntegrateResidual_OpenCL()
604 … for (d = 0; d < dim * dim; ++d) f_invJ[c * dim * dim + d] = (float)cgeom->invJ[c * dim * dim + d]; in PetscFEIntegrateResidual_OpenCL()
616 oclInvJ = (void *)f_invJ; in PetscFEIntegrateResidual_OpenCL()
680 PetscCall(PetscFree4(f_coeff, f_coeffAux, f_invJ, f_detJ)); in PetscFEIntegrateResidual_OpenCL()