Changeset 3069


Ignore:
Timestamp:
02/22/10 11:54:36 (15 years ago)
Author:
seroussi
Message:

added solution to compute slope in serial

Location:
issm/trunk/src/m
Files:
1 added
2 edited

Legend:

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

    r2912 r3069  
    2121%check solution type is supported
    2222if ~ismemberi(analysis_type,{'diagnostic','prognostic','thermal','steadystate','parameters','transient',...
    23                 'balancedthickness','balancedvelocities'}),
     23                'balancedthickness','balancedvelocities','slopecompute'}),
    2424        error(['process_solve_options error message: analysis_type ' analysis_type ' not supported yet!']);
    2525else
  • issm/trunk/src/m/classes/public/solve.m

    r2722 r3069  
    7777        md=balancedvelocities(md);
    7878
     79elseif md.analysis_type==SlopecomputeAnalysisEnum,
     80        md=slopecompute(md);
     81
    7982else
    8083        error('solution type not supported for this model configuration.');
Note: See TracChangeset for help on using the changeset viewer.