Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c684 …ad = ctx->radius[grid], inner_rad = rad * ctx->sphere_inner_radius_90degree[grid], outer_rad = rad; in LandauDMCreateVMeshes() local
707 coords[jj][0] = outer_rad * (j == 0 || j == 3 ? 1 : -1); in LandauDMCreateVMeshes()
708 coords[jj][1] = outer_rad * (j / 2 < 1 ? 1 : -1); in LandauDMCreateVMeshes()
709 coords[jj][2] = outer_rad * -1; in LandauDMCreateVMeshes()
712 coords[jj][0] = outer_rad * (j == 0 || j == 3 ? 1 : -1); in LandauDMCreateVMeshes()
713 coords[jj][1] = outer_rad * (j / 2 < 1 ? 1 : -1); in LandauDMCreateVMeshes()
714 coords[jj][2] = outer_rad * 1; in LandauDMCreateVMeshes()