Ignore:
Timestamp:
07/13/10 18:47:00 (15 years ago)
Author:
Eric.Larour
Message:

Optimized configuration. Only needed in series, or in parallel when resetting
configuration in SetConfiguration in FemModel.
Still more to optimize, but this takes a lot of code away.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/InputDepthAveragex/InputDepthAveragex.cpp

    r4480 r4573  
    1616        Element* element=NULL;
    1717
    18         /*First, get elements*/
    19         elements->Configure(elements,loads, nodes,vertices, materials,parameters);
    20         nodes   ->Configure(elements,loads, nodes,vertices, materials,parameters);
    21 
    2218        /*First depth-average inputs at base of the glacier*/
    2319        for (i=0;i<elements->Size();i++){
Note: See TracChangeset for help on using the changeset viewer.