Ignore:
Timestamp:
08/27/10 11:56:03 (15 years ago)
Author:
seroussi
Message:

added pattyn/stokes coupling in setelementstype

File:
1 edited

Legend:

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

    r5575 r5613  
    5858checksize(md,fields,[md.numberofelements 1]);
    5959%Check the values of elements_type
    60 checkvalues(md,{'elements_type'},[MacAyealApproximationEnum() HutterApproximationEnum() PattynApproximationEnum() MacAyealPattynApproximationEnum() StokesApproximationEnum() NoneApproximationEnum()]);
     60checkvalues(md,{'elements_type'},[MacAyealApproximationEnum() HutterApproximationEnum() PattynApproximationEnum() MacAyealPattynApproximationEnum() PattynStokesApproximationEnum() StokesApproximationEnum() NoneApproximationEnum()]);
    6161if (md.dim==2),
    6262        checkvalues(md,{'elements_type'},[MacAyealApproximationEnum() HutterApproximationEnum()]);
Note: See TracChangeset for help on using the changeset viewer.