Changeset 22758 for issm/trunk/src/m/mesh/triangle.js
- Timestamp:
- 05/10/18 10:24:27 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/m/mesh/triangle.js
r20500 r22758 2 2 //TRIANGLE - create model mesh using the triangle package 3 3 // 4 // This routine creates a model mesh using Tri Meshand a domain outline, to within a certain resolution4 // This routine creates a model mesh using Triangle and a domain outline, to within a certain resolution 5 5 // where md is a @model object, domainname is the name of an Argus domain outline file, 6 6 // and resolution is a characteristic length for the mesh (same unit as the domain outline … … 36 36 37 37 //Call mesher: 38 var return_array=Tri Mesh(md, domain, rifts, area);38 var return_array=Triangle(md, domain, rifts, area); 39 39 40 40 //Plug into md:
Note:
See TracChangeset
for help on using the changeset viewer.