Home
last modified time | relevance | path

Searched refs:tprefix (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasfunc.c78 char tprefix[128]; in SNESFASSetLevels() local
109 …PetscCall(PetscSNPrintf(tprefix, sizeof(tprefix), "fas_levels_%" PetscInt_FMT "_cycle_", fas->leve… in SNESFASSetLevels()
111 PetscCall(SNESAppendOptionsPrefix(fas->next, tprefix)); in SNESFASSetLevels()
271 char tprefix[128]; in SNESFASSetContinuation() local
279 PetscCall(PetscStrncpy(tprefix, "fas_levels_continuation_", sizeof(tprefix))); in SNESFASSetContinuation()
281 PetscCall(SNESAppendOptionsPrefix(fas->smoothu, tprefix)); in SNESFASSetContinuation()
424 char tprefix[128]; in SNESFASCycleCreateSmoother_Private() local
435 PetscCall(PetscStrncpy(tprefix, "fas_coarse_", sizeof(tprefix))); in SNESFASCycleCreateSmoother_Private()
437 PetscCall(SNESAppendOptionsPrefix(nsmooth, tprefix)); in SNESFASCycleCreateSmoother_Private()
441 PetscCall(PetscSNPrintf(tprefix, sizeof(tprefix), "fas_levels_%" PetscInt_FMT "_", fas->level)); in SNESFASCycleCreateSmoother_Private()
[all …]
/petsc/src/vec/vec/utils/tagger/impls/
H A Dandor.c62 char tprefix[128]; in VecTaggerSetSubs_AndOr() local
71 PetscCall(PetscSNPrintf(tprefix, 128, "sub_%" PetscInt_FMT "_", i)); in VecTaggerSetSubs_AndOr()
75 PetscCall(PetscObjectAppendOptionsPrefix((PetscObject)sub, tprefix)); in VecTaggerSetSubs_AndOr()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c413 char tprefix[128]; in PCMGSetLevels_MG() local
427 if (prefix) PetscCall(PetscSNPrintf(tprefix, 128, "%smg_fine_", prefix)); in PCMGSetLevels_MG()
428 else PetscCall(PetscSNPrintf(tprefix, 128, "mg_fine_")); in PCMGSetLevels_MG()
429 PetscCall(KSPSetOptionsPrefix(mglevels[i]->smoothd, tprefix)); in PCMGSetLevels_MG()
431 PetscCall(PetscSNPrintf(tprefix, 128, "mg_levels_%" PetscInt_FMT "_", i)); in PCMGSetLevels_MG()
432 PetscCall(KSPAppendOptionsPrefix(mglevels[i]->smoothd, tprefix)); in PCMGSetLevels_MG()
435 PetscCall(PetscSNPrintf(tprefix, 128, "mg_levels_%" PetscInt_FMT "_", i)); in PCMGSetLevels_MG()
436 PetscCall(KSPAppendOptionsPrefix(mglevels[i]->smoothd, tprefix)); in PCMGSetLevels_MG()
/petsc/src/dm/dt/space/impls/tensor/
H A Dspacetensor.c82 char tprefix[128]; in PetscSpaceSetFromOptions_Tensor() local
85 PetscCall(PetscSNPrintf(tprefix, 128, "%" PetscInt_FMT "_", i)); in PetscSpaceSetFromOptions_Tensor()
86 PetscCall(PetscObjectAppendOptionsPrefix((PetscObject)subspace, tprefix)); in PetscSpaceSetFromOptions_Tensor()