FEDEM Solver
R8.0
Source code of the dynamics solver
|
This file contains the C++ main program for the FEDEM FE part reducer. More...
Functions | |
int | initSolverArgs (int argc, char **argv, bool first, bool muted) |
int | reducePart (bool first=true, bool last=true) |
int | main (int argc, char **argv) |
Main program for the FEDEM FE part reducer. More... | |
This file contains the C++ main program for the FEDEM FE part reducer.
int initSolverArgs | ( | int | argc, |
char ** | argv, | ||
bool | first, | ||
bool | muted | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main program for the FEDEM FE part reducer.
The main program contains very little logic. It uses two functions from the reducerInterface API to initialize the command-line arguments handler, and then to reduce the specified FE part.
int reducePart | ( | bool | first = true , |
bool | last = true |
||
) |