Searched refs:DMMoabOutput (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbio.cxx | 53 PetscErrorCode DMMoabOutput(DM dm, const char *filename, const char *usrwriteopts) in DMMoabOutput() function
|
| /petsc/src/ts/tutorials/ |
| H A D | ex35.cxx | 168 PetscCall(DMMoabOutput(dm, "ex35.h5m", "")); in main() 175 PetscCall(DMMoabOutput(dm, "ex35.vtk", "")); in main()
|
| /petsc/src/dm/impls/moab/tests/ |
| H A D | ex2.cxx | 124 PetscCall(DMMoabOutput(user.dm, (const char *)user.output_file, "")); in main()
|
| H A D | ex3.cxx | 135 PetscCall(DMMoabOutput(dmhierarchy[user.nlevels], (const char *)user.output_file, "")); in main()
|
| /petsc/include/ |
| H A D | petscdmmoab.h | 54 PETSC_EXTERN PetscErrorCode DMMoabOutput(DM, const char *, const char *);
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex36.cxx | 190 PetscCall(DMMoabOutput(dmref, "ex36.h5m", "")); in main() 197 PetscCall(DMMoabOutput(dmref, "ex36.vtk", "")); in main()
|
| H A D | ex35.cxx | 204 PetscCall(DMMoabOutput(dmref, "ex35.h5m", NULL)); in main() 210 PetscCall(DMMoabOutput(dmref, "ex35.vtk", NULL)); in main()
|