| /petsc/src/tao/snes/ |
| H A D | taosnes.c | 5 PetscBool setfromoptionscalled; member 89 if (taosnes->setfromoptionscalled) PetscCall(SNESSetFromOptions(taosnes->snes)); in TaoSetUp_SNES() 90 taosnes->setfromoptionscalled = PETSC_FALSE; in TaoSetUp_SNES() 100 taosnes->setfromoptionscalled = PETSC_TRUE; in TaoSetFromOptions_SNES()
|
| /petsc/src/ksp/pc/impls/lmvm/ |
| H A D | lmvmpc.c | 15 PetscBool setfromoptionscalled; member 239 if (B == ctx->B && ctx->setfromoptionscalled) PetscCall(MatSetFromOptions(ctx->B)); in PCSetUp_LMVM() 240 ctx->setfromoptionscalled = PETSC_FALSE; in PCSetUp_LMVM() 265 ctx->setfromoptionscalled = PETSC_TRUE; in PCSetFromOptions_LMVM()
|
| /petsc/include/petsc/private/ |
| H A D | pcimpl.h | 44 PetscInt setfromoptionscalled; member
|
| H A D | snesimpl.h | 135 PetscInt setfromoptionscalled; member
|
| H A D | kspimpl.h | 188 PetscInt setfromoptionscalled; member
|
| H A D | petscfeimpl.h | 125 PetscBool setfromoptionscalled; member
|
| H A D | dmimpl.h | 253 PetscBool setfromoptionscalled; member
|
| /petsc/src/ksp/pc/interface/ |
| H A D | pcset.c | 160 pc->setfromoptionscalled++; in PCSetFromOptions()
|
| H A D | precon.c | 477 pc->setfromoptionscalled = 0; in PCCreate()
|
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 24 PetscBool setfromoptionscalled; member 1454 if (!vbinary->setfromoptionscalled) PetscCall(PetscViewerSetFromOptions(viewer)); in PetscViewerSetUp_Binary() 1508 binary->setfromoptionscalled = PETSC_TRUE; in PetscViewerSetFromOptions_Binary() 1556 vbinary->setfromoptionscalled = PETSC_FALSE; in PetscViewerCreate_Binary()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcl.c | 646 ksp->setfromoptionscalled++; in KSPSetFromOptions() 668 if (ksp->setfromoptionscalled) PetscCall(KSPSetFromOptions(ksp)); in KSPResetFromOptions()
|
| H A D | itcreate.c | 772 ksp->setfromoptionscalled = 0; in KSPCreate()
|
| /petsc/src/mat/interface/ |
| H A D | matproduct.c | 544 mat->product->setfromoptionscalled = PETSC_TRUE; in MatProductSetFromOptions() 821 …PetscCheck(mat->product->setfromoptionscalled, PetscObjectComm((PetscObject)mat), PETSC_ERR_PLIB, … in MatProductSymbolic() 1034 product->setfromoptionscalled = PETSC_FALSE; in MatProductCreate_Private()
|
| /petsc/src/ksp/ksp/impls/cheby/ |
| H A D | cheby.c | 825 …if (ksp->setfromoptionscalled && !cheb->kspest->setfromoptionscalled) PetscCall(KSPSetFromOptions(… in KSPSetUp_Chebyshev()
|
| /petsc/src/ksp/pc/impls/bjacobi/ |
| H A D | bjacobi.c | 807 if (!wasSetup && pc->setfromoptionscalled) { in PCSetUp_BJacobi_Singleblock() 1140 if (pc->setfromoptionscalled) PetscCall(KSPSetFromOptions(jac->ksp[i])); in PCSetUp_BJacobi_Multiblock() 1328 if (!wasSetup && pc->setfromoptionscalled) PetscCall(KSPSetFromOptions(jac->ksp[0])); in PCSetUp_BJacobi_Multiproc()
|
| /petsc/src/ksp/pc/impls/redundant/ |
| H A D | redundant.c | 176 if (pc->setfromoptionscalled) PetscCall(KSPSetFromOptions(red->ksp)); in PCSetUp_Redundant()
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 322 sp->setfromoptionscalled = PETSC_TRUE; in PetscDualSpaceSetFromOptions() 347 …if (sp->setfromoptionscalled) PetscCall(PetscDualSpaceViewFromOptions(sp, NULL, "-petscdualspace_v… in PetscDualSpaceSetUp()
|
| /petsc/src/ksp/ksp/impls/hpddm/ |
| H A D | hpddm.cxx | 145 …if (PetscUnlikely(!ksp->setfromoptionscalled || data->cntl[0] == static_cast<char>(PETSC_DECIDE)))… in KSPSetUp_HPDDM()
|
| /petsc/src/dm/interface/ |
| H A D | dmcoordinates.c | 1162 if (dm->setfromoptionscalled) PetscCall(DMSetFromOptions(cdmNew)); in DMSetCoordinateDisc()
|
| H A D | dm.c | 64 v->setfromoptionscalled = PETSC_FALSE; in DMCreate() 893 dm->setfromoptionscalled = PETSC_TRUE; in DMSetFromOptions() 4359 if (dm->setfromoptionscalled) { in DMGetLocalSection() 6177 if (dm->setfromoptionscalled) { in DMCreateDS()
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope.c | 562 if (pc->setfromoptionscalled && !pc->setupcalled) PetscCall(KSPSetFromOptions(sred->ksp)); in PCSetUp_Telescope()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 304 if (dm->setfromoptionscalled) { in DMFTopologyCreate_pforest() 336 if (dm->setfromoptionscalled) { in DMFTopologyCreate_pforest() 344 if (dm->setfromoptionscalled) { in DMFTopologyCreate_pforest() 1014 if (dm->setfromoptionscalled) { in DMSetUp_pforest() 4294 if (dm->setfromoptionscalled) { in DMConvert_pforest_plex()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 1180 snes->setfromoptionscalled++; in SNESSetFromOptions() 1199 if (snes->setfromoptionscalled) PetscCall(SNESSetFromOptions(snes)); in SNESResetFromOptions() 1881 snes->setfromoptionscalled = 0; in SNESCreate()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2452 rdm->setfromoptionscalled = dm->setfromoptionscalled; in DMPlexTransformApply()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 86 pc->setfromoptionscalled = 0; in PCHPDDMSetAuxiliaryMat_Private() 2992 if (pc->setfromoptionscalled) { in PCSetUp_HPDDM() 2997 pc->setfromoptionscalled = 0; in PCSetUp_HPDDM()
|