Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag.c434 ISLocalToGlobalMapping ltogmf, ltogmc; in DMCreateInterpolation_Stag() local
442 PetscCall(DMGetLocalToGlobalMapping(dmf, &ltogmf)); in DMCreateInterpolation_Stag()
449 PetscCall(MatSetLocalToGlobalMapping(*A, ltogmf, ltogmc)); in DMCreateInterpolation_Stag()
466 ISLocalToGlobalMapping ltogmf, ltogmc; in DMCreateRestriction_Stag() local
474 PetscCall(DMGetLocalToGlobalMapping(dmf, &ltogmf)); in DMCreateRestriction_Stag()
481 PetscCall(MatSetLocalToGlobalMapping(*A, ltogmc, ltogmf)); /* Note transpose wrt interpolation */ in DMCreateRestriction_Stag()
/petsc/src/dm/impls/da/
H A Ddainterp.c1352 ISLocalToGlobalMapping ltogmf, ltogmc; in DMDACreateAggregates() local
1379 PetscCall(DMGetLocalToGlobalMapping(daf, &ltogmf)); in DMDACreateAggregates()
1380 PetscCall(ISLocalToGlobalMappingGetIndices(ltogmf, &idx_f)); in DMDACreateAggregates()
1432 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogmf, &idx_f)); in DMDACreateAggregates()