|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include <iostream>#include <cstdlib>#include <cmath>#include <ctime>#include <cstring>#include "FFaLib/FFaString/FFaStringExt.H"#include "FiDeviceFunctions/FiRPC3File.H"#include "FiDeviceFunctions/FiSwappedIO.H"
Functions | |
| static size_t | readChars (char *buf, int nChar, FT_FILE fd, bool swapStringBytes=false, bool castToUpperCase=false) |
Variables | |
| const int | BLOCK_SIZE = 512 |
| const int | REC_SIZE = 128 |
| const int | KEY_SIZE = 32 |
| const int | VAL_SIZE = 96 |
| const FT_int | skipFileRepos = -999999 |
|
static |
| const int BLOCK_SIZE = 512 |
| const int KEY_SIZE = 32 |
| const int REC_SIZE = 128 |
| const FT_int skipFileRepos = -999999 |
| const int VAL_SIZE = 96 |