Changeset 313


Ignore:
Timestamp:
05/08/09 09:53:29 (16 years ago)
Author:
seroussi
Message:

missing bed in Fetch Data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/DiagnosticHutter/CreateElementsNodesAndMaterialsDiagnosticHutter.cpp

    r308 r313  
    115115        }
    116116
    117 
    118117        #ifdef _PARALLEL_
    119118        /*Determine parallel partitioning of elements: we use Metis for now. First load the data, then partition*/
     
    143142        ModelFetchData((void**)&model->thickness,NULL,NULL,model_handle,"thickness","Matrix","Mat");
    144143        ModelFetchData((void**)&model->surface,NULL,NULL,model_handle,"surface","Matrix","Mat");
     144        ModelFetchData((void**)&model->bed,NULL,NULL,model_handle,"bed","Matrix","Mat");
    145145        ModelFetchData((void**)&model->gridonsurface,NULL,NULL,model_handle,"gridonsurface","Matrix","Mat");
    146146        ModelFetchData((void**)&model->gridonbed,NULL,NULL,model_handle,"gridonbed","Matrix","Mat");
Note: See TracChangeset for help on using the changeset viewer.