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/objects/Inputs/BeamVertexInput.cpp

    r3956 r4037  
    167167}
    168168/*}}}*/
     169/*FUNCTION BeamVertexInput::SpawnResult{{{1*/
     170Result* BeamVertexInput::SpawnResult(int step, double time){
     171
     172        return new BeamVertexResult(this->enum_type,this->values,step,time);
     173
     174}
     175/*}}}*/
    169176
    170177/*Object functions*/
Note: See TracChangeset for help on using the changeset viewer.