From f33633880c82fd36970ec70798e2f7c01e416e06 Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Tue, 13 Feb 2024 11:54:19 -0500 Subject: [PATCH] minor --- apps/lbmMultiRes/flowOverShape.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);