Changeset 15544
- Timestamp:
- 07/22/13 15:38:34 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15541 r15544 8000 8000 8001 8001 GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES); 8002 ElementVector* pe=new ElementVector(nodes, NUMVERTICES,this->parameters,PattynApproximationEnum);8002 ElementVector* pe=new ElementVector(nodes,numnodes,this->parameters,PattynApproximationEnum); 8003 8003 Input* surface_input=inputs->GetInput(SurfaceEnum); _assert_(surface_input); 8004 8004 rho_water=matpar->GetRhoWater(); … … 8205 8205 8206 8206 GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES); 8207 ElementVector* pe=new ElementVector(nodes, NUMVERTICES,this->parameters,StokesApproximationEnum);8207 ElementVector* pe=new ElementVector(nodes,numnodes,this->parameters,StokesApproximationEnum); 8208 8208 rho_water=matpar->GetRhoWater(); 8209 8209 rho_ice =matpar->GetRhoIce(); -
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r15538 r15544 3181 3181 3182 3182 GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES); 3183 ElementVector* pe=new ElementVector(nodes, NUMVERTICES,this->parameters,MacAyealApproximationEnum);3183 ElementVector* pe=new ElementVector(nodes,numnodes,this->parameters,MacAyealApproximationEnum); 3184 3184 Input* thickness_input=inputs->GetInput(ThicknessEnum); _assert_(thickness_input); 3185 3185 Input* bed_input =inputs->GetInput(BedEnum); _assert_(bed_input);
Note:
See TracChangeset
for help on using the changeset viewer.