Ignore:
Timestamp:
01/30/12 08:25:57 (13 years ago)
Author:
Mathieu Morlighem
Message:

Added vz mesh vertical velocity for Arbitrary Eulerian Lagrangian formulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/objects/Vertex.cpp ΒΆ

    r11242 r11245  
    286286        velz = (newz-oldz)/dt;
    287287        this->z = newz;
     288        //velz = 0; //FOR NOW!!!
    288289
    289290        /*put vz in vector*/
    290         VecSetValue(vz,this->Sid(),velz,INSERT_VALUES);
    291 }
    292 /*}}}*/
     291        VecSetValue(vz,this->dof,velz,INSERT_VALUES);
     292}
     293/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.