Home
last modified time | relevance | path

Searched refs:DMStagGetGlobalSizes (Results 1 – 21 of 21) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex40.c29 PetscCall(DMStagGetGlobalSizes(dm, &N, NULL, NULL)); in FormFunction1DNoCoupling()
75 PetscCall(DMStagGetGlobalSizes(dm, &N, NULL, NULL)); in FormJacobian1DNoCoupling()
131 PetscCall(DMStagGetGlobalSizes(dm, &N, NULL, NULL)); in FormFunction1D()
245 PetscCall(DMStagGetGlobalSizes(dm, &N, NULL, NULL)); in FormJacobian1D()
356 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], NULL)); in FormFunction2DNoCoupling()
434 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], NULL)); in FormJacobian2DNoCoupling()
514 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], NULL)); in FormFunction2D()
678 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], NULL)); in FormJacobian2D()
840 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], &N[2])); in FormFunction3DNoCoupling()
984 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], &N[2])); in FormJacobian3DNoCoupling()
[all …]
H A Dex10.c69 PetscCall(DMStagGetGlobalSizes(dm, &Nx, &Ny, NULL)); in main()
H A Dex2.c47 PetscCall(DMStagGetGlobalSizes(dmstag, &n[0], &n[1], &n[2])); in Test_3d_4x4x4_3x3x3()
H A Dex43.c90 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], &N[2])); in main()
H A Dex15.c89 PetscCall(DMStagGetGlobalSizes(dm, &N, NULL, NULL)); in CreateSystem1d()
251 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], NULL)); in CreateSystem2d()
H A Dex7.c74 PetscCall(DMStagGetGlobalSizes(dm, &Nx, &Ny, &Nz)); in main()
H A Dex18.c278 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], NULL)); in CreateSystem()
H A Dex30.c77 PetscCall(DMStagGetGlobalSizes(dmSol, &N[0], &N[1], &N[2])); in CreateMat()
1643 PetscCall(DMStagGetGlobalSizes(dmSol, &N[0], &N[1], &N[2])); in CheckMat()
/petsc/src/dm/impls/stag/
H A Dstagmulti.c458 PetscCall(DMStagGetGlobalSizes(dmc, &Mc, NULL, NULL)); in DMStagPopulateInterpolation1d_Internal()
459 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, NULL, NULL)); in DMStagPopulateInterpolation1d_Internal()
517 PetscCall(DMStagGetGlobalSizes(dmc, &Mc, &Nc, NULL)); in DMStagPopulateInterpolation2d_Internal()
518 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, &Nf, NULL)); in DMStagPopulateInterpolation2d_Internal()
654 PetscCall(DMStagGetGlobalSizes(dmc, &Mc, &Nc, &Pc)); in DMStagPopulateInterpolation3d_Internal()
655 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, &Nf, &Pf)); in DMStagPopulateInterpolation3d_Internal()
1005 PetscCall(DMStagGetGlobalSizes(dmc, &Mc, NULL, NULL)); in DMStagPopulateRestriction1d_Internal()
1006 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, NULL, NULL)); in DMStagPopulateRestriction1d_Internal()
1078 PetscCall(DMStagGetGlobalSizes(dmc, &Mc, &Nc, NULL)); in DMStagPopulateRestriction2d_Internal()
1079 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, &Nf, NULL)); in DMStagPopulateRestriction2d_Internal()
[all …]
H A Dstag1d.c60 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, NULL, NULL)); in DMStagRestrictSimple_1d()
61 PetscCall(DMStagGetGlobalSizes(dmc, &Mc, NULL, NULL)); in DMStagRestrictSimple_1d()
531 PetscCall(DMStagGetGlobalSizes(dm, &N, NULL, NULL)); in DMCreateMatrix_Stag_1D_AIJ_Assemble()
H A Dstag2d.c66 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, &Nf, NULL)); in DMStagRestrictSimple_2d()
67 PetscCall(DMStagGetGlobalSizes(dmc, &Mc, &Nc, NULL)); in DMStagRestrictSimple_2d()
1314 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], NULL)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
H A Dstagutils.c368 PetscErrorCode DMStagGetGlobalSizes(DM dm, PetscInt *M, PetscInt *N, PetscInt *P) in DMStagGetGlobalSizes() function
H A Dstag3d.c74 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, &Nf, &Pf)); in DMStagRestrictSimple_3d()
75 PetscCall(DMStagGetGlobalSizes(dmc, &Mc, &Nc, &Pc)); in DMStagRestrictSimple_3d()
3407 PetscCall(DMStagGetGlobalSizes(dm, &N[0], &N[1], &N[2])); in DMCreateMatrix_Stag_3D_AIJ_Assemble()
/petsc/src/dm/impls/stag/tutorials/
H A Dex8.c75 PetscCall(DMStagGetGlobalSizes(dm, &N, NULL, NULL)); in AssembleSystem1DVertexCentered()
H A Dex6.c167 PetscCall(DMStagGetGlobalSizes(ctx.dm_velocity, &N[0], &N[1], &N[2])); in main()
232 PetscCall(DMStagGetGlobalSizes(ctx->dm_lame, &N[0], &N[1], &N[2])); in CreateLame()
333 PetscCall(DMStagGetGlobalSizes(ctx->dm_stress, &N[0], &N[1], &N[2])); in ForceStress()
H A Dex4.c101 PetscCall(DMStagGetGlobalSizes(dm_stokes, &ctx->cells_x, &ctx->cells_y, &ctx->cells_z)); in main()
124 PetscCall(DMStagGetGlobalSizes(ctx->levels[level]->dm_stokes, &N[0], &N[1], &N[2])); in main()
607 PetscCall(DMStagGetGlobalSizes(dm_main, &N[0], &N[1], NULL)); in CreateSystem2d()
1024 PetscCall(DMStagGetGlobalSizes(dm_main, &N[0], &N[1], &N[2])); in CreateSystem3d()
1883 PetscCall(DMStagGetGlobalSizes(dm_coefficients, &N[0], &N[1], &N[2])); in PopulateCoefficientData()
H A Dex2.c170 PetscCall(DMStagGetGlobalSizes(dmSol, &N[0], &N[1], NULL)); in CreateSystem()
H A Dex3.c183 PetscCall(DMStagGetGlobalSizes(dmSol, &N[0], &N[1], &N[2])); in CreateSystem()
/petsc/include/
H A Dpetscdmstag.h105 PETSC_EXTERN PetscErrorCode DMStagGetGlobalSizes(DM, PetscInt *, PetscInt *, PetscInt *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi51 PetscErrorCode DMStagGetGlobalSizes(PetscDM, PetscInt*, PetscInt*, PetscInt*)
H A DDMStag.pyx424 getLocalSizes, petsc.DMStagGetGlobalSizes
429 CHKERR(DMStagGetGlobalSizes(self.dm, &m, &n, &p))