Searched refs:DMSTAG_MAX_STRATA (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmstagimpl.h | 7 #define DMSTAG_MAX_STRATA DMSTAG_MAX_DIM + 1 macro 18 PetscInt dof[DMSTAG_MAX_STRATA]; /* Dof per point for each stratum */
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagutils.c | 40 PetscInt dim, d, dofCheck[DMSTAG_MAX_STRATA], s; in DMStagGetProductCoordinateArrays_Private() 61 for (s = 0; s < DMSTAG_MAX_STRATA; ++s) dofCheck[s] = 0; in DMStagGetProductCoordinateArrays_Private() 67 PetscInt dof[DMSTAG_MAX_STRATA], subDim; in DMStagGetProductCoordinateArrays_Private() 82 for (s = 0; s < DMSTAG_MAX_STRATA; ++s) dofCheck[s] = dof[s]; in DMStagGetProductCoordinateArrays_Private() 85 …for (s = 0; s < DMSTAG_MAX_STRATA; ++s) PetscCheck(dofCheck[s] == dof[s], PetscObjectComm((PetscOb… in DMStagGetProductCoordinateArrays_Private() 192 PetscInt dim, dofCheck[DMSTAG_MAX_STRATA], s, d; in DMStagGetProductCoordinateLocationSlot() 206 for (s = 0; s < DMSTAG_MAX_STRATA; ++s) dofCheck[s] = 0; in DMStagGetProductCoordinateLocationSlot() 211 PetscInt dof[DMSTAG_MAX_STRATA], subDim; in DMStagGetProductCoordinateLocationSlot() 222 for (s = 0; s < DMSTAG_MAX_STRATA; ++s) dofCheck[s] = dof[s]; in DMStagGetProductCoordinateLocationSlot() 225 …for (s = 0; s < DMSTAG_MAX_STRATA; ++s) PetscCheck(dofCheck[s] == dof[s], PetscObjectComm((PetscOb… in DMStagGetProductCoordinateLocationSlot()
|
| H A D | stag.c | 384 …ilWidthf, nf[DMSTAG_MAX_DIM], nc[DMSTAG_MAX_DIM], doff[DMSTAG_MAX_STRATA], dofc[DMSTAG_MAX_STRATA]; in CheckTransferOperatorRequirements_Private() 465 PetscInt dim, entriesf, entriesc, doff[DMSTAG_MAX_STRATA]; in DMCreateRestriction_Stag() 965 for (i = 0; i < DMSTAG_MAX_STRATA; ++i) stag->dof[i] = 0; in DMCreate_Stag()
|
| H A D | stagmulti.c | 31 …tscInt d, nf[DMSTAG_MAX_DIM], nc[DMSTAG_MAX_DIM], doff[DMSTAG_MAX_STRATA], dofc[DMSTAG_MAX_STRATA]; in DMStagRestrictSimple()
|
| H A D | stag2d.c | 1303 …PetscInt entries, dof[DMSTAG_MAX_STRATA], epe, stencil_width, N[2], start[2], n[2], n_ext… in DMCreateMatrix_Stag_2D_AIJ_Assemble()
|
| H A D | stag3d.c | 3395 PetscInt dof[DMSTAG_MAX_STRATA], epe, stencil_width, N[3], start[3], n[3], n_extra[3]; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
|