OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
mumps_scotch_int.c File Reference
#include "mumps_scotch_int.h"

Go to the source code of this file.

Functions

void MUMPS_CALL MUMPS_SCOTCH_INTSIZE (MUMPS_INT *scotch_intsize)

Function Documentation

◆ MUMPS_SCOTCH_INTSIZE()

void MUMPS_CALL MUMPS_SCOTCH_INTSIZE ( MUMPS_INT * scotch_intsize)

Definition at line 22 of file mumps_scotch_int.c.

23 {
24# if defined(scotch) || defined(ptscotch)
25 *scotch_intsize=8*sizeof(SCOTCH_Num);
26# else
27 *scotch_intsize=-99999;
28# endif
29}