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

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

Detailed Description

This file contains the C++ main program for the FEDEM linear FE solver.

Author
Knut Morten Okstad, Fedem Technology AS
Date
15 Aug 2012

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

Here is the call graph for this function:

◆ solvePart()

int solvePart ( )