Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c580 Vec coefficients_local; in CreateSystem2d() local
611 PetscCall(DMGetLocalVector(dm_coefficients, &coefficients_local)); in CreateSystem2d()
612 …ll(DMGlobalToLocal(dm_coefficients, ctx->levels[level]->coeff, INSERT_VALUES, coefficients_local)); in CreateSystem2d()
673 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coefficients_local, 2, rhoPoint, rho)); in CreateSystem2d()
693 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coefficients_local, 4, etaPoint, eta)); in CreateSystem2d()
836 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coefficients_local, 4, etaPoint, eta)); in CreateSystem2d()
976 PetscCall(DMRestoreLocalVector(dm_coefficients, &coefficients_local)); in CreateSystem2d()