Home
last modified time | relevance | path

Searched refs:DMStagGetEntriesPerElement (Results 1 – 9 of 9) sorted by relevance

/petsc/include/
H A Dpetscdmstag.h103 PETSC_EXTERN PetscErrorCode DMStagGetEntriesPerElement(DM, PetscInt *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi47 PetscErrorCode DMStagGetEntriesPerElement(PetscDM, PetscInt*)
H A DDMStag.pyx327 petsc.DMStagGetEntriesPerElement
331 CHKERR(DMStagGetEntriesPerElement(self.dm, &epe))
/petsc/src/dm/impls/stag/tests/
H A Dex40.c588 PetscCall(DMStagGetEntriesPerElement(dm, &epe)); in FormFunction2D()
749 PetscCall(DMStagGetEntriesPerElement(dm, &epe)); in FormJacobian2D()
1266 PetscCall(DMStagGetEntriesPerElement(dm, &epe)); in FormFunction3D()
1536 PetscCall(DMStagGetEntriesPerElement(dm, &epe)); in FormJacobian3D()
/petsc/src/dm/impls/stag/
H A Dstag1d.c532 PetscCall(DMStagGetEntriesPerElement(dm, &epe)); in DMCreateMatrix_Stag_1D_AIJ_Assemble()
H A Dstagutils.c586 PetscErrorCode DMStagGetEntriesPerElement(DM dm, PetscInt *entriesPerElement) in DMStagGetEntriesPerElement() function
H A Dstag.c18 PetscCall(DMStagGetEntriesPerElement(dm, &n_entries)); in DMCreateFieldDecomposition_Stag()
H A Dstag2d.c1312 PetscCall(DMStagGetEntriesPerElement(dm, &epe)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
H A Dstag3d.c3405 PetscCall(DMStagGetEntriesPerElement(dm, &epe)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()