FEDEM Solver
R8.0
Source code of the dynamics solver
|
Functions | |
int | getTypeID (const std::string &functionType) |
int | getSmartPoints (int funcType, double start, double stop, int extrap, const std::vector< double > &realVars, std::vector< double > &x, std::vector< double > &y) |
int | getValue (int baseID, const std::vector< int > &intVars, const std::vector< double > &realVars, double x, double &value) |
int FFaFunctionProperties::getSmartPoints | ( | int | funcType, |
double | start, | ||
double | stop, | ||
int | extrap, | ||
const std::vector< double > & | realVars, | ||
std::vector< double > & | x, | ||
std::vector< double > & | y | ||
) |
int FFaFunctionProperties::getTypeID | ( | const std::string & | functionType | ) |
int FFaFunctionProperties::getValue | ( | int | baseID, |
const std::vector< int > & | intVars, | ||
const std::vector< double > & | realVars, | ||
double | x, | ||
double & | value | ||
) |