Searched refs:u_max (Results 1 – 1 of 1) sorted by relevance
1975 …PetscReal u_max = 0, u_norm = 0, scale, square_inner_radius = PetscRealPart(constants[0]), square_… in LandauSphereMapping() local1980 if (val > u_max) u_max = val; in LandauSphereMapping()1985 if (u_max < square_inner_radius) { in LandauSphereMapping()1998 …if (u_max > square_radius + 1e-5) (void)PetscPrintf(PETSC_COMM_SELF, "Error: Point outside outer r… in LandauSphereMapping()2003 PetscReal u_0_norm = u_norm * square_inner_radius / u_max; in LandauSphereMapping()2005 PetscReal t = (u_max - square_inner_radius) / (square_radius - square_inner_radius); in LandauSphereMapping()