Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c549 float *f_coeff = NULL, *f_coeffAux = NULL, *f_invJ = NULL, *f_detJ = NULL; in PetscFEIntegrateResidual_OpenCL() local
613 … ierr = PetscMalloc4(Ne*N_bt,&f_coeff,Ne,&f_coeffAux,Ne*dim*dim,&f_invJ,Ne,&f_detJ);CHKERRQ(ierr); in PetscFEIntegrateResidual_OpenCL()
625 f_coeffAux[c] = (float) coefficientsAux[c]; in PetscFEIntegrateResidual_OpenCL()
630 oclCoeffAux = (void *) f_coeffAux; in PetscFEIntegrateResidual_OpenCL()
710 ierr = PetscFree4(f_coeff,f_coeffAux,f_invJ,f_detJ);CHKERRQ(ierr); in PetscFEIntegrateResidual_OpenCL()