Home
last modified time | relevance | path

Searched refs:DMSetVecType (Results 1 – 12 of 12) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagintern.c55 PetscCall(DMSetVecType(*newdm, dm->vectype)); in DMStagDuplicateWithoutSetup()
H A Dstagutils.c1544 PetscCall(DMSetVecType(subdm, dm->vectype)); in DMStagSetUniformCoordinatesProduct()
/petsc/src/snes/tutorials/
H A Dex28.c342 PetscCall(DMSetVecType(dau, vtype)); in main()
343 PetscCall(DMSetVecType(dak, vtype)); in main()
H A Dex55.c611 PetscCall(DMSetVecType(da, VECKOKKOS)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi98 PetscErrorCode DMSetVecType(PetscDM, PetscVecType)
H A DDM.pyx828 Vec.Type, petsc.DMSetVecType
833 CHKERR(DMSetVecType(self.dm, vtype))
/petsc/src/dm/impls/moab/
H A Ddmmbmg.cxx488 PetscCall(DMSetVecType(dm2, dm->vectype)); in DMMoab_UMR_Private()
/petsc/src/dm/impls/da/
H A Dda.c1125 PetscCall(DMSetVecType(da2, da->vectype)); in DMRefine_DA()
1272 PetscCall(DMSetVecType(dmc2, dmf->vectype)); in DMCoarsen_DA()
/petsc/include/
H A Dpetscdm.h203 PETSC_EXTERN PetscErrorCode DMSetVecType(DM, VecType);
/petsc/src/dm/interface/
H A Ddm.c93 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 Dvec.md96 DMSetVecType(DM dm, VecType vt)
/petsc/src/dm/impls/plex/
H A Dplexcreate.c87 PetscCall(DMSetVecType(dmout, vecType)); in DMPlexCopy_Internal()