Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::MC::Vertex Struct Reference

#include <AMReX_MarchingCubes.H>

Public Member Functions

void resize (int n)
 
GpuArray< Real *, 6 > dataPtrs ()
 

Public Attributes

Gpu::DeviceVector< Realx
 
Gpu::DeviceVector< Realy
 
Gpu::DeviceVector< Realz
 
Gpu::DeviceVector< Realnx
 
Gpu::DeviceVector< Realny
 
Gpu::DeviceVector< Realnz
 

Member Function Documentation

◆ dataPtrs()

GpuArray< Real *, 6 > amrex::MC::Vertex::dataPtrs ( )
inline

◆ resize()

void amrex::MC::Vertex::resize ( int  n)

Member Data Documentation

◆ nx

Gpu::DeviceVector<Real> amrex::MC::Vertex::nx

◆ ny

Gpu::DeviceVector<Real> amrex::MC::Vertex::ny

◆ nz

Gpu::DeviceVector<Real> amrex::MC::Vertex::nz

◆ x

Gpu::DeviceVector<Real> amrex::MC::Vertex::x

◆ y

Gpu::DeviceVector<Real> amrex::MC::Vertex::y

◆ z

Gpu::DeviceVector<Real> amrex::MC::Vertex::z

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