Home
last modified time | relevance | path

Searched refs:bndz (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagintern.c63 PetscErrorCode DMStagInitialize(DMBoundaryType bndx, DMBoundaryType bndy, DMBoundaryType bndz, Pets… in DMStagInitialize() argument
67 PetscCall(DMStagSetBoundaryTypes(dm, bndx, bndy, bndz)); in DMStagInitialize()
H A Dstag3d.c55 …d(MPI_Comm comm, DMBoundaryType bndx, DMBoundaryType bndy, DMBoundaryType bndz, PetscInt M, PetscI… in DMStagCreate3d() argument
60 …PetscCall(DMStagInitialize(bndx, bndy, bndz, M, N, P, m, n, p, dof0, dof1, dof2, dof3, stencilType… in DMStagCreate3d()