You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mantaflow Forum
Hi!
I have a question regarding the way the Laplacian matrix is constructed in mantaflow for the pressure projection step. The values of the matrix as it is constructed in the "MakeLaplaceMatrix" function at the conjugategard.h file, are not scaled with (1/dx)^2 because mantaflow assumes unit grid cell size, right?
Thank you!
thu...@gmail.com
unread,
Oct 18, 2021, 8:20:38 AM10/18/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mantaflow Forum
Hi, yes - exactly. The grid in mantaflow has a normalized cell size of dx=1, which leads to a constant Laplace stencil.