Changeset 19069


Ignore:
Timestamp:
02/02/15 14:49:17 (10 years ago)
Author:
Eric.Larour
Message:

CHG: adding mesh3dsurface embryo of capability

File:
1 edited

Legend:

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

    r19048 r19069  
    158158                                md = checkfield(md,'fieldname','flowequation.vertex_equation','size',[md.mesh.numberofvertices 1],'values',[1:2]);
    159159                                md = checkfield(md,'fieldname','flowequation.element_equation','size',[md.mesh.numberofelements 1],'values',[1:2]);
     160                        elseif strcmp(domaintype(md.mesh),'3Dsurface')
     161                                md = checkfield(md,'fieldname','flowequation.vertex_equation','size',[md.mesh.numberofvertices 1],'values',[1:2]);
     162                                md = checkfield(md,'fieldname','flowequation.element_equation','size',[md.mesh.numberofelements 1],'values',[1:2]);
    160163                        elseif strcmp(domaintype(md.mesh),'2Dvertical')
    161164                                md = checkfield(md,'fieldname','flowequation.vertex_equation','size',[md.mesh.numberofvertices 1],'values',[2,4,5]);
Note: See TracChangeset for help on using the changeset viewer.