Changeset 22080
- Timestamp:
- 09/14/17 11:24:22 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mesh/bamg.m
r21919 r22080 22 22 % 1 -> use Green formula 23 23 % - KeepVertices : try to keep initial vertices when adaptation is done on an existing mesh (default 1) 24 % - NoBoundaryRefinment: do not refine boundary, only follow contour provided (default 0) 24 25 % - maxnbv : maximum number of vertices used to allocate memory (default is 10^6) 25 26 % - maxsubdiv : maximum subdivision of exisiting elements (default is 10) … … 286 287 count=count+nods; 287 288 289 end 290 291 %Deal with RequiredEdges 292 if getfieldvalue(options,'NoBoundaryRefinment',0)==1, 293 bamg_geometry.RequiredEdges=[1:size(bamg_geometry.Edges,1)]'; 288 294 end 289 295
Note:
See TracChangeset
for help on using the changeset viewer.