Changeset 619


Ignore:
Timestamp:
05/28/09 07:37:39 (15 years ago)
Author:
seroussi
Message:

need to extrude thickness in 3d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/prognostic.cpp

    r586 r619  
    8787        diagnostic_core_linear(&h_g,&fem,inputs,PrognosticAnalysisEnum(),NoneAnalysisEnum());
    8888
     89        _printf_("extrude computed thickness on all layers:\n");
     90        ThicknessExtrudex( h_g, fem.elements,fem.nodes, fem.loads, fem.materials);
     91
    8992        _printf_("write results to disk:\n");
    9093        OutputPrognostic(h_g,&fem,outputfilename);
Note: See TracChangeset for help on using the changeset viewer.