Ignore:
Timestamp:
07/23/13 14:23:07 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: hutter-> SIA macayeal->SSA pattyn->HO stokes->FS

File:
1 edited

Legend:

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

    r15504 r15564  
    171171                                md.flowequation.element_equation=project2d(md,md.flowequation.element_equation,1);
    172172                                md.flowequation.vertex_equation=project2d(md,md.flowequation.vertex_equation,1);
    173                                 md.flowequation.bordermacayeal=project2d(md,md.flowequation.bordermacayeal,1);
    174                                 md.flowequation.borderpattyn=project2d(md,md.flowequation.borderpattyn,1);
    175                                 md.flowequation.borderstokes=project2d(md,md.flowequation.borderstokes,1);
     173                                md.flowequation.borderSSA=project2d(md,md.flowequation.borderSSA,1);
     174                                md.flowequation.borderHO=project2d(md,md.flowequation.borderHO,1);
     175                                md.flowequation.borderFS=project2d(md,md.flowequation.borderFS,1);
    176176                        end     
    177177
     
    262262                        %   It can either be a domain file (argus type, .exp extension), or an array of element flags.
    263263                        %   If user wants every element outside the domain to be
    264                         %   extract2d, add '~' to the name of the domain file (ex: '~Pattyn.exp');
     264                        %   extract2d, add '~' to the name of the domain file (ex: '~HO.exp');
    265265                        %   an empty string '' will be considered as an empty domain
    266266                        %   a string 'all' will be considered as the entire domain
     
    718718                                md.flowequation.vertex_equation=project3d(md,'vector',oldvertices_type,'type','node');
    719719                        end
    720                         md.flowequation.bordermacayeal=project3d(md,'vector',md.flowequation.bordermacayeal,'type','node');
    721                         md.flowequation.borderpattyn=project3d(md,'vector',md.flowequation.borderpattyn,'type','node');
    722                         md.flowequation.borderstokes=project3d(md,'vector',md.flowequation.borderstokes,'type','node');
     720                        md.flowequation.borderSSA=project3d(md,'vector',md.flowequation.borderSSA,'type','node');
     721                        md.flowequation.borderHO=project3d(md,'vector',md.flowequation.borderHO,'type','node');
     722                        md.flowequation.borderFS=project3d(md,'vector',md.flowequation.borderFS,'type','node');
    723723
    724724                        %boundary conditions
     
    882882                        if isfield(structmd,'artificial_diffusivity'), md.balancethickness.stabilization=structmd.artificial_diffusivity; end
    883883                        if isfield(structmd,'dhdt'), md.balancethickness.thickening_rate=structmd.dhdt; end
    884                         if isfield(structmd,'ishutter'), md.flowequation.ishutter=structmd.ishutter; end
    885                         if isfield(structmd,'isstokes'), md.flowequation.isstokes=structmd.isstokes; end
     884                        if isfield(structmd,'isSIA'), md.flowequation.isSIA=structmd.isSIA; end
     885                        if isfield(structmd,'isFS'), md.flowequation.isFS=structmd.isFS; end
    886886                        if isfield(structmd,'elements_type'), md.flowequation.element_equation=structmd.elements_type; end
    887887                        if isfield(structmd,'vertices_type'), md.flowequation.vertex_equation=structmd.vertices_type; end
Note: See TracChangeset for help on using the changeset viewer.