-
Hi,
the point is i have to know the exactly two numbers of the two-scale for example 1000::4, because i want to group the cells in 3DEC. so is there any possible to make sure the minimum scale larger than 0.001 under these conditions? best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Beta Was this translation helpful? Give feedback.
First thing first, there is no reason why you would not be able to group cells (for 3DEC) while having different numbers of subcells from one primary cell to another.
For example:
In this example, the number of subcells of a cell is proportional to its surface area.
You can even generate equal-size subcells (
centroidal
is a fast way to do it):Both examples will clearly lead to cell sizes that are closer to each other than what you get with
1000::4
.(Also note that
-reg 1 -fmax 0
is almost equivalent to no regularization at all).