Searched refs:half_width (Results 1 – 1 of 1) sorted by relevance
363 const PetscReal half_width = 0.15; in GetRho_sinker_box3() local364 …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() local374 …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() local384 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() local394 return (xx * xx + yy * yy + zz * zz > half_width * half_width) ? ctx->eta1 : ctx->eta2; in GetEta_sinker_sphere3()