Ice Sheet System Model  4.18
Code documentation
BamgConvertMeshx.h
Go to the documentation of this file.
1 
5 #ifndef _BAMGCONVERTMESHX_H
6 #define _BAMGCONVERTMESHX_H
7 
8 #include "../../classes/classes.h"
9 #include "../../bamg/bamgobjects.h"
10 
11 /* local prototypes: */
12 int BamgConvertMeshx(BamgMesh* bamgmesh,BamgGeom* bamggeom,int* index,double* x,double* y,int nods,int nels);
13 
14 #endif
BamgMesh
Definition: BamgMesh.h:7
BamgConvertMeshx
int BamgConvertMeshx(BamgMesh *bamgmesh, BamgGeom *bamggeom, int *index, double *x, double *y, int nods, int nels)
Definition: BamgConvertMeshx.cpp:13
BamgGeom
Definition: BamgGeom.h:7