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/InputToResultx/InputToResultx.cpp

    r4508 r4573  
    1515        Element *element = NULL;
    1616
    17         /*First, get elements and nodes configured: */
    18         elements->Configure(elements,loads, nodes,vertices, materials,parameters);
    19 
    2017        /*Go through elemnets, and ask each element to transfer the enum_type input into the results dataset, with step and time information: */
    2118        for(i=0;i<elements->Size();i++){
Note: See TracChangeset for help on using the changeset viewer.