Lines Matching refs:rad
658 PetscReal rad = ctx->radius[grid]; in LandauDMCreateVMeshes() local
661 r = rad * PetscCosReal(theta); in LandauDMCreateVMeshes()
663 z = rad * PetscSinReal(theta); in LandauDMCreateVMeshes()
667 coords[j++][1] = -rad * ctx->sphere_inner_radius_90degree[grid]; in LandauDMCreateVMeshes()
668 coords[j][0] = rad * ctx->sphere_inner_radius_45degree[grid] * 0.707106781186548; in LandauDMCreateVMeshes()
669 coords[j++][1] = -rad * ctx->sphere_inner_radius_45degree[grid] * 0.707106781186548; in LandauDMCreateVMeshes()
670 coords[j][0] = rad * ctx->sphere_inner_radius_90degree[grid]; in LandauDMCreateVMeshes()
672 coords[j][0] = rad * ctx->sphere_inner_radius_45degree[grid] * 0.707106781186548; in LandauDMCreateVMeshes()
673 coords[j++][1] = rad * ctx->sphere_inner_radius_45degree[grid] * 0.707106781186548; in LandauDMCreateVMeshes()
675 coords[j++][1] = rad * ctx->sphere_inner_radius_90degree[grid]; in LandauDMCreateVMeshes()
684 …PetscReal rad = ctx->radius[grid], inner_rad = rad * ctx->sphere_inner_radius_90degree[grid],… in LandauDMCreateVMeshes() local