Gradient Augmented Levelset Implementation in CPU & GPU
Grid Struct Reference

#include <grid.h>

Data Fields

double x_min
 
double x_max
 
double y_min
 
double y_max
 
double z_min
 
double z_max
 
int nx
 
int ny
 
int nz
 

Detailed Description

Definition at line 38 of file grid.h.

Field Documentation

int nx

Definition at line 40 of file grid.h.

int ny

Definition at line 40 of file grid.h.

int nz

Definition at line 40 of file grid.h.

double x_max

Definition at line 39 of file grid.h.

double x_min

Definition at line 39 of file grid.h.

double y_max

Definition at line 39 of file grid.h.

double y_min

Definition at line 39 of file grid.h.

double z_max

Definition at line 39 of file grid.h.

double z_min

Definition at line 39 of file grid.h.


The documentation for this struct was generated from the following file: