Searched defs:epe (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 451 const PetscInt epe = stag->entriesPerElement; in DMStagComputeLocationOffsets_1d() local 523 PetscInt dof[2], start, n, n_extra, stencil_width, N, epe; in DMCreateMatrix_Stag_1D_AIJ_Assemble() local
|
| H A D | stagstencil.c | 388 const PetscInt epe = stag->entriesPerElement; in DMStagStencilToIndexLocal() local
|
| H A D | stag2d.c | 1145 const PetscInt epe = stag->entriesPerElement; in DMStagComputeLocationOffsets_2d() local 1303 …PetscInt entries, dof[DMSTAG_MAX_STRATA], epe, stencil_width, N[2], start[2], n[2], n_ext… in DMCreateMatrix_Stag_2D_AIJ_Assemble() local
|
| H A D | stagutils.c | 816 const PetscInt epe = stag->entriesPerElement; in DMStagMigrateVec() local
|
| H A D | stag3d.c | 3194 const PetscInt epe = stag->entriesPerElement; in DMStagComputeLocationOffsets_3d() local 3395 PetscInt dof[DMSTAG_MAX_STRATA], epe, stencil_width, N[3], start[3], n[3], n_extra[3]; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex40.c | 585 PetscInt epe; in FormFunction2D() local 746 PetscInt epe; in FormJacobian2D() local 1263 PetscInt epe; in FormFunction3D() local 1533 PetscInt epe; in FormJacobian3D() local
|