Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdhn committed Feb 13, 2024
1 parent fd73e75 commit f336338
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/lbmMultiRes/flowOverShape.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<Eigen::MatrixXd, 3> aabb;
aabb.init(vertices, faces);
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit f336338

Please sign in to comment.