Home
last modified time | relevance | path

Searched refs:PetscTryTypeMethod (Results 1 – 25 of 113) sorted by relevance

12345

/petsc/src/ksp/ksp/interface/
H A Diguess.c88 PetscTryTypeMethod(guess, setfromoptions); in KSPGuessSetFromOptions()
116 PetscTryTypeMethod(guess, settolerance, tol); in KSPGuessSetTolerance()
141 PetscTryTypeMethod(*guess, destroy); in KSPGuessDestroy()
176 PetscTryTypeMethod(guess, view, view); in KSPGuessView()
257 PetscTryTypeMethod(guess, destroy); in KSPGuessSetType()
310 PetscTryTypeMethod(guess, update, rhs, sol); in KSPGuessUpdate()
334 PetscTryTypeMethod(guess, formguess, rhs, sol); in KSPGuessFormGuess()
374 PetscTryTypeMethod(guess, reset); in KSPGuessSetUp()
380 PetscTryTypeMethod(guess, setup); in KSPGuessSetUp()
H A Ditcreate.c60 PetscTryTypeMethod(newdm, load, viewer); in KSPLoad()
129 PetscTryTypeMethod(ksp, view, viewer); in KSPView()
167 PetscTryTypeMethod(ksp, view, viewer); in KSPView()
172 PetscTryTypeMethod(ksp, view, viewer); in KSPView()
209 } else PetscTryTypeMethod(ksp, view, viewer); in KSPView()
844 PetscTryTypeMethod(ksp, destroy); in KSPSetType()
/petsc/src/sys/classes/draw/interface/
H A Ddclear.c24 PetscTryTypeMethod(draw, clear); in PetscDrawClear()
44 PetscTryTypeMethod(draw, beginpage); in PetscDrawBOP()
63 PetscTryTypeMethod(draw, endpage); in PetscDrawEOP()
H A Ddraw.c100 PetscTryTypeMethod(draw, resizewindow, w, h); in PetscDrawResizeWindow()
147 PetscTryTypeMethod(draw, checkresizedwindow); in PetscDrawCheckResizedWindow()
204 PetscTryTypeMethod(draw, settitle, draw->title); in PetscDrawSetTitle()
242 PetscTryTypeMethod(draw, settitle, draw->title); in PetscDrawAppendTitle()
289 PetscTryTypeMethod(*draw, destroy); in PetscDrawDestroy()
369 PetscTryTypeMethod(draw, setdoublebuffer); in PetscDrawSetDoubleBuffer()
452 PetscTryTypeMethod(draw, setvisible, visible); in PetscDrawSetVisible()
H A Ddflush.c22 PetscTryTypeMethod(draw, flush); in PetscDrawFlush()
H A Ddpause.c20 PetscTryTypeMethod(draw, pause); in PetscDrawPause()
H A Ddpoint.c73 PetscTryTypeMethod(draw, pointsetsize, width); in PetscDrawPointSetSize()
H A Ddcoor.c31 PetscTryTypeMethod(draw, setcoordinates, xl, yl, xr, yr); in PetscDrawSetCoordinates()
/petsc/src/sys/classes/bm/interfaces/
H A Dbm.c84 PetscTryTypeMethod(bm, reset); in PetscBenchReset()
112 PetscTryTypeMethod(*bm, destroy); in PetscBenchDestroy()
137 PetscTryTypeMethod(bm, setup); in PetscBenchSetUp()
139 PetscTryTypeMethod(bm, run); in PetscBenchSetUp()
162 PetscTryTypeMethod(bm, run); in PetscBenchRun()
194 PetscTryTypeMethod(bm, setfromoptions, PetscOptionsObject); in PetscBenchSetFromOptions()
218 PetscTryTypeMethod(bm, view, viewer); in PetscBenchView()
381 PetscTryTypeMethod(bm, destroy); in PetscBenchSetType()
/petsc/src/sys/logging/handler/interface/
H A Dloghandler.c64 PetscTryTypeMethod(h, destroy); in PetscLogHandlerDestroy()
152 PetscTryTypeMethod(h, eventbegin, e, o1, o2, o3, o4); in PetscLogHandlerEventBegin()
180 PetscTryTypeMethod(h, eventend, e, o1, o2, o3, o4); in PetscLogHandlerEventEnd()
218 PetscTryTypeMethod(h, eventsync, e, comm); in PetscLogHandlerEventSync()
242 PetscTryTypeMethod(h, objectcreate, obj); in PetscLogHandlerObjectCreate()
266 PetscTryTypeMethod(h, objectdestroy, obj); in PetscLogHandlerObjectDestroy()
293 PetscTryTypeMethod(h, stagepush, stage); in PetscLogHandlerStagePush()
320 PetscTryTypeMethod(h, stagepop, stage); in PetscLogHandlerStagePop()
342 PetscTryTypeMethod(h, view, viewer); in PetscLogHandlerView()
/petsc/src/dm/dt/space/interface/
H A Dspace.c78 PetscTryTypeMethod(sp, destroy); in PetscSpaceSetType()
161 PetscTryTypeMethod(sp, view, v); in PetscSpaceView()
211 PetscTryTypeMethod(sp, setfromoptions, PetscOptionsObject); in PetscSpaceSetFromOptions()
235 PetscTryTypeMethod(sp, setup); in PetscSpaceSetUp()
324 if (sp->dim == PETSC_DETERMINE) PetscTryTypeMethod(sp, getdimension, &sp->dim); in PetscSpaceGetDimension()
490 PetscTryTypeMethod(sp, evaluate, npoints, points, B, D, H); in PetscSpaceEvaluate()
523 PetscTryTypeMethod(sp, getheightsubspace, height, subsp); in PetscSpaceGetHeightSubspace()
/petsc/src/ml/regressor/interface/
H A Dregressor.c127 PetscTryTypeMethod(regressor, view, viewer); in PetscRegressorView()
198 PetscTryTypeMethod(regressor, setfromoptions, PetscOptionsObject); in PetscRegressorSetFromOptions()
230 PetscTryTypeMethod(regressor, setup); in PetscRegressorSetUp()
304 PetscTryTypeMethod(regressor, predict, X, y); in PetscRegressorPredict()
325 if (regressor->ops->reset) PetscTryTypeMethod(regressor, reset); in PetscRegressorReset()
357 PetscTryTypeMethod(*regressor, destroy); in PetscRegressorDestroy()
406 PetscTryTypeMethod(regressor, destroy); in PetscRegressorSetType()
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c42 PetscTryTypeMethod(part, destroy); in PetscPartitionerSetType()
130 PetscTryTypeMethod(part, view, v); in PetscPartitionerView()
187 PetscTryTypeMethod(part, setfromoptions, PetscOptionsObject); in PetscPartitionerSetFromOptions()
214 PetscTryTypeMethod(part, setup); in PetscPartitionerSetUp()
234 PetscTryTypeMethod(part, reset); in PetscPartitionerReset()
266 PetscTryTypeMethod(*part, destroy); in PetscPartitionerDestroy()
/petsc/src/dm/field/interface/
H A Ddmfield.c46 PetscTryTypeMethod(*field, destroy); in DMFieldDestroy()
84 PetscTryTypeMethod(field, view, viewer); in DMFieldView()
123 PetscTryTypeMethod(field, destroy); in DMFieldSetType()
357 PetscTryTypeMethod(field, getDegree, cellIS, minDegree, maxDegree); in DMFieldGetDegree()
386 PetscTryTypeMethod(field, createDefaultQuadrature, pointIS, quad); in DMFieldCreateDefaultQuadrature()
414 PetscTryTypeMethod(field, createDefaultFaceQuadrature, pointIS, quad); in DMFieldCreateDefaultFaceQuadrature()
/petsc/src/vec/vec/utils/tagger/interface/
H A Dtagger.c91 PetscTryTypeMethod(tagger, destroy); in VecTaggerSetType()
145 PetscTryTypeMethod(*tagger, destroy); in VecTaggerDestroy()
167 PetscTryTypeMethod(tagger, setup); in VecTaggerSetUp()
204 PetscTryTypeMethod(tagger, setfromoptions, PetscOptionsObject); in VecTaggerSetFromOptions()
340 PetscTryTypeMethod(tagger, view, viewer); in VecTaggerView()
/petsc/src/sys/classes/viewer/interface/
H A Dflush.c21 PetscTryTypeMethod(viewer, flush); in PetscViewerFlush()
H A Dview.c101 PetscTryTypeMethod(*viewer, destroy); in PetscViewerDestroy()
290 PetscTryTypeMethod(viewer, setup); in PetscViewerSetUp()
359 PetscTryTypeMethod(v, view, viewer); in PetscViewerView()
366 PetscTryTypeMethod(v, view, viewer); in PetscViewerView()
/petsc/src/ksp/pc/interface/
H A Dpcset.c61 PetscTryTypeMethod(pc, destroy); in PCSetType()
154 PetscTryTypeMethod(pc, setfromoptions, PetscOptionsObject); in PCSetFromOptions()
/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c111 PetscTryTypeMethod(*mc, destroy); in MatColoringDestroy()
152 PetscTryTypeMethod(mc, destroy); in MatColoringSetType()
209 PetscTryTypeMethod(mc, setfromoptions, PetscOptionsObject); in MatColoringSetFromOptions()
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c165 PetscTryTypeMethod(*agg, destroy); in MatCoarsenDestroy()
276 PetscTryTypeMethod(coarser, destroy); in MatCoarsenSetType()
388 PetscTryTypeMethod(coarser, setfromoptions, PetscOptionsObject); in MatCoarsenSetFromOptions()
/petsc/src/mat/graphops/partition/
H A Dpartition.c355 PetscTryTypeMethod(matp, improve, partitioning); in MatPartitioningImprove()
452 PetscTryTypeMethod(*part, destroy); in MatPartitioningDestroy()
691 PetscTryTypeMethod(part, view, viewer); in MatPartitioningView()
724 PetscTryTypeMethod(part, destroy); in MatPartitioningSetType()
796 PetscTryTypeMethod(part, setfromoptions, PetscOptionsObject); in MatPartitioningSetFromOptions()
/petsc/src/sys/classes/random/interface/
H A Drandomc.c41 PetscTryTypeMethod(*r, destroy); in PetscRandomDestroy()
173 PetscTryTypeMethod(rnd, setfromoptions, PetscOptionsObject); in PetscRandomSetFromOptions()
/petsc/src/ts/interface/
H A Dtsreg.c53 PetscTryTypeMethod(ts, destroy); in TSSetType()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c141 PetscTryTypeMethod(adapt, destroy); in TSAdaptSetType()
211 PetscTryTypeMethod(adapt, load, viewer); in TSAdaptLoad()
279 PetscTryTypeMethod(adapt, view, viewer); in TSAdaptView()
287 } else PetscTryTypeMethod(adapt, view, viewer); in TSAdaptView()
307 PetscTryTypeMethod(adapt, reset); in TSAdaptReset()
323 PetscTryTypeMethod(*adapt, destroy); in TSAdaptDestroy()
791 PetscTryTypeMethod(adapt, setfromoptions, PetscOptionsObject); in TSAdaptSetFromOptions()
/petsc/src/ts/trajectory/interface/
H A Dtraj.c321 PetscTryTypeMethod(tj, view, viewer); in TSTrajectoryView()
464 PetscTryTypeMethod(tj, destroy); in TSTrajectorySetType()
541 PetscTryTypeMethod(tj, reset); in TSTrajectoryReset()
579 PetscTryTypeMethod(*tj, destroy); in TSTrajectoryDestroy()
839 PetscTryTypeMethod(tj, setfromoptions, PetscOptionsObject); in TSTrajectorySetFromOptions()
870 PetscTryTypeMethod(tj, setup, ts); in TSTrajectorySetUp()

12345