Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex70.c791 Vec eta_l, rho_l; in MaterialPoint_Interpolate() local
807 PetscCall(DMGetLocalVector(dm, &rho_l)); in MaterialPoint_Interpolate()
811 PetscCall(DMGlobalToLocalBegin(dm, rho_v, INSERT_VALUES, rho_l)); in MaterialPoint_Interpolate()
812 PetscCall(DMGlobalToLocalEnd(dm, rho_v, INSERT_VALUES, rho_l)); in MaterialPoint_Interpolate()
815 PetscCall(VecGetArray(rho_l, &_rho_l)); in MaterialPoint_Interpolate()
849 PetscCall(VecRestoreArray(rho_l, &_rho_l)); in MaterialPoint_Interpolate()
851 PetscCall(DMRestoreLocalVector(dm, &rho_l)); in MaterialPoint_Interpolate()