Replies: 1 comment
-
Both LSMLIB and scikit-fmm support 3D meshes. It's the FiPy distance variable that does not support 3D. It is relatively easy to use Scikit-fmm independently, in the sense of using it's functions directly and feeding the result into to a FiPy cell variable that's used in in FiPy to calculate diffusion coefficients or velocities. If you need more complex calculations (like surface surfactants or surface reactions) then you'll obviously need to implement those in 3D. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi FiPy Team,
I am trying to do some level set simulations for 3d geometries on a windows machine with scikit-fmm library installed. When I try to create a 3d geometry, I am getting an error as '3D meshes not yet implemented'. Below is the simple code for generating 3D structures.
Is scikit-fmm capable to do 3D level set simulations or LSMLIB package is necessary?
Beta Was this translation helpful? Give feedback.
All reactions