Searched refs:psih (Results 1 – 1 of 1) sorted by relevance
404 const PetscScalar *psih; in TestFreeField() local454 PetscCall(VecGetArrayRead(psiHat, &psih)); in TestFreeField()466 … for (PetscInt i = 0; i < dof; ++i) tmp[i] = PETSC_i * PetscSinReal(coef[d] * idx) * psih[off + i]; in TestFreeField()470 for (PetscInt i = 0; i < dof; ++i) dh[off + i] += (M + tmp1) * psih[off + i]; in TestFreeField()472 PetscCall(VecRestoreArrayRead(psiHat, &psih)); in TestFreeField()