Ignore:
Timestamp:
12/09/11 11:33:12 (13 years ago)
Author:
Mathieu Morlighem
Message:

nightly run: fixed a couple problems with PatchToVec/results_on_vertices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test1301.m

    r11014 r11024  
    2929
    3030%plot results
    31 comp_melting=zeros(md.mesh.numberofvertices,1);
    32 comp_melting(md.results.ThermalSolution.BasalforcingsMeltingRate.index)=md.results.ThermalSolution.BasalforcingsMeltingRate.value;
     31comp_melting=md.results.ThermalSolution.BasalforcingsMeltingRate;
    3332relative=abs((comp_melting-melting)./melting)*100;
    3433relative(find(comp_melting==melting))=0;
Note: See TracChangeset for help on using the changeset viewer.