Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex7.c404 const PetscScalar *psih; in TestFreeField() local
454 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()