Searched refs:ltogmc (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag.c | 434 ISLocalToGlobalMapping ltogmf, ltogmc; in DMCreateInterpolation_Stag() local 443 PetscCall(DMGetLocalToGlobalMapping(dmc, <ogmc)); in DMCreateInterpolation_Stag() 449 PetscCall(MatSetLocalToGlobalMapping(*A, ltogmf, ltogmc)); in DMCreateInterpolation_Stag() 466 ISLocalToGlobalMapping ltogmf, ltogmc; in DMCreateRestriction_Stag() local 475 PetscCall(DMGetLocalToGlobalMapping(dmc, <ogmc)); in DMCreateRestriction_Stag() 481 PetscCall(MatSetLocalToGlobalMapping(*A, ltogmc, ltogmf)); /* Note transpose wrt interpolation */ in DMCreateRestriction_Stag()
|
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 1352 ISLocalToGlobalMapping ltogmf, ltogmc; in DMDACreateAggregates() local 1385 PetscCall(DMGetLocalToGlobalMapping(dac, <ogmc)); in DMDACreateAggregates() 1386 PetscCall(ISLocalToGlobalMappingGetIndices(ltogmc, &idx_c)); in DMDACreateAggregates() 1433 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogmc, &idx_c)); in DMDACreateAggregates()
|