Home
last modified time | relevance | path

Searched refs:DMType (Results 1 – 17 of 17) sorted by relevance

/petsc/doc/overview/
H A Ddiscrete_table.md12 - ``DMType``
/petsc/doc/manual/
H A Ddmbase.md28 DMSetType(DM dm, DMType type);
32 in the sections on each `DMType`. This chapter focuses
49 A given `DM` can be refined for certain `DMType`s with `DMRefine()` or coarsened with `DMCoarsen()`.
H A Dvec.md198 Then `DMType` specific operations can be performed to provide information from which the specifics …
208 We now very briefly introduce a few more `DMType`.
/petsc/src/dm/impls/forest/tutorials/
H A Dex1.c22 PetscCall(DMSetType(dm, (DMType)typeString)); in main()
/petsc/include/petsc/private/
H A Ddmstagimpl.h25 DMType coordinateDMType; /* DM type to create for coordinates */
/petsc/include/
H A Dpetscdmforest.h114 PETSC_EXTERN PetscErrorCode DMForestRegisterType(DMType);
H A Dpetscdm.h32 typedef const char *DMType; typedef
57 PETSC_EXTERN PetscErrorCode DMSetType(DM, DMType);
58 PETSC_EXTERN PetscErrorCode DMGetType(DM, DMType *);
141 PETSC_EXTERN PetscErrorCode DMConvert(DM, DMType, DM *);
H A Dpetscdmstag.h127 PETSC_EXTERN PetscErrorCode DMStagSetCoordinateDMType(DM, DMType);
/petsc/src/dm/impls/stag/
H A Dstagutils.c56 DMType dmType; in DMStagGetProductCoordinateArrays_Private()
65 DMType dmType; in DMStagGetProductCoordinateArrays_Private()
201 DMType dmType; in DMStagGetProductCoordinateLocationSlot()
209 DMType dmType; in DMStagGetProductCoordinateLocationSlot()
1108 PetscErrorCode DMStagSetCoordinateDMType(DM dm, DMType dmtype) in DMStagSetCoordinateDMType()
H A Dstagda.c305 DMType dmstagCoordType; in DMStagTransferCoordinatesToDMDA()
H A Dstag.c579 DMType type2; in DMGetCompatibility_Stag()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi5 ctypedef const char* PetscDMType "DMType"
H A DDM.pyx3 class DMType(object): class
64 Type = DMType
2510 del DMType
/petsc/src/dm/impls/forest/
H A Dforest.c54 PetscErrorCode DMForestRegisterType(DMType name) in DMForestRegisterType()
125 DMType type; in DMForestTemplate()
/petsc/src/dm/interface/
H A Ddm.c4015 PetscErrorCode DMSetType(DM dm, DMType method) in DMSetType()
4051 PetscErrorCode DMGetType(DM dm, DMType *type) in DMGetType()
4082 PetscErrorCode DMConvert(DM dm, DMType newtype, DM *M) in DMConvert()
4099 PetscErrorCode (*conv)(DM, DMType, DM *) = NULL; in DMConvert()
8941 DMType type, type2; in DMGetCompatibility()
/petsc/src/dm/impls/da/
H A Dda.c1419 DMType dmtype2; in DMGetCompatibility_DA()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h166 static PetscErrorCode DMConvert_pforest_plex(DM, DMType, DM *);
358 static PetscErrorCode DMConvert_plex_pforest(DM dm, DMType newtype, DM *pforest) in DMConvert_plex_pforest()
4106 static PetscErrorCode DMConvert_pforest_plex(DM dm, DMType newtype, DM *plex) in DMConvert_pforest_plex()