Ignore:
Timestamp:
03/18/16 09:04:47 (9 years ago)
Author:
Eric.Larour
Message:

CHG: slr: check against the mask to ensure conservation of mass.

model: additional checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/model.m

    r20059 r20322  
    513513
    514514                        %recreate segments
    515                         if isa(md1.mesh,'mesh2d'),
     515                        if isa(md1.mesh,'mesh2d') | isa(md1.mesh','mesh3dsurface'),
    516516                                md2.mesh.vertexconnectivity=NodeConnectivity(md2.mesh.elements,md2.mesh.numberofvertices);
    517517                                md2.mesh.elementconnectivity=ElementConnectivity(md2.mesh.elements,md2.mesh.vertexconnectivity);
Note: See TracChangeset for help on using the changeset viewer.