Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag.c434 ISLocalToGlobalMapping ltogmf, ltogmc; in DMCreateInterpolation_Stag() local
443 PetscCall(DMGetLocalToGlobalMapping(dmc, &ltogmc)); in DMCreateInterpolation_Stag()
449 PetscCall(MatSetLocalToGlobalMapping(*A, ltogmf, ltogmc)); in DMCreateInterpolation_Stag()
466 ISLocalToGlobalMapping ltogmf, ltogmc; in DMCreateRestriction_Stag() local
475 PetscCall(DMGetLocalToGlobalMapping(dmc, &ltogmc)); 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
1385 PetscCall(DMGetLocalToGlobalMapping(dac, &ltogmc)); in DMDACreateAggregates()
1386 PetscCall(ISLocalToGlobalMappingGetIndices(ltogmc, &idx_c)); in DMDACreateAggregates()
1433 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogmc, &idx_c)); in DMDACreateAggregates()