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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ module m_constants
32
32
integer, parameter:: Ifactor_2D =100 !< Multiple factor of the ratio (edge to cell width) for interpolation along edges for 2D models
33
33
integer, parameter:: Ifactor_3D =10 !< Multiple factor of the ratio (edge to cell width) for interpolation along edges for 3D models
34
34
integer, parameter:: Ifactor_bary_3D =30 !< Multiple factor of the ratio (triangle area to cell face area) for interpolation on triangle facets for 3D models
35
+
integer, parameter:: num_ray =20 !< Default number of rays traced per cell
36
+
real(kind(0d0)), parameter:: ray_tracing_threshold =0.9d0 !< Threshold above which the cell is marked as the model patch
35
37
real(kind(0d0)), parameter:: threshold_vector_zero =1d-10 !< Threshold to treat the component of a vector to be zero
36
38
real(kind(0d0)), parameter:: threshold_edge_zero =1d-8 !< Threshold to treat two edges to be overlapped
37
39
real(kind(0d0)), parameter:: threshold_bary =1d-1 !< Threshold to interpolate a barycentric facet
0 commit comments