Home
last modified time | relevance | path

Searched refs:DMPRODUCT (Results 1 – 13 of 13) sorted by relevance

/petsc/src/dm/impls/product/
H A Dproductutils.c28 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMPRODUCT); in DMProductGetDM()
60 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMPRODUCT); in DMProductSetDM()
89 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMPRODUCT); in DMProductSetDimensionIndex()
118 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMPRODUCT); in DMProductGetDimensionIndex()
H A Dmakefile4 SUBMANSEC = DMPRODUCT
/petsc/doc/manualpages/MANSECHeaders/
H A DDMPRODUCT3 The `DMPRODUCT` subclass of `DM` represents a (local) Cartesian product of other `DM` objects.
/petsc/doc/manualpages/
H A DDataManagement.md16 DMPRODUCT/index
/petsc/src/dm/tests/
H A Dex49.c16 PetscCall(DMSetType(dm, DMPRODUCT)); in main()
/petsc/doc/manual/
H A Ddmstag.md111 If `DMPRODUCT` is used instead, coordinates are represented by a `DMPRODUCT` object referring to a
114 Navigating these nested `DM` in `DMPRODUCT` can be tedious, but note the existence of helper functi…
/petsc/src/dm/interface/
H A Ddmregall.c60 PetscCall(DMRegister(DMPRODUCT, DMCreate_Product)); in DMRegisterAll()
/petsc/src/dm/impls/stag/
H A Dstagutils.c58 PetscCall(PetscStrcmp(DMPRODUCT, dmType, &isProduct)); in DMStagGetProductCoordinateArrays_Private()
203 PetscCall(PetscStrcmp(DMPRODUCT, dmType, &isProduct)); in DMStagGetProductCoordinateLocationSlot()
1402 PetscCall(PetscStrcmp(stag->coordinateDMType, DMPRODUCT, &flg_product)); in DMStagSetUniformCoordinates()
1508 PetscCall(PetscStrcmp(stag->coordinateDMType, DMPRODUCT, &flg)); in DMStagSetUniformCoordinatesProduct()
1510 PetscCall(DMStagSetCoordinateDMType(dm, DMPRODUCT)); in DMStagSetUniformCoordinatesProduct()
H A Dstag.c289 PetscCall(PetscObjectTypeCompare((PetscObject)coordinate_dm, DMPRODUCT, &isprod)); in DMCoarsen_Stag()
768 PetscCall(PetscStrcmp(stag->coordinateDMType, DMPRODUCT, &isproduct)); in DMCreateCoordinateDM_Stag()
773 PetscCall(DMSetType(*dmc, DMPRODUCT)); in DMCreateCoordinateDM_Stag()
H A Dstagda.c326 PetscCall(PetscStrcmp(dmstagCoordType, DMPRODUCT, &daCoordIsProduct)); in DMStagTransferCoordinatesToDMDA()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi19 PetscDMType DMPRODUCT
H A DDM.pyx18 PRODUCT = S_(DMPRODUCT)
/petsc/include/
H A Dpetscdm.h46 #define DMPRODUCT "product" macro