aboutsummaryrefslogtreecommitdiff
path: root/src/NuSurfacer.h
blob: 20d2cf5f219332427eeb7844132aaa2e2bb5ccf1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _NUSURFACER_H_
#define _NUSURFACER_H_

#include "IsoSurfacerGH.h"
void NuFindSurface(CCTK_REAL *data, 
		   int nx,int ny,int nz,
		   CCTK_REAL *xcoords, CCTK_REAL *ycoords, CCTK_REAL *zcoords,
		   CCTK_REAL isovalue, int compute_normals, polypatch *results);

#endif