Searched refs:coeff_local (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex4.c | 998 Vec coeff_local, rhs; in CreateSystem3d() local 1029 PetscCall(DMGetLocalVector(dm_coefficients, &coeff_local)); in CreateSystem3d() 1030 …PetscCall(DMGlobalToLocal(dm_coefficients, ctx->levels[level]->coeff, INSERT_VALUES, coeff_local)); in CreateSystem3d() 1132 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 6, eta_point, eta)); in CreateSystem3d() 1347 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 4, rho_point, rho)); in CreateSystem3d() 1384 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 6, eta_point, eta)); in CreateSystem3d() 1608 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 6, eta_point, eta)); in CreateSystem3d() 1831 PetscCall(DMRestoreLocalVector(dm_coefficients, &coeff_local)); in CreateSystem3d() 1864 Vec coeff_local; in PopulateCoefficientData() local 1878 PetscCall(DMGetLocalVector(dm_coefficients, &coeff_local)); in PopulateCoefficientData() [all …]
|