Ignore:
Timestamp:
09/01/11 19:58:19 (14 years ago)
Author:
Eric.Larour
Message:

Simplified solutioncore calling structure. Took out control_core
from issm.m and issm.cpp.
New AnalysisConfiguration routine and new call to CorePointerFromSolutionEnum in issm.m and issm.cpp
Qmu could not be folded, had to put it back into issm.m and issm.cpp

Renamed Qmu to Dakota.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/Dakota/Dakota.cpp

    r9570 r9571  
    3131        femmodel=FEMMODEL;
    3232
    33         /*Get parameters out of femmodel, to feed to Dakotax: */
    34         FetchMatlabData((DataSet**)&parameters,mxGetField(FEMMODEL,0,"parameters"));
    35 
    3633        /*!Generate internal degree of freedom numbers: */
    37         Dakotax(femmodel,parameters);
     34        Dakotax(femmodel);
    3835
    3936        /*end module: */
Note: See TracChangeset for help on using the changeset viewer.