Searched refs:convType (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex45.c | 228 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 D | ex48.c | 395 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 D | ex11.c | 1434 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 D | ex30.c | 1657 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 D | ex12.c | 479 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 D | plexland.c | 725 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()
|