Changeset 5575


Ignore:
Timestamp:
08/25/10 13:23:14 (15 years ago)
Author:
Mathieu Morlighem
Message:

updated field names

Location:
issm/trunk/src/m/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@bamgmesh/bamgmesh.m

    r5187 r5575  
    1414        bm.IssmEdges=[];
    1515        bm.IssmSegments=[];
    16         bm.VerticesOnGeometricVertex=[];
    17         bm.VerticesOnGeometricEdge=[];
    18         bm.EdgesOnGeometricEdge=[];
     16        bm.VerticesOnGeomVertex=[];
     17        bm.VerticesOnGeomEdge=[];
     18        bm.EdgesOnGeomEdge=[];
    1919        bm.SubDomains=[];
    2020        bm.SubDomainsFromGeom=[];
  • issm/trunk/src/m/classes/public/ismodelselfconsistent.m

    r5519 r5575  
    66
    77%tolerance we use in litmus checks for the consistency of the model
    8 tolerance=10^-12;
     8tolerance=10^-9;
    99%check usage {{{1
    1010if nargin~=1,
Note: See TracChangeset for help on using the changeset viewer.