FEDEM Solver
R8.0
Source code of the dynamics solver
|
This file contains the C++ main program for the FEDEM linear FE solver. More...
Functions | |
int | initSolverArgs (int argc, char **argv, bool first, bool muted) |
int | solvePart () |
int | main (int argc, char **argv) |
Main program for the FEDEM linear FE part solver. More... | |
This file contains the C++ main program for the FEDEM linear FE solver.
int initSolverArgs | ( | int | argc, |
char ** | argv, | ||
bool | first, | ||
bool | muted | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main program for the FEDEM linear FE part solver.
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 solve the specified FE part.
int solvePart | ( | ) |