Ignore:
Timestamp:
09/19/13 11:02:41 (12 years ago)
Author:
Eric.Larour
Message:

NEW: hooked up damage core into ISSM, created 271 solution to start running it. More remains to be done inside the damage_core to hook up to the
Element Tria CreateKMatrix and CreatePVector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/CreateParameters.cpp

    r16164 r16181  
    109109        parameters->AddObject(iomodel->CopyConstantObject(SurfaceforcingsIssmbgradientsEnum));
    110110        parameters->AddObject(iomodel->CopyConstantObject(GiaCrossSectionShapeEnum));
    111 
     111       
    112112        iomodel->Constant(&ispdd,SurfaceforcingsIspddEnum);
    113113        if(ispdd){
     
    237237        CreateParametersHydrologyDCEfficient(&parameters,iomodel,solution_type,analysis_type);
    238238        #endif
     239       
     240        #ifdef _HAVE_DAMAGE_
     241        CreateParametersDamage(&parameters,iomodel,solution_type,analysis_type);
     242        #endif
    239243
    240244        /*Before returning, create parameters in case we are running Qmu or control types runs: */
Note: See TracChangeset for help on using the changeset viewer.