You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/m_constants.fpp
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ module m_constants
35
35
integer, parameter:: Ifactor_3D =5 !< Multiple factor of the ratio (edge to cell width) for interpolation along edges for 3D models
36
36
integer, parameter:: Ifactor_bary_3D =20 !< Multiple factor of the ratio (triangle area to cell face area) for interpolation on triangle facets for 3D models
37
37
integer, parameter:: num_ray =20 !< Default number of rays traced per cell
38
-
real(kind(0d0)), parameter:: ray_tracing_threshold =0.9d0 !< Threshold above which the cell is marked as the model patch
39
-
real(kind(0d0)), parameter:: threshold_vector_zero =1d-10 !< Threshold to treat the component of a vector to be zero
40
-
real(kind(0d0)), parameter:: threshold_edge_zero =1d-10 !< Threshold to treat two edges to be overlapped
41
-
real(kind(0d0)), parameter:: threshold_bary =1d-1 !< Threshold to interpolate a barycentric facet
42
-
real(kind(0d0)), parameter:: initial_distance_buffer =1d12 !< Initialized levelset distance for the shortest path pair algorithm
38
+
real(wp), parameter:: ray_tracing_threshold =0.9d0 !< Threshold above which the cell is marked as the model patch
39
+
real(wp), parameter:: threshold_vector_zero =1d-10 !< Threshold to treat the component of a vector to be zero
40
+
real(wp), parameter:: threshold_edge_zero =1d-10 !< Threshold to treat two edges to be overlapped
41
+
real(wp), parameter:: threshold_bary =1d-1 !< Threshold to interpolate a barycentric facet
42
+
real(wp), parameter:: initial_distance_buffer =1d12 !< Initialized levelset distance for the shortest path pair algorithm
0 commit comments