hi,
how do i know on which unit does my fenics is running if its metric or inches or something like that?
do i need to set it somehow?
thanks
hi,
how do i know on which unit does my fenics is running if its metric or inches or something like that?
do i need to set it somehow?
thanks
FEniCS does not decide if the mesh is in mm, cm or inches. It take whatever mesh you give it and formulates the problem with whatever coefficient you insert.
Say that (1, 0, 0) is a vertex of your mesh. It’s up to you to decide if 1 is in mm, cm or inches. Once you have decided that, you should determine appropriately the unit of measurements for the coefficients of your problem.