Changeset 2161


Ignore:
Timestamp:
09/09/09 15:38:39 (16 years ago)
Author:
Mathieu Morlighem
Message:

removed ice and macayeal, and removed package from dakota (only cielo)

Location:
issm/trunk/src/m/solutions
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/dakota/dakota_in_data.m

    r2142 r2161  
    22%  define the data to write the dakota .in and .m files.
    33%
    4 %  []=dakota_in_data(dmeth,variables,responses,dparams,filei,package,varargin)
     4%  []=dakota_in_data(dmeth,variables,responses,dparams,filei,varargin)
    55%
    66%  where the required input is:
     
    1010%    dparams       (structure array, method-independent parameters)
    1111%    filei         (character, name of .in and .m files)
    12 %    package       (character, analysis package)
    1312%
    1413%  params may be empty, in which case defaults will be used.
     
    4746%  to foreign countries or providing access to foreign persons."
    4847%
    49 function []=dakota_in_data(dmeth,variables,responses,dparams,filei,package,varargin)
     48function []=dakota_in_data(dmeth,variables,responses,dparams,filei,varargin)
    5049
    5150if ~nargin
  • issm/trunk/src/m/solutions/dakota/preqmu.m

    r2142 r2161  
    2222displaystring(md.debug,'\n%s\n','preprocessing dakota inputs');
    2323
    24 %recover some fields
    25 package=options.package;
    26 
    2724%first create temporary directory in which we will work
    2825if exist(options.qmudir,'dir')
     
    4744
    4845%create m and in files for dakota
    49 dakota_in_data(md.qmu_method(options.imethod),variables,md.responses,md.qmu_params(options.iparams),options.qmufile,package,md);
    50 
     46dakota_in_data(md.qmu_method(options.imethod),variables,md.responses,md.qmu_params(options.iparams),options.qmufile,md);
    5147
    5248%in library mode, we only need the dakota in file
Note: See TracChangeset for help on using the changeset viewer.