Changeset 17321


Ignore:
Timestamp:
02/20/14 09:49:46 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: done with SSA 1d

Location:
issm/trunk-jpl/src/c/classes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r17319 r17321  
    22802280void  Tria::UpdateConstraintsExtrudeFromBase(void){
    22812281
    2282         if(!HasNodeOnBed()) return;
     2282        if(!HasEdgeOnBed()) return;
    22832283
    22842284        int        extrusioninput;
  • TabularUnified issm/trunk-jpl/src/c/classes/Inputs/TriaInput.cpp

    r17231 r17321  
    5252        _printf_(setw(15)<<"   TriaInput "<<setw(25)<<left<<EnumToStringx(this->enum_type)<<" [");
    5353        for(int i=0;i<this->NumberofNodes();i++) _printf_(" "<<this->values[i]);
    54         _printf_("]\n");
     54        _printf_("] ("<<EnumToStringx(this->element_type)<<")\n");
    5555}
    5656/*}}}*/
  • TabularUnified issm/trunk-jpl/src/c/classes/Node.cpp

    r17255 r17321  
    6161                _assert_(sqrt( coord_system[0][0]*coord_system[0][0] + coord_system[1][0]*coord_system[1][0]) >1.e-4);
    6262
    63                 if(iomodel->meshtype==Mesh3DEnum){
     63                if(iomodel->meshtype!=Mesh2DhorizontalEnum){
    6464                        /*We have a  3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */
    6565                        _assert_(iomodel->Data(MeshVertexonbedEnum));
Note: See TracChangeset for help on using the changeset viewer.