Home
last modified time | relevance | path

Searched refs:f_coeff (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()
605 for (b = 0; b < N_bt; ++b) f_coeff[c * N_bt + b] = (float)coefficients[c * N_bt + b]; in PetscFEIntegrateResidual_OpenCL()
610 oclCoeff = (void *)f_coeff; in PetscFEIntegrateResidual_OpenCL()
680 PetscCall(PetscFree4(f_coeff, f_coeffAux, f_invJ, f_detJ)); in PetscFEIntegrateResidual_OpenCL()