Home
last modified time | relevance | path

Searched refs:DMStagInitialize (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagintern.c46 …PetscCall(DMStagInitialize(stag->boundaryType[0], stag->boundaryType[1], stag->boundaryType[2], st… in DMStagDuplicateWithoutSetup()
63 PetscErrorCode DMStagInitialize(DMBoundaryType bndx, DMBoundaryType bndy, DMBoundaryType bndz, Pets… in DMStagInitialize() function
H A Dstag1d.c47 …PetscCall(DMStagInitialize(bndx, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, M, 0, 0, size, 0, 0, dof0, do… in DMStagCreate1d()
H A Dstag2d.c53 …PetscCall(DMStagInitialize(bndx, bndy, DM_BOUNDARY_NONE, M, N, 0, m, n, 0, dof0, dof1, dof2, 0, st… in DMStagCreate2d()
H A Dstag3d.c60 …PetscCall(DMStagInitialize(bndx, bndy, bndz, M, N, P, m, n, p, dof0, dof1, dof2, dof3, stencilType… in DMStagCreate3d()
/petsc/include/petsc/private/
H A Ddmstagimpl.h53 PETSC_INTERN PetscErrorCode DMStagInitialize(DMBoundaryType, DMBoundaryType, DMBoundaryType, PetscI…