Changeset 16409


Ignore:
Timestamp:
10/15/13 10:28:19 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: pressure was not well retrieved

File:
1 edited

Legend:

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

    r16401 r16409  
    44274427        /*Use the dof list to index into the solution vector: */
    44284428        for(i=0;i<vnumdof;i++) vvalues[i]=values[i];
    4429         for(i=0;i<pnumdof;i++) pvalues[i]=values[vnumnodes+i];
     4429        for(i=0;i<pnumdof;i++) pvalues[i]=values[vnumdof+i];
    44304430
    44314431        /*Ok, we have vx and vy in values, fill in all arrays: */
Note: See TracChangeset for help on using the changeset viewer.