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

CHG: renamed meshtype->meshxdim (Extended Dimension) and added meshdim (2 or 3) and meshtype (Tria Penta Tetra)

File:
1 edited

Legend:

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

    r17555 r17674  
    2626        /*Create elements*/
    2727        if(control_analysis)iomodel->FetchData(3,InversionControlParametersEnum,InversionMinParametersEnum,InversionMaxParametersEnum);
    28         switch(iomodel->meshtype){
     28        switch(iomodel->meshxdim){
    2929                case Mesh2DhorizontalEnum:
    3030                        for(i=0;i<iomodel->numberofelements;i++){
     
    5959                        iomodel->FetchDataToInput(elements,DamageDEnum);
    6060                        for (i=0;i<iomodel->numberofelements;i++) if(iomodel->my_elements[i]) materials->AddObject(new Matice(i+1,i,iomodel));
    61                         switch(iomodel->meshtype){
     61                        switch(iomodel->meshxdim){
    6262                                case Mesh2DhorizontalEnum: case Mesh2DverticalEnum:
    6363                                        elements->InputDuplicate(MaterialsRheologyBEnum,MaterialsRheologyBbarEnum);
Note: See TracChangeset for help on using the changeset viewer.