Home
last modified time | relevance | path

Searched refs:DMCreateInterpolation (Results 1 – 25 of 46) sorted by relevance

12

/petsc/src/dm/tests/
H A Dex31.c18 PetscCall(DMCreateInterpolation(da, daf, &M, NULL)); in main()
H A Dex36.c341 PetscCall(DMCreateInterpolation(cdac, cdaf, &II, &scale)); in da_test_RefineCoords1D()
347 PetscCall(DMCreateInterpolation(dac, daf, &INTERP, NULL)); in da_test_RefineCoords1D()
427 PetscCall(DMCreateInterpolation(cdac, cdaf, &II, &scale)); in da_test_RefineCoords2D()
433 PetscCall(DMCreateInterpolation(dac, daf, &INTERP, NULL)); in da_test_RefineCoords2D()
517 PetscCall(DMCreateInterpolation(cdac, cdaf, &II, &scale)); in da_test_RefineCoords3D()
523 PetscCall(DMCreateInterpolation(dac, daf, &INTERP, NULL)); in da_test_RefineCoords3D()
H A Dex15.c56 PetscCall(DMCreateInterpolation(da_c, da_f, &Interp, NULL)); in main()
H A Dex21.c62 PetscCall(DMCreateInterpolation(cdac, cdaf, &interp, NULL)); in test1_DAInjection3d()
/petsc/src/ksp/ksp/tutorials/
H A Dex65.c105 PetscCall(DMCreateInterpolation(da1, da2, mat, vec)); in CreateInterpolation()
117 PetscCall(DMCreateInterpolation(da1, da2, &tmat, NULL)); in CreateRestriction()
H A Dex36.cxx159 PetscCall(DMCreateInterpolation(dmhierarchy[k - 1], dmhierarchy[k], &R, NULL)); in main()
H A Dex35.cxx173 PetscCall(DMCreateInterpolation(dmhierarchy[k - 1], dmhierarchy[k], &R, NULL)); in main()
/petsc/src/dm/impls/stag/tests/
H A Dex20.c31 PetscCall(DMCreateInterpolation(dmc, dmf, &Ai, NULL)); in main()
H A Dex19.c20 PetscCall(DMCreateInterpolation(dmCoarse, dm, &Ai, NULL)); in main()
H A Dex18.c175 PetscCall(DMCreateInterpolation(dmSolc, dmSol, &II, NULL)); in main()
188 PetscCall(DMCreateInterpolation(dmuuc, dmuu, &IIu, NULL)); in main()
/petsc/src/mat/tests/
H A Dex89.c77 PetscCall(DMCreateInterpolation(coarsedm, finedm, &P, NULL)); in main()
H A Dex111.c134 PetscCall(DMCreateInterpolation(user.coarse.da, user.fine.da, &P, NULL)); in main()
H A Dex96.c137 PetscCall(DMCreateInterpolation(user.coarse.da, user.fine.da, &P, NULL)); in main()
/petsc/src/snes/tutorials/
H A Dex36.c321 PetscCall(DMCreateInterpolation(dmc, dmf, &ctx->Ifine, &ctx->Iscale)); in CreateCoarseProjection()
411 PetscCall(DMCreateInterpolation(dmf, dmfdg, &ctx->Ifdg, NULL)); in CreateQuasiInterpolator()
462 PetscCall(DMCreateInterpolation(dmc, dm, &In, &sc)); in CoarseTest()
H A Dex11.c343 PetscCall(DMCreateInterpolation(dmAux, dmAuxf, &J, &Jscale)); in SetupProblem()
/petsc/src/dm/impls/moab/tests/
H A Dex3.cxx120 if (createR) PetscCall(DMCreateInterpolation(dmhierarchy[i - 1], dmhierarchy[i], &R, NULL)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex46.c142 PetscCall(DMCreateInterpolation(dm, adm, &Interp, NULL)); in main()
H A Dex19.c225 PetscCall(DMCreateInterpolation(dmProj, dmaProj, &Interp, &scaling)); in TestL2Projection()
/petsc/src/dm/tutorials/
H A Dex3.c130 PetscCall(DMCreateInterpolation(dac, daf, &A, 0)); in main()
/petsc/doc/manual/
H A Ddmbase.md50 Mappings between `DM`s may be obtained with routines such as `DMCreateInterpolation()`, `DMCreateRe…
/petsc/src/ksp/ksp/tests/
H A Dex19.c135 PetscCall(DMCreateInterpolation(user.coarse.da, user.fine.da, &user.Ii, NULL)); in main()
/petsc/src/snes/tests/
H A Dex8.c565 PetscCall(DMCreateInterpolation(dm, rdm, &Interp, &scaling)); in CheckTransfer()
569 PetscCall(DMCreateInterpolation(dm, rdm, &Interp, &scaling)); in CheckTransfer()
/petsc/src/ts/tutorials/
H A Dex29.c47 PetscCall(DMCreateInterpolation(cdmc, cdm, &J, &vscale)); in CoefficientCoarsenHook()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi135 PetscErrorCode DMCreateInterpolation(PetscDM, PetscDM, PetscMat*, PetscVec*)
/petsc/src/dm/impls/patch/
H A Dpatch.c291 PetscCall(DMCreateInterpolation(dmz, dmf, &interpz, NULL)); in DMPatchSolve()

12