waLBerla 7.2
Loading...
Searching...
No Matches
MarchingCubes.h File Reference

Detailed Description

Namespaces

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
 
namespace  walberla::geometry
 
namespace  walberla::postprocessing
 

Functions

template<typename Field_T >
void walberla::postprocessing::generateIsoSurface (const Field_T &field, real_t threshold, geometry::TriangleMesh &mesh, const Vector3< real_t > &dx=Vector3< real_t >(real_t(1)), uint_t fCoord=uint_t(0), const Vector3< real_t > &offset=Vector3< real_t >(real_t(0)), const CellInterval &cellInterval=CellInterval(), bool calcNormals=true)
 Creates an iso-surface mesh from a scalar field using the Marching Cubes algorithm.