aboutsummaryrefslogtreecommitdiff
path: root/src/NuSurfacer.h
blob: 27ab47e3734341465310c604818aae2ea208f3cc (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