FEDEM Solver  R8.0
Source code of the dynamics solver
Functions
reducermain.C File Reference

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...
 

Detailed Description

This file contains the C++ main program for the FEDEM FE part reducer.

Author
Knut Morten Okstad, Fedem Technology AS
Date
15 Oct 2000

Function Documentation

◆ initSolverArgs()

int initSolverArgs ( int  argc,
char **  argv,
bool  first,
bool  muted 
)

◆ main()

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.

Here is the call graph for this function:

◆ reducePart()

int reducePart ( bool  first = true,
bool  last = true 
)