Ignore:
Timestamp:
03/30/10 15:18:26 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added a module to convert any mesh to a bamg mesh
Added Prognostic2 -> discontinuous Galerkin

File:
1 edited

Legend:

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

    r3069 r3354  
    2020
    2121%check solution type is supported
    22 if ~ismemberi(analysis_type,{'diagnostic','prognostic','thermal','steadystate','parameters','transient',...
     22if ~ismemberi(analysis_type,{'diagnostic','prognostic','prognostic2','thermal','steadystate','parameters','transient',...
    2323                'balancedthickness','balancedvelocities','slopecompute'}),
    2424        error(['process_solve_options error message: analysis_type ' analysis_type ' not supported yet!']);
Note: See TracChangeset for help on using the changeset viewer.