Changeset 5942
- Timestamp:
- 09/22/10 10:05:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Icefront.cpp
r5939 r5942 468 468 /*Initialize Element vector and return if necessary*/ 469 469 if(tria->IsOnWater()) return NULL; 470 ElementVector* pe=NewElementVector(nodes,NUMVERTICESSEG,this->parameters );470 ElementVector* pe=NewElementVector(nodes,NUMVERTICESSEG,this->parameters,MacAyealApproximationEnum); 471 471 472 472 /*Retrieve all inputs and parameters*/ … … 571 571 /*Initialize Element vector and return if necessary*/ 572 572 if(penta->IsOnWater()) return NULL; 573 ElementVector* pe=NewElementVector(nodes,NUMVERTICESQUA,this->parameters );573 ElementVector* pe=NewElementVector(nodes,NUMVERTICESQUA,this->parameters,PattynApproximationEnum); 574 574 575 575 /*Retrieve all inputs and parameters*/ … … 645 645 /*Initialize Element vector and return if necessary*/ 646 646 if(penta->IsOnWater()) return NULL; 647 ElementVector* pe=NewElementVector(nodes,NUMVERTICESQUA,this->parameters );647 ElementVector* pe=NewElementVector(nodes,NUMVERTICESQUA,this->parameters,StokesApproximationEnum); 648 648 649 649 /*Retrieve all inputs and parameters*/
Note:
See TracChangeset
for help on using the changeset viewer.