Searched refs:DMStagSetDOF (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagintern.c | 72 PetscCall(DMStagSetDOF(dm, dof0, dof1, dof2, dof3)); in DMStagInitialize()
|
| H A D | stagutils.c | 714 PetscCall(DMStagSetDOF(*newdm, dof0, dof1, dof2, dof3)); in DMStagCreateCompatibleDMStag() 1138 PetscErrorCode DMStagSetDOF(DM dm, PetscInt dof0, PetscInt dof1, PetscInt dof2, PetscInt dof3) in DMStagSetDOF() function
|
| /petsc/include/ |
| H A D | petscdmstag.h | 128 PETSC_EXTERN PetscErrorCode DMStagSetDOF(DM, PetscInt, PetscInt, PetscInt, PetscInt);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 57 PetscErrorCode DMStagSetDOF(PetscDM, PetscInt, PetscInt, PetscInt, PetscInt)
|
| H A D | DMStag.pyx | 238 petsc.DMStagSetDOF 244 CHKERR(DMStagSetDOF(self.dm, dof0, dof1, dof2, dof3))
|