Searched refs:inner_rad (Results 1 – 1 of 1) sorted by relevance
684 …PetscReal rad = ctx->radius[grid], inner_rad = rad * ctx->sphere_inner_radius_90degree[grid],… in LandauDMCreateVMeshes() local697 coords[j][0] = inner_rad * (j == 0 || j == 3 ? 1 : -1); in LandauDMCreateVMeshes()698 coords[j][1] = inner_rad * (j / 2 < 1 ? 1 : -1); in LandauDMCreateVMeshes()699 coords[j][2] = inner_rad * -1; in LandauDMCreateVMeshes()702 coords[jj][0] = inner_rad * (j == 0 || j == 3 ? 1 : -1); in LandauDMCreateVMeshes()703 coords[jj][1] = inner_rad * (j / 2 < 1 ? 1 : -1); in LandauDMCreateVMeshes()704 coords[jj][2] = inner_rad * 1; in LandauDMCreateVMeshes()