Searched refs:ltogmf (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 442 PetscCall(DMGetLocalToGlobalMapping(dmf, <ogmf)); in DMCreateInterpolation_Stag() 449 PetscCall(MatSetLocalToGlobalMapping(*A, ltogmf, ltogmc)); in DMCreateInterpolation_Stag() 466 ISLocalToGlobalMapping ltogmf, ltogmc; in DMCreateRestriction_Stag() local 474 PetscCall(DMGetLocalToGlobalMapping(dmf, <ogmf)); 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 1379 PetscCall(DMGetLocalToGlobalMapping(daf, <ogmf)); in DMDACreateAggregates() 1380 PetscCall(ISLocalToGlobalMappingGetIndices(ltogmf, &idx_f)); in DMDACreateAggregates() 1432 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogmf, &idx_f)); in DMDACreateAggregates()
|