Changeset 4965


Ignore:
Timestamp:
08/04/10 10:13:17 (15 years ago)
Author:
seroussi
Message:

no dirichlet needed in balancedthickness DG

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

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/display/displayprognostic.m

    r1758 r4965  
    1515fielddisplay(md,'ndt','time span [yr]');
    1616fielddisplay(md,'artificial_diffusivity','yes->1, no->0');
     17fielddisplay(md,'prognostic_DG','yes->1, no->0');
    1718
    1819disp(sprintf('\n      boundary conditions:'));
  • issm/trunk/src/m/classes/public/ismodelselfconsistent.m

    r4954 r4965  
    303303
    304304        %SPC                             
    305         if any(md.spcthickness(find(md.gridonboundary))~=1),             
    306                 error(['model not consistent: model ' md.name ' should have all the nodes on boundary constrained in field spcthickness']);                     
    307         end
     305        if ~md.prognostic_DG,
     306                if any(md.spcthickness(find(md.gridonboundary))~=1),             
     307                        error(['model not consistent: model ' md.name ' should have all the nodes on boundary constrained in field spcthickness']);                     
     308                end
     309        end
    308310end
    309311%}}}
Note: See TracChangeset for help on using the changeset viewer.