Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c363 const PetscReal half_width = 0.15; in GetRho_sinker_box3() local
364 …return (PetscAbsReal(xx) > half_width || PetscAbsReal(yy) > half_width || PetscAbsReal(zz) > half_… in GetRho_sinker_box3()
373 const PetscReal half_width = 0.15; in GetEta_sinker_box3() local
374 …return (PetscAbsReal(xx) > half_width || PetscAbsReal(yy) > half_width || PetscAbsReal(zz) > half_… in GetEta_sinker_box3()
383 const PetscReal half_width = 0.3; in GetRho_sinker_sphere3() local
384 return (xx * xx + yy * yy + zz * zz > half_width * half_width) ? ctx->rho1 : ctx->rho2; in GetRho_sinker_sphere3()
393 const PetscReal half_width = 0.3; in GetEta_sinker_sphere3() local
394 return (xx * xx + yy * yy + zz * zz > half_width * half_width) ? ctx->eta1 : ctx->eta2; in GetEta_sinker_sphere3()