Ignore:
Timestamp:
06/10/10 19:10:44 (15 years ago)
Author:
Eric.Larour
Message:

New results framework. Now, elements have results datasets,
which they fill up as they wish with results found in the inputs.
Then, the results dataset will be processed in OutputResults, to output
something to disk. We ended up putting the results inside the elements,
because they depend on the interpolation, this avoids partitioning of vectors,
and inputs cannot hold different time steps for the same enum!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/EnumDefinitions/EnumDefinitions.h

    r4034 r4037  
    235235        /*}}}*/
    236236        /*Results{{{1*/
    237         StringResultEnum,
    238         DoubleVecResultEnum,
    239         DoubleMatResultEnum,
     237        DoubleResultEnum,
     238        TriaVertexResultEnum,
     239        PentaVertexResultEnum,
    240240        /*}}}*/
    241241        /*Parameters{{{1*/
Note: See TracChangeset for help on using the changeset viewer.