diff --git a/apps/lbmMultiRes/flowOverShape.h b/apps/lbmMultiRes/flowOverShape.h index 6092067b..2c6e3cb2 100644 --- a/apps/lbmMultiRes/flowOverShape.h +++ b/apps/lbmMultiRes/flowOverShape.h @@ -339,7 +339,7 @@ void flowOverMesh(const Neon::Backend backend, polyscopeAddMesh(params.meshFile, faces, vertices); #endif - NEON_INFO("Winding Number init"); + NEON_INFO("AABB init"); igl::AABB aabb; aabb.init(vertices, faces); @@ -394,6 +394,8 @@ void flowOverMesh(const Neon::Backend backend, const Neon::mGridDescriptor<1> descriptor(depth); + NEON_INFO("Create mGrid"); + Neon::domain::mGrid grid( backend, gridDim, activeCellLambda, Neon::domain::Stencil::s19_t(false), descriptor);