Changeset 367


Ignore:
Timestamp:
05/12/09 16:38:02 (16 years ago)
Author:
seroussi
Message:

same problem as 2d for matpar

File:
1 edited

Legend:

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

    r325 r367  
    178178                                matice_mid=i+1; //same as the material id from the geom2 elements.
    179179                                matice_B=model->B[i];   
    180                                 matice_n=(double)model->n[i];
     180                                matice_n=(double)model->n[1]; //n defined on elements not grids, so take the first value everywhere
    181181                       
    182182                                /*Create matice using its constructor:*/
Note: See TracChangeset for help on using the changeset viewer.