Home
last modified time | relevance | path

Searched refs:DMGetDS (Results 1 – 25 of 90) sorted by relevance

1234

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c31 *ierr = DMGetDS(*dm, &prob); in dmplexgetcellfields_()
41 *ierr = DMGetDS(dmAux, &probAux); in dmplexgetcellfields_()
81 *ierr = DMGetDS(*dm, &prob); in dmplexgetfacefields_()
/petsc/src/ts/tutorials/
H A Dex47.c148 PetscCall(DMGetDS(dm, &ds)); in SetupProblem()
244 PetscCall(DMGetDS(dm, &ds)); in MonitorError()
266 PetscCall(DMGetDS(dm, &ds)); in MyTSMonitorError()
306 PetscCall(DMGetDS(dm, &ds)); in main()
H A Dex46.c222 PetscCall(DMGetDS(dm, &ds)); in SetupProblem()
306 PetscCall(DMGetDS(dm, &ds)); in MonitorError()
347 PetscCall(DMGetDS(dm, &ds)); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex4f90.F9028 PetscCallA(DMGetDS(dm, ds, ierr))
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c169 PetscCall(DMGetDS(plexe, &prob)); in testSpitzer()
175 PetscCall(DMGetDS(plexi, &prob)); in testSpitzer()
182 PetscCall(DMGetDS(plexe, &prob)); in testSpitzer()
192 PetscCall(DMGetDS(plexe, &prob)); in testSpitzer()
199 PetscCall(DMGetDS(plexe, &prob)); in testSpitzer()
208 PetscCall(DMGetDS(plexe, &prob)); in testSpitzer()
278 PetscCall(DMGetDS(plex, &prob)); in testStable()
326 PetscCall(DMGetDS(dm, &prob)); in EInduction()
656 PetscCall(DMGetDS(pack, &prob)); in main()
/petsc/src/dm/dt/fe/tests/
H A Dex3.c113 PetscCall(DMGetDS(dm, &ds)); in SetupProblem()
156 PetscCall(DMGetDS(dm, &ds)); in CheckInterpolation()
181 PetscCall(DMGetDS(dm, &ds)); in CheckL2Projection()
H A Dex4.c35 PetscCall(DMGetDS(dm, &ds)); in SetupDiscretization()
/petsc/src/snes/tutorials/
H A Dex26.c124 PetscCall(DMGetDS(dm, &ds)); in SetupPrimalProblem()
197 PetscCall(DMGetDS(dm, &ds)); in main()
H A Dex13.c174 PetscCall(DMGetDS(dm, &ds)); in SetupPrimalProblem()
190 PetscCall(DMGetDS(dm, &ds)); in SetupAdjointProblem()
204 PetscCall(DMGetDS(dm, &prob)); in SetupErrorProblem()
475 PetscCall(DMGetDS(dm, &ds)); in ErrorView()
H A Dex71.c229 PetscCall(DMGetDS(dm, &ds)); in SetupProblem()
331 PetscCall(DMGetDS(dm, &ds)); in main()
H A Dex11.c266 PetscCall(DMGetDS(dm, &ds)); in SetupProblem()
319 PetscCall(DMGetDS(dmAux, &ds)); in SetupProblem()
H A Dex20.c88 PetscCall(DMGetDS(dm, &ds)); in SetupPrimalProblem()
H A Dex56.c312 PetscCall(DMGetDS(dm, &prob)); in main()
428 PetscCall(DMGetDS(dm, &prob)); in main()
430 PetscCall(DMGetDS(newdm, &prob)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex72.c53 PetscCall(DMGetDS(dm, &ds)); in CreateDiscretization()
H A Dex33.c55 PetscCall(DMGetDS(dm, &ds)); in CreateDiscretization()
H A Dex73.c160 PetscCall(DMGetDS(dm, &ds)); in CreateDiscretization()
218 PetscCall(DMGetDS(dm, &ds)); in main()
H A Dex42.c275 PetscCall(DMGetDS(dm, &ds)); in LibCeedSetupByDegree()
279 PetscCall(DMGetDS(cdm, &ds)); in LibCeedSetupByDegree()
/petsc/src/dm/impls/plex/
H A Dplexfvm.c70 PetscCall(DMGetDS(dm, &prob)); in DMPlexReconstructGradients_Internal()
184 PetscCall(DMGetDS(dm, &prob)); in DMPlexReconstructGradientsFVM()
H A Dplexrefine.c383 PetscCall(DMGetDS(cdm, &cds)); in DMRefine_Plex()
384 PetscCall(DMGetDS(rcdm, &rcds)); in DMRefine_Plex()
/petsc/src/ts/impls/mimex/
H A Dmimex.c87 PetscCall(DMGetDS(dm, &prob)); in SNESTSFormFunction_Mimex()
156 PetscCall(DMGetDS(dm, &prob)); in TSStep_Mimex_Split()
/petsc/src/dm/dt/tests/
H A Dex10.c128 PetscCall(DMGetDS(dm, &ds)); in SetupProblem()
162 PetscCall(DMGetDS(mesh_sum, &ds)); in SetupDiscretization()
/petsc/src/tao/tutorials/
H A Dex3.c213 PetscCall(DMGetDS(dm_mass, &prob_mass)); in CreateCtx()
226 PetscCall(DMGetDS(dm_laplace, &prob_laplace)); in CreateCtx()
H A Dex1.c161 PetscCall(DMGetDS(dm, &ds)); in SetupProblem()
241 PetscCall(DMGetDS(dm, &ds)); in main()
H A Dex2.c156 PetscCall(DMGetDS(dm, &ds)); in SetupProblem()
236 PetscCall(DMGetDS(dm, &ds)); in main()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c665 PetscCall(DMGetDS(adaptor->idm, &prob)); in DMAdaptorSetUp()
703 PetscCall(DMGetDS(adaptor->idm, &prob)); in DMAdaptorPreAdapt()
802 PetscCall(DMGetDS(adaptor->idm, &prob)); in DMAdaptorPostAdapt()
872 PetscCall(DMGetDS(plex, &ds)); in DMAdaptorComputeErrorIndicator_Gradient()
1327 PetscCall(DMGetDS(adaptor->idm, &ds)); in DMAdaptorAdapt_Sequence_Private()
1390 PetscCall(DMGetDS(edm, &ds)); in DMAdaptorAdapt_Sequence_Private()

1234