| /petsc/src/ksp/ksp/interface/ |
| H A D | iguess.c | 88 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 D | itcreate.c | 60 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 D | dclear.c | 24 PetscTryTypeMethod(draw, clear); in PetscDrawClear() 44 PetscTryTypeMethod(draw, beginpage); in PetscDrawBOP() 63 PetscTryTypeMethod(draw, endpage); in PetscDrawEOP()
|
| H A D | draw.c | 100 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 D | dflush.c | 22 PetscTryTypeMethod(draw, flush); in PetscDrawFlush()
|
| H A D | dpause.c | 20 PetscTryTypeMethod(draw, pause); in PetscDrawPause()
|
| H A D | dpoint.c | 73 PetscTryTypeMethod(draw, pointsetsize, width); in PetscDrawPointSetSize()
|
| H A D | dcoor.c | 31 PetscTryTypeMethod(draw, setcoordinates, xl, yl, xr, yr); in PetscDrawSetCoordinates()
|
| /petsc/src/sys/classes/bm/interfaces/ |
| H A D | bm.c | 84 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 D | loghandler.c | 64 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 D | space.c | 78 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 D | regressor.c | 127 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 D | partitioner.c | 42 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 D | dmfield.c | 46 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 D | tagger.c | 91 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 D | flush.c | 21 PetscTryTypeMethod(viewer, flush); in PetscViewerFlush()
|
| H A D | view.c | 101 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 D | pcset.c | 61 PetscTryTypeMethod(pc, destroy); in PCSetType() 154 PetscTryTypeMethod(pc, setfromoptions, PetscOptionsObject); in PCSetFromOptions()
|
| /petsc/src/mat/graphops/color/interface/ |
| H A D | matcoloring.c | 111 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 D | coarsen.c | 165 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 D | partition.c | 355 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 D | randomc.c | 41 PetscTryTypeMethod(*r, destroy); in PetscRandomDestroy() 173 PetscTryTypeMethod(rnd, setfromoptions, PetscOptionsObject); in PetscRandomSetFromOptions()
|
| /petsc/src/ts/interface/ |
| H A D | tsreg.c | 53 PetscTryTypeMethod(ts, destroy); in TSSetType()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 141 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 D | traj.c | 321 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()
|