mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 22:50:33 +05:00
metis5.h -> metis.h
This commit is contained in:
parent
a5ed3f8159
commit
ff3e491863
@ -10,7 +10,7 @@
|
|||||||
namespace metis {
|
namespace metis {
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
#include <metis5.h>
|
#include <metis.h>
|
||||||
|
|
||||||
#if METIS_VER_MAJOR >= 5
|
#if METIS_VER_MAJOR >= 5
|
||||||
#define METIS5
|
#define METIS5
|
||||||
@ -797,7 +797,6 @@ namespace netgen
|
|||||||
int nparts = ntasks-1;
|
int nparts = ntasks-1;
|
||||||
int edgecut;
|
int edgecut;
|
||||||
|
|
||||||
|
|
||||||
int ncommon = 3;
|
int ncommon = 3;
|
||||||
METIS_PartMeshDual (&ne, &nn, &eptr[0], &eind[0], NULL, NULL, &ncommon, &nparts,
|
METIS_PartMeshDual (&ne, &nn, &eptr[0], &eind[0], NULL, NULL, &ncommon, &nparts,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user