FEDEM Solver
R8.0
Source code of the dynamics solver
|
Result variable description. More...
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | FFaResultDescription |
Class representing a result variable description. More... | |
class | FFaTimeDescription |
Sub-class representing the physical time. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &, const FFaResultDescription &) |
Global output stream operator. More... | |
std::istream & | operator>> (std::istream &, FFaResultDescription &) |
Global input stream operator. More... | |
Result variable description.
std::ostream& operator<< | ( | std::ostream & | s, |
const FFaResultDescription & | descr | ||
) |
Global output stream operator.
std::istream& operator>> | ( | std::istream & | s, |
FFaResultDescription & | descr | ||
) |
Global input stream operator.