Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c500 PetscBool is_layers, is_blob, is_sinker_box, is_sinker_sphere; in CtxCreateAndSetFromOptions() local
504 PetscCall(PetscStrncmp(mode, "sinker", sizeof(mode), &is_sinker_box)); in CtxCreateAndSetFromOptions()
505 if (!is_sinker_box) PetscCall(PetscStrncmp(mode, "sinker_box", sizeof(mode), &is_sinker_box)); in CtxCreateAndSetFromOptions()
518 if (is_sinker_box) { in CtxCreateAndSetFromOptions()