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

no dirichlet needed in balancedthickness DG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.