Searched refs:dmType (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagutils.c | 56 DMType dmType; in DMStagGetProductCoordinateArrays_Private() local 57 PetscCall(DMGetType(dmCoord, &dmType)); in DMStagGetProductCoordinateArrays_Private() 58 PetscCall(PetscStrcmp(DMPRODUCT, dmType, &isProduct)); in DMStagGetProductCoordinateArrays_Private() 65 DMType dmType; in DMStagGetProductCoordinateArrays_Private() local 77 PetscCall(DMGetType(subDM, &dmType)); in DMStagGetProductCoordinateArrays_Private() 78 PetscCall(PetscStrcmp(DMSTAG, dmType, &isStag)); in DMStagGetProductCoordinateArrays_Private() 201 DMType dmType; in DMStagGetProductCoordinateLocationSlot() local 202 PetscCall(DMGetType(dmCoord, &dmType)); in DMStagGetProductCoordinateLocationSlot() 203 PetscCall(PetscStrcmp(DMPRODUCT, dmType, &isProduct)); in DMStagGetProductCoordinateLocationSlot() 209 DMType dmType; in DMStagGetProductCoordinateLocationSlot() local [all …]
|
| /petsc/src/snes/tutorials/ |
| H A D | ex17.c | 50 char dmType[256]; /* DM type for the solve */ member 353 PetscCall(PetscStrncpy(options->dmType, DMPLEX, 256)); in ProcessOptions() 361 …, "Convert DMPlex to another format", "ex17.c", DMList, options->dmType, options->dmType, 256, NUL… in ProcessOptions()
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 511 args.dmType = 'DMDA' 513 args.dmType = 'DMPlex' 544 …getattr(__main__, 'run_'+args.dmType)(ex, name, opts, args, sizes, times, events, log=log, execute…
|