Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_MarchingCubes.H File Reference
#include <AMReX_FArrayBox.H>
#include <AMReX_Geometry.H>
#include <AMReX_GpuContainers.H>
#include <map>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

struct  amrex::MC::Vertex
 
struct  amrex::MC::Triangle
 
class  amrex::MC::MCFab
 

Namespaces

namespace  amrex
 
namespace  amrex::MC
 

Functions

void amrex::MC::Initialize ()
 
void amrex::MC::Finalize ()
 
void amrex::MC::marching_cubes (Geometry const &geom, FArrayBox &sdf_fab, MCFab &mc_fab)
 
void amrex::MC::write_stl (std::string const &filename, std::map< int, std::unique_ptr< MCFab > > const &mc_fabs)