Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex36.c394 PetscInt map_id, Mx, My; in da_test_RefineCoords2D() local
413 map_id = 0; in da_test_RefineCoords2D()
414 PetscCall(PetscOptionsGetInt(NULL, NULL, "-cmap", &map_id, NULL)); in da_test_RefineCoords2D()
415 if (map_id >= 1) PetscCall(DAApplyConformalMapping(dac, map_id)); in da_test_RefineCoords2D()
480 PetscInt map_id, Mx, My, Mz; in da_test_RefineCoords3D() local
503 map_id = 0; in da_test_RefineCoords3D()
504 PetscCall(PetscOptionsGetInt(NULL, NULL, "-cmap", &map_id, NULL)); in da_test_RefineCoords3D()
505 if (map_id >= 1) PetscCall(DAApplyConformalMapping(dac, map_id)); in da_test_RefineCoords3D()