Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex45.c228 char convType[256]; in CreateMesh() local
231 …convert_type", "Convert DMPlex to another format", __FILE__, DMList, DMPLEX, convType, 256, &flg)); in CreateMesh()
235 PetscCall(DMConvert(*dm, convType, &dmConv)); in CreateMesh()
H A Dex48.c395 char convType[256]; in CreateMesh() local
398 …ex_convert_type", "Convert DMPlex to another format", "mhd", DMList, DMPLEX, convType, 256, &flg)); in CreateMesh()
402 PetscCall(DMConvert(*dm, convType, &dmConv)); in CreateMesh()
H A Dex11.c1434 char convType[256]; in main() local
1438 …List("-dm_type", "Convert DMPlex to another format", "ex12", DMList, DMPLEX, convType, 256, &flg)); in main()
1443 PetscCall(DMConvert(dm, convType, &dmConv)); in main()
H A Dex30.c1657 char convType[256]; in CreateMesh() local
1660 …convert_type", "Convert DMPlex to another format", __FILE__, DMList, DMPLEX, convType, 256, &flg)); in CreateMesh()
1664 PetscCall(DMConvert(*dm, convType, &dmConv)); in CreateMesh()
/petsc/src/snes/tutorials/
H A Dex12.c479 char convType[256]; in CreateMesh() local
483 …x_convert_type", "Convert DMPlex to another format", "ex12", DMList, DMPLEX, convType, 256, &flg)); in CreateMesh()
488 PetscCall(DMConvert(*dm, convType, &dmConv)); in CreateMesh()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c725 char convType[256]; in LandauDMCreateVMeshes() local
729 …", "Convert DMPlex to another format (p4est)", "plexland.c", DMList, DMPLEX, convType, 256, &flg)); in LandauDMCreateVMeshes()
737 PetscCall(DMConvert(ctx->plex[grid], convType, &dmforest)); in LandauDMCreateVMeshes()