Searched refs:DMDAGetDof (Results 1 – 4 of 4) sorted by relevance
109 PETSC_EXTERN PetscErrorCode DMDAGetDof(DM, PetscInt *);
194 PetscCall(DMDAGetDof(dmTo, &dofToMax)); in DMStagMigrateVecDMDA()
17 PetscCall(DMDAGetDof(da, &bs)); in DMDAGetFieldsNamed()
191 PetscErrorCode DMDAGetDof(DM da, PetscInt *dof) in DMDAGetDof() function