[19102] | 1 | Index: ../trunk-jpl/test/NightlyRun/test701.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test701.m (revision 18474)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test701.m (revision 18475)
|
---|
| 5 | @@ -47,7 +47,7 @@
|
---|
| 6 | field_names={};
|
---|
| 7 | field_tolerances={};
|
---|
| 8 | field_values={};
|
---|
| 9 | -for i={'MINI','MINIcondensed','TaylorHood','XTaylorHood','LATaylorHood','CrouzeixRaviart'}
|
---|
| 10 | +for i={'MINI','MINIcondensed','TaylorHood','XTaylorHood','LATaylorHood','CrouzeixRaviart','LACrouzeixRaviart'}
|
---|
| 11 | disp(' ');
|
---|
| 12 | disp(['====== Testing ' i{1} ' Full-Stokes Finite element =====']);
|
---|
| 13 | md.flowequation.fe_FS=i{1};
|
---|
| 14 | Index: ../trunk-jpl/test/Archives/Archive701.nc
|
---|
| 15 | ===================================================================
|
---|
| 16 | Cannot display: file marked as a binary type.
|
---|
| 17 | svn:mime-type = application/octet-stream
|
---|
| 18 | Index: ../trunk-jpl/src/m/classes/flowequation.m
|
---|
| 19 | ===================================================================
|
---|
| 20 | --- ../trunk-jpl/src/m/classes/flowequation.m (revision 18474)
|
---|
| 21 | +++ ../trunk-jpl/src/m/classes/flowequation.m (revision 18475)
|
---|
| 22 | @@ -138,7 +138,7 @@
|
---|
| 23 | md = checkfield(md,'fieldname','flowequation.isFS','numel',[1],'values',[0 1]);
|
---|
| 24 | md = checkfield(md,'fieldname','flowequation.fe_SSA','values',{'P1','P1bubble','P1bubblecondensed','P2','P2bubble'});
|
---|
| 25 | md = checkfield(md,'fieldname','flowequation.fe_HO' ,'values',{'P1','P1bubble','P1bubblecondensed','P1xP2','P2xP1','P2','P2bubble','P1xP3','P2xP4'});
|
---|
| 26 | - md = checkfield(md,'fieldname','flowequation.fe_FS' ,'values',{'P1P1','P1P1GLS','MINIcondensed','MINI','TaylorHood','LATaylorHood','XTaylorHood','OneLayerP4z','CrouzeixRaviart'});
|
---|
| 27 | + md = checkfield(md,'fieldname','flowequation.fe_FS' ,'values',{'P1P1','P1P1GLS','MINIcondensed','MINI','TaylorHood','LATaylorHood','XTaylorHood','OneLayerP4z','CrouzeixRaviart','LACrouzeixRaviart'});
|
---|
| 28 | md = checkfield(md,'fieldname','flowequation.augmented_lagrangian_r','numel',[1],'>',0.);
|
---|
| 29 | md = checkfield(md,'fieldname','flowequation.augmented_lagrangian_rlambda','numel',[1],'>',0.);
|
---|
| 30 | md = checkfield(md,'fieldname','flowequation.augmented_lagrangian_rhop','numel',[1],'>',0.);
|
---|