FEDEM Solver
R8.0
Source code of the dynamics solver
|
Results file data container. More...
#include <string>
#include <vector>
#include <map>
#include <set>
#include "FFrLib/FFrVariable.H"
#include "FFrLib/FFrItemGroup.H"
#include "FFaLib/FFaOS/FFaIO.H"
Go to the source code of this file.
Classes | |
struct | FFrCreatorData |
Incapsulation of temporary data used during results file parsing. More... | |
class | FFrResultContainer |
Class holding the data of a Fedem results file. More... | |
Typedefs | |
typedef std::map< double, int > | FFrTimeMap |
Physical time to time step mapping. More... | |
typedef std::vector< FFrEntryBase * > | FFrEntrySet |
Results entry container. More... | |
Results file data container.
typedef std::vector<FFrEntryBase*> FFrEntrySet |
Results entry container.
typedef std::map<double,int> FFrTimeMap |
Physical time to time step mapping.