Changeset 3210


Ignore:
Timestamp:
03/08/10 07:43:37 (15 years ago)
Author:
Mathieu Morlighem
Message:

extrude weights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/extrude.m

    r3099 r3210  
    209209md.elementonwater=project3d(md,md.elementonwater,'element');
    210210md.gridonwater=project3d(md,md.gridonwater,'node');
     211if ~isnan(md.weights),md.weights=project3d(md,md.weights,'node');end;
    211212
    212213%Put lithostatic pressure is there is an existing pressure
Note: See TracChangeset for help on using the changeset viewer.