OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
params.h
Go to the documentation of this file.
1/*****************************************************************************
2/
3/ SPACE (SPArse Cholesky Elimination) Library: params.h
4/
5/ author J"urgen Schulze, University of Paderborn
6/ created 99sep14
7/
8/ This file contains parameter definitions
9/
10******************************************************************************/
11
12/* default parameters */
13#define MAX_BAD_FLIPS 100 /* interrupt/stop FM */
14#define COMPRESS_FRACTION 0.75 /* node reduction in compressed graph */
15#define MIN_NODES 100 /* stop recursive separator construction */
16#define DEFAULT_SEPS 31 /* default number of separators */
17#define MAX_SEPS 255 /* max. number of separators */
18#define MIN_DOMAINS 100 /* min. number of domains in a decomp. */
19#define MAX_COARSENING_STEPS 10 /* max. number of generated dom. decomp. */
20