Ignore:
Timestamp:
04/30/14 08:23:23 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: 1. removed elementonbed elementonsurface (everybody should use vertexonX)

  1. added sanity check for bednormal and surface normal
  2. merging extrudecore and InputExtrude for Penta
File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/HydrologyDCEfficientAnalysis.cpp

    r17738 r17886  
    5757        iomodel->FetchDataToInput(elements,HydrologydcSedimentTransmitivityEnum);
    5858        iomodel->FetchDataToInput(elements,HydrologydcEplThicknessEnum);
    59         if(iomodel->domaintype==Domain3DEnum) iomodel->FetchDataToInput(elements,MeshElementonbaseEnum);
    60        
    61         //      elements->InputDuplicate(HydrologydcEplInitialThicknessEnum,HydrologydcEplThicknessEnum);
     59        if(iomodel->domaintype!=Domain2DhorizontalEnum){
     60                iomodel->FetchDataToInput(elements,MeshVertexonbaseEnum);
     61                iomodel->FetchDataToInput(elements,MeshVertexonsurfaceEnum);
     62        }
    6263
    6364}/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.