OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
VE_Metis.h
Go to the documentation of this file.
1/*
2 -----------------------------------------------------------------------
3 NEC Vector Host MUMPS Library Interface
4 -----------------------------------------------------------------------
5 */
6
7#if ! defined VE_METIS_H
8#define VE_METIS_H
9
10/* Includes */
11
12#include <stddef.h>
13#include <libvhcall.h>
14#include <libgen.h>
15#include <stdio.h>
16#include <stdlib.h>
17#include <string.h>
18
19#include <metis.h>
20
21/* Macros */
22
23#define NECVH_MAX_LIBNAME 2048
24
25#define mumps_abort mumps_abort_
26
27void mumps_abort(void);
28
29/* Functions prototype */
30
32int VE_Metis_nodend( int * , int * , int * , int * , int * , int * , int * );
33
34#endif
#define mumps_abort
Definition VE_Metis.h:25
int VE_Metis_nodend(int *, int *, int *, int *, int *, int *, int *)
int VE_Metis_setdefaultoptions(int *)