Home
last modified time | relevance | path

Searched refs:DMSetOptionsPrefix (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/dm/tutorials/
H A Dex19.c26 PetscCall(DMSetOptionsPrefix(da, "n1d_")); in main()
42 PetscCall(DMSetOptionsPrefix(da, "g1d_")); in main()
58 PetscCall(DMSetOptionsPrefix(da, "p1d_")); in main()
74 PetscCall(DMSetOptionsPrefix(da, "n2d_")); in main()
90 PetscCall(DMSetOptionsPrefix(da, "g2d_")); in main()
106 PetscCall(DMSetOptionsPrefix(da, "p2d_")); in main()
122 PetscCall(DMSetOptionsPrefix(da, "n3d_")); in main()
138 PetscCall(DMSetOptionsPrefix(da, "g3d_")); in main()
154 PetscCall(DMSetOptionsPrefix(da, "p3d_")); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex5.c93 PetscCall(DMSetOptionsPrefix(dm, "loaded_")); in main()
106 PetscCall(DMSetOptionsPrefix(dm, "interpolated_")); in main()
111 PetscCall(DMSetOptionsPrefix(dm, "redistributed_")); in main()
H A Dex15.c47 PetscCall(DMSetOptionsPrefix(*dm, "redistributed_")); in ReadCGNSDM()
185 PetscCall(DMSetOptionsPrefix(dm_serial, "serial_")); in main()
232 PetscCall(DMSetOptionsPrefix(dm, "loaded_")); in main()
H A Dex16.c107 PetscCall(DMSetOptionsPrefix(dm, "loaded_")); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex55.c51 PetscCall(DMSetOptionsPrefix(*dm, "orig_")); in CreateMesh()
157 PetscCall(DMSetOptionsPrefix(dmnew, prefix)); in DMPlexWriteAndReadHDF5()
238 PetscCall(DMSetOptionsPrefix(dm, NULL)); in main()
H A Dex103.c49 PetscCall(DMSetOptionsPrefix(*dm, "redistributed_")); in ReadCGNSDM()
379 PetscCall(DMSetOptionsPrefix(dm_serial, "serial_")); in main()
428 PetscCall(DMSetOptionsPrefix(dm, "loaded_")); in main()
H A Dex100.c39 PetscCall(DMSetOptionsPrefix(dm_create, "create_")); in main()
H A Dex56.c155 PetscCall(DMSetOptionsPrefix(dm, "load_")); in LoadMesh()
/petsc/src/snes/tutorials/
H A Dex11.c208 PetscCall(DMSetOptionsPrefix(*dm, "initial_")); in CreateMesh()
214 PetscCall(DMSetOptionsPrefix(*dm, "mesh_")); in CreateMesh()
227 PetscCall(DMSetOptionsPrefix(dmConv, "mesh_")); in CreateMesh()
H A Dex22.c93 PetscCall(DMSetOptionsPrefix(red, "red_")); in main()
96 PetscCall(DMSetOptionsPrefix(red, "da_")); in main()
H A Dex28.c318 PetscCall(DMSetOptionsPrefix(dau, "u_")); in main()
327 PetscCall(DMSetOptionsPrefix(dak, "k_")); in main()
333 PetscCall(DMSetOptionsPrefix(pack, "pack_")); in main()
H A Dex73f90t.F90479 PetscCallA(DMSetOptionsPrefix(daphi, 'phi_', ierr))
581 PetscCallA(DMSetOptionsPrefix(dalam, 'lambda_', ierr))
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busadj.c845 PetscCall(DMSetOptionsPrefix(user.dmgen, "dmgen_")); in main()
849 PetscCall(DMSetOptionsPrefix(user.dmnet, "dmnet_")); in main()
854 PetscCall(DMSetOptionsPrefix(user.dmpgrid, "pgrid_")); in main()
H A Dex9busoptfd.c886 PetscCall(DMSetOptionsPrefix(user.dmgen, "dmgen_")); in main()
890 PetscCall(DMSetOptionsPrefix(user.dmnet, "dmnet_")); in main()
895 PetscCall(DMSetOptionsPrefix(user.dmpgrid, "pgrid_")); in main()
H A Dex9bus.c1138 PetscCall(DMSetOptionsPrefix(user.dmgen, "dmgen_")); in main()
1142 PetscCall(DMSetOptionsPrefix(user.dmnet, "dmnet_")); in main()
1147 PetscCall(DMSetOptionsPrefix(user.dmpgrid, "pgrid_")); in main()
H A Dex9busopt.c1092 PetscCall(DMSetOptionsPrefix(user.dmgen, "dmgen_")); in main()
1094 PetscCall(DMSetOptionsPrefix(user.dmnet, "dmnet_")); in main()
1099 PetscCall(DMSetOptionsPrefix(user.dmpgrid, "pgrid_")); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi73 PetscErrorCode DMSetOptionsPrefix(PetscDM, char[])
H A DDM.pyx277 petsc_options, getOptionsPrefix, petsc.DMSetOptionsPrefix
282 CHKERR(DMSetOptionsPrefix(self.dm, cval))
/petsc/src/dm/impls/moab/
H A Ddmmbmg.cxx476 PetscCall(DMSetOptionsPrefix(dm2, ((PetscObject)dm)->prefix)); in DMMoab_UMR_Private()
/petsc/src/dm/impls/da/
H A Ddadd.c351 PetscCall(DMSetOptionsPrefix(da[idx], "sub_")); in DMDASubDomainDA_Private()
H A Dda.c1050 PetscCall(DMSetOptionsPrefix(da2, ((PetscObject)da)->prefix)); in DMRefine_DA()
1197 PetscCall(DMSetOptionsPrefix(dmc2, ((PetscObject)dmf)->prefix)); in DMCoarsen_DA()
/petsc/src/dm/impls/stag/
H A Dstag.c268 PetscCall(DMSetOptionsPrefix(*dmc, ((PetscObject)dm)->prefix)); in DMCoarsen_Stag()
319 PetscCall(DMSetOptionsPrefix(*dmf, ((PetscObject)dm)->prefix)); in DMRefine_Stag()
/petsc/include/
H A Dpetscdm.h200 PETSC_EXTERN PetscErrorCode DMSetOptionsPrefix(DM, const char[]);
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c401 PetscCall(DMSetOptionsPrefix(ctx->dmrepart, prefix)); in PCTelescopeSetUp_dmda_repart()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c720 PetscCall(DMSetOptionsPrefix(ctx->plex[grid], prefix)); in LandauDMCreateVMeshes()
723 PetscCall(DMSetOptionsPrefix(pack, prefix)); in LandauDMCreateVMeshes()
739 PetscCall(DMSetOptionsPrefix(dmforest, prefix)); in LandauDMCreateVMeshes()

12