| /petsc/src/mat/tests/ |
| H A D | ex200.c | 16 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)A, &pfx)); in main()
|
| /petsc/src/mat/graphops/color/impls/power/ |
| H A D | power.c | 23 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)mc, &optionsprefix)); in MatColoringApply_Power()
|
| /petsc/src/sys/objects/ |
| H A D | prefix.c | 154 PetscErrorCode PetscObjectGetOptionsPrefix(PetscObject obj, const char *prefix[]) in PetscObjectGetOptionsPrefix() function
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iterativ.c | 137 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorResidual() 282 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorResidualShort() 350 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorResidualRange() 402 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorTrueResidual() 586 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorTrueResidualMax() 639 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorError() 861 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorSolution() 1034 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorSingularValue()
|
| H A D | itcl.c | 182 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPGetGuess() 210 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, prefix)); in KSPGetOptionsPrefix() 258 if (!all) PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPMonitorSetFromOptions() 352 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)ksp, &prefix)); in KSPSetFromOptions()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexextrude.c | 67 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)dm, &prefix)); in DMPlexExtrude()
|
| H A D | plexrefine.c | 361 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)dm, &prefix)); in DMRefine_Plex() 424 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)cdm, &prefix)); in DMRefineHierarchy_Plex()
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 257 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)smoother, &prefix)); in DMAdaptInterpolator() 439 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sw, &prefix)); in DMSwarmProjectField_Conservative_PLEX() 473 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sw, &prefix)); in DMSwarmProjectParticles_Conservative_PLEX() 732 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sw, &prefix)); in DMSwarmProjectGradientField_Conservative_PLEX() 769 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sw, &prefix)); in DMSwarmProjectGradientParticles_Conservative_PLEX() 1214 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sw, &prefix)); in DMSwarmRemap_PFAK_Internal() 1264 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sw, &prefix)); in DMSwarmRemap_PFAK_Internal()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 423 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)adaptor, &prefix)); in DMAdaptorMonitorSetFromOptions() 972 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)adaptor, &prefix)); in DMAdaptorComputeErrorIndicator_Flux() 1064 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)adaptor, &prefix)); in DMAdaptorMonitorSize() 1114 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)adaptor, &prefix)); in DMAdaptorMonitorError() 1422 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)dm, &p)); in DMAdaptorAdapt_Sequence_Private() 1473 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)fe, &prefix)); in DMAdaptorAdapt_Sequence_Private()
|
| /petsc/src/ml/regressor/interface/ |
| H A D | regressor.c | 599 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)regressor, p)); in PetscRegressorGetOptionsPrefix()
|
| /petsc/src/vec/vec/utils/tagger/impls/ |
| H A D | andor.c | 65 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)tagger, &prefix)); in VecTaggerSetSubs_AndOr()
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | view.c | 265 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)viewer, prefix)); in PetscViewerGetOptionsPrefix()
|
| /petsc/src/dm/impls/da/ |
| H A D | dacorn.c | 14 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)dm, &prefix)); in DMCreateCoordinateDM_DA()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vecio.c | 57 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)vec, &pre)); in VecView_Binary()
|
| /petsc/src/mat/graphops/partition/impls/hierarchical/ |
| H A D | hierarchical.c | 115 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)part, &prefix)); in MatPartitioningApply_Hierarchical() 479 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)part, &prefix)); in MatPartitioningImprove_Hierarchical()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Object.pyx | 131 petsc_options, setOptionsPrefix, petsc.PetscObjectGetOptionsPrefix 135 CHKERR(PetscObjectGetOptionsPrefix(self.obj[0], &cval))
|
| H A D | petscobj.pxi | 16 PetscErrorCode PetscObjectGetOptionsPrefix(PetscObject, char*[])
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex69.c | 972 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)*dm, &prefix)); in CreateMesh()
|
| /petsc/src/dm/dt/space/impls/tensor/ |
| H A D | spacetensor.c | 12 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)space, &prefix)); in PetscSpaceTensorCreateSubspace() 209 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sp, &prefix)); in PetscSpaceSetUp_Tensor()
|
| /petsc/src/dm/dt/space/impls/poly/ |
| H A D | spacepoly.c | 73 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sp, &prefix)); in PetscSpaceSetUp_Polynomial()
|
| /petsc/src/ts/utils/ |
| H A D | dmlocalts.c | 471 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)dm, &prefix)); in DMTSCreateRHSMassMatrix()
|
| /petsc/src/ksp/pc/impls/hmg/ |
| H A D | hmg.c | 148 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)pc, &prefix)); in PCSetUp_HMG()
|
| /petsc/src/dm/dt/space/impls/ptrimmed/ |
| H A D | spaceptrimmed.c | 79 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)sp, &prefix)); in PetscSpaceSetUp_Ptrimmed()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 640 PetscCall(PetscObjectGetOptionsPrefix(obj, &prefix)); in KSViewerCreate()
|
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 231 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)snes, &prefix)); in SNESSetFromOptions_Patch()
|