Changeset 5942


Ignore:
Timestamp:
09/22/10 10:05:05 (15 years ago)
Author:
Mathieu Morlighem
Message:

Fixed Tiling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Icefront.cpp

    r5939 r5942  
    468468        /*Initialize Element vector and return if necessary*/
    469469        if(tria->IsOnWater()) return NULL;
    470         ElementVector* pe=NewElementVector(nodes,NUMVERTICESSEG,this->parameters);
     470        ElementVector* pe=NewElementVector(nodes,NUMVERTICESSEG,this->parameters,MacAyealApproximationEnum);
    471471
    472472        /*Retrieve all inputs and parameters*/
     
    571571        /*Initialize Element vector and return if necessary*/
    572572        if(penta->IsOnWater()) return NULL;
    573         ElementVector* pe=NewElementVector(nodes,NUMVERTICESQUA,this->parameters);
     573        ElementVector* pe=NewElementVector(nodes,NUMVERTICESQUA,this->parameters,PattynApproximationEnum);
    574574
    575575        /*Retrieve all inputs and parameters*/
     
    645645        /*Initialize Element vector and return if necessary*/
    646646        if(penta->IsOnWater()) return NULL;
    647         ElementVector* pe=NewElementVector(nodes,NUMVERTICESQUA,this->parameters);
     647        ElementVector* pe=NewElementVector(nodes,NUMVERTICESQUA,this->parameters,StokesApproximationEnum);
    648648
    649649        /*Retrieve all inputs and parameters*/
Note: See TracChangeset for help on using the changeset viewer.