Changeset 11650
- Timestamp:
- 03/06/12 15:51:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/mesh/bamg.m
r11016 r11650 11 11 % - hmaxVertices: maximum edge length for each vertex (mesh) 12 12 % 13 % - anisomax : maximum ratio nbetween the smallest and largest edges (default is 10^30)13 % - anisomax : maximum ratio between the smallest and largest edges (default is 10^30) 14 14 % - coeff : coefficient applied to the metric (2-> twice as many elements, default is 1) 15 15 % - cutoff : scalar used to compute the metric when metric type 2 or 3 are applied … … 18 18 % - field : field of the model that will be used to compute the metric 19 19 % to apply several fields, use one column per field 20 % - gradation : maximum ratio nbetween two adjacent edges20 % - gradation : maximum ratio between two adjacent edges 21 21 % - Hessiantype : 0 -> use double P2 projection (default) 22 22 % 1 -> use Green formula
Note:
See TracChangeset
for help on using the changeset viewer.