Searched refs:DMStagInitialize (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagintern.c | 46 …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 D | stag1d.c | 47 …PetscCall(DMStagInitialize(bndx, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, M, 0, 0, size, 0, 0, dof0, do… in DMStagCreate1d()
|
| H A D | stag2d.c | 53 …PetscCall(DMStagInitialize(bndx, bndy, DM_BOUNDARY_NONE, M, N, 0, m, n, 0, dof0, dof1, dof2, 0, st… in DMStagCreate2d()
|
| H A D | stag3d.c | 60 …PetscCall(DMStagInitialize(bndx, bndy, bndz, M, N, P, m, n, p, dof0, dof1, dof2, dof3, stencilType… in DMStagCreate3d()
|
| /petsc/include/petsc/private/ |
| H A D | dmstagimpl.h | 53 PETSC_INTERN PetscErrorCode DMStagInitialize(DMBoundaryType, DMBoundaryType, DMBoundaryType, PetscI…
|