Searched refs:temp2 (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | mkl_sparse_optimize.py | 27 temp2 = self.compilers.CPPFLAGS 30 self.compilers.CPPFLAGS = temp2 39 temp2 = self.compilers.CPPFLAGS 45 self.compilers.CPPFLAGS = temp2
|
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | ivec.c | 312 PetscInt *pi, *pj, temp, temp2; in PCTFS_ivec_sort_companion() local 399 temp2 = *pj2; in PCTFS_ivec_sort_companion() 406 *(pi2 + 1) = temp2; in PCTFS_ivec_sort_companion()
|
| /petsc/src/tao/constrained/impls/admm/ |
| H A D | admm.c | 177 PetscReal temp, temp2; in SubObjGradUpdate() local 188 PetscCall(VecTDot(am->residual, am->residual, &temp2)); in SubObjGradUpdate() 189 *f += temp + (am->mu / 2) * temp2; in SubObjGradUpdate() 206 PetscReal temp, temp2; in RegObjGradUpdate() local 216 PetscCall(VecTDot(am->residual, am->residual, &temp2)); in RegObjGradUpdate() 217 *f += temp + (am->mu / 2) * temp2; in RegObjGradUpdate()
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 613 PetscReal temp1[3] = {0, 0, 0}, temp2 = 0; in LandauKokkosJacobian() local 636 temp2 += d_fdf_k(b_id, 0, idx) * ff1; in LandauKokkosJacobian() 643 temp2 *= wi; in LandauKokkosJacobian() 650 ggg.gg3[d2][d3] += Ud[d2][d3] * temp2; in LandauKokkosJacobian() 659 ggg.gg3[d2][d3] += U[d2][d3]*temp2; in LandauKokkosJacobian()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 354 PetscReal temp1[3] = {0, 0, 0}, temp2 = 0; in LandauFormJacobian_Internal() local 374 temp2 += ff[idx] * nu_beta[f + f_off] * (*lambdas)[grid][grid_r]; in LandauFormJacobian_Internal() 381 temp2 *= wi; in LandauFormJacobian_Internal() 388 gg3_temp[d2][d3] += Ud[d2][d3] * temp2; in LandauFormJacobian_Internal() 397 gg3_temp[d2][d3] += U[d2][d3] * temp2; in LandauFormJacobian_Internal()
|