Searched refs:DMSetVecType (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagintern.c | 55 PetscCall(DMSetVecType(*newdm, dm->vectype)); in DMStagDuplicateWithoutSetup()
|
| H A D | stagutils.c | 1544 PetscCall(DMSetVecType(subdm, dm->vectype)); in DMStagSetUniformCoordinatesProduct()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex28.c | 342 PetscCall(DMSetVecType(dau, vtype)); in main() 343 PetscCall(DMSetVecType(dak, vtype)); in main()
|
| H A D | ex55.c | 611 PetscCall(DMSetVecType(da, VECKOKKOS)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 98 PetscErrorCode DMSetVecType(PetscDM, PetscVecType)
|
| H A D | DM.pyx | 828 Vec.Type, petsc.DMSetVecType 833 CHKERR(DMSetVecType(self.dm, vtype))
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbmg.cxx | 488 PetscCall(DMSetVecType(dm2, dm->vectype)); in DMMoab_UMR_Private()
|
| /petsc/src/dm/impls/da/ |
| H A D | da.c | 1125 PetscCall(DMSetVecType(da2, da->vectype)); in DMRefine_DA() 1272 PetscCall(DMSetVecType(dmc2, dmf->vectype)); in DMCoarsen_DA()
|
| /petsc/include/ |
| H A D | petscdm.h | 203 PETSC_EXTERN PetscErrorCode DMSetVecType(DM, VecType);
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 93 PetscCall(DMSetVecType(v, VECSTANDARD)); in DMCreate() 229 PetscErrorCode DMSetVecType(DM dm, VecType ctype) in DMSetVecType() function 900 if (flg) PetscCall(DMSetVecType(dm, typeName)); in DMSetFromOptions()
|
| /petsc/doc/manual/ |
| H A D | vec.md | 96 DMSetVecType(DM dm, VecType vt)
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 87 PetscCall(DMSetVecType(dmout, vecType)); in DMPlexCopy_Internal()
|