source:
issm/oecreview/Archive/11648-11666/ISSM-11650-11651.diff@
11991
Last change on this file since 11991 was 11991, checked in by , 13 years ago | |
---|---|
File size: 2.5 KB |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/src/m/model/mesh/bamg.m
5 5 % 6 6 % - domain: followed by an ARGUS file that prescribes the domain outline 7 7 % - hmin : minimum edge length (default is 10^-100) 8 % - hmax : maximum e sge length (default is 10^100)8 % - hmax : maximum edge length (default is 10^100) 9 9 % - hVertices : imposed edge length for each vertex (geometry or mesh) 10 10 % - hminVertices: minimum edge length for each vertex (mesh) 11 11 % - hmaxVertices: maximum edge length for each vertex (mesh) … … 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 16 16 % - err : error used to generate the metric from a field 17 % - errg : geometric alerror (default is 0.1)17 % - errg : geometric error (default is 0.1) 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 20 % - gradation : maximum ratio between two adjacent edges 21 21 % - Hessiantype : 0 -> use double P2 projection (default) 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 % - MaxCornerAngle: maxim alangle of corners in degree (default is 10)24 % - MaxCornerAngle: maximum angle of corners in degree (default is 10) 25 25 % - maxnbv : maximum number of vertices used to allocate memory (default is 10^6) 26 26 % - maxsubdiv : maximum subdivision of exisiting elements (default is 10) 27 27 % - metric : matrix (numberofnodes x 3) used as a metric … … 33 33 % - omega : relaxation parameter of the smoothing procedure (default is 1.8) 34 34 % - power : power applied to the metric (default is 1) 35 35 % - splitcorners : split triangles whuch have 3 vertices on the outline (default is 1) 36 % - geometricalmetric : Take the geometry into account to generate the metric (default is 0)36 % - geometricalmetric : take the geometry into account to generate the metric (default is 0) 37 37 % - verbose : level of verbosity (default is 1) 38 38 % 39 39 % - rifts : followed by an ARGUS file that prescribes the rifts
Note:
See TracBrowser
for help on using the repository browser.