|
◆ triangles_new()
type(triangles) function, public space_utilities::triangles_new |
( |
integer, intent(in) |
ndp | ) |
|
initialize triangles
- Restituisce
- triangles to initialize
- Parametri
-
[in] | ndp | number of station to triangulate |
Definizione alla linea 290 del file space_utilities.F90.
294 IF (ip1.EQ.ipmn1 .OR. ip1.EQ.ipmn2) cycle
297 wk(jp1) = vdsqf(dmp,co(ip1))
303 IF (wk(jp2) .GE. dsqmn) cycle
|