Ice Sheet System Model
4.18
Code documentation
src
c
toolkits
metis
patches
metispatches.h
Go to the documentation of this file.
1
/*\file metispatches.h
2
* \brief: our own patches for metis. Mainly to work through new apis from 4.0 to 5.0 version.
3
*/
4
5
#ifndef _METIS_PATCHES_H_
6
#define _METIS_PATCHES_H_
7
8
#ifdef HAVE_CONFIG_H
9
#include <config.h>
10
#else
11
#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
12
#endif
13
14
void
METIS_PartMeshNodalPatch
(
int
numberofelements,
int
numberofnodes,
int
* index,
int
* vweights,
int
num_procs,
int
* epart,
int
* npart);
15
16
#endif
METIS_PartMeshNodalPatch
void METIS_PartMeshNodalPatch(int numberofelements, int numberofnodes, int *index, int *vweights, int num_procs, int *epart, int *npart)
Definition:
METIS_PartMeshNodalPatch.cpp:20
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19