Searched refs:DMType (Results 1 – 17 of 17) sorted by relevance
| /petsc/doc/overview/ |
| H A D | discrete_table.md | 12 - ``DMType``
|
| /petsc/doc/manual/ |
| H A D | dmbase.md | 28 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 D | vec.md | 198 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 D | ex1.c | 22 PetscCall(DMSetType(dm, (DMType)typeString)); in main()
|
| /petsc/include/petsc/private/ |
| H A D | dmstagimpl.h | 25 DMType coordinateDMType; /* DM type to create for coordinates */
|
| /petsc/include/ |
| H A D | petscdmforest.h | 114 PETSC_EXTERN PetscErrorCode DMForestRegisterType(DMType);
|
| H A D | petscdm.h | 32 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 D | petscdmstag.h | 127 PETSC_EXTERN PetscErrorCode DMStagSetCoordinateDMType(DM, DMType);
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagutils.c | 56 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 D | stagda.c | 305 DMType dmstagCoordType; in DMStagTransferCoordinatesToDMDA()
|
| H A D | stag.c | 579 DMType type2; in DMGetCompatibility_Stag()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 5 ctypedef const char* PetscDMType "DMType"
|
| H A D | DM.pyx | 3 class DMType(object): class 64 Type = DMType 2510 del DMType
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 54 PetscErrorCode DMForestRegisterType(DMType name) in DMForestRegisterType() 125 DMType type; in DMForestTemplate()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 4015 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 D | da.c | 1419 DMType dmtype2; in DMGetCompatibility_DA()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 166 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()
|