Error when doing adjoint optimization with fabrication constraint #2598
-
Hi, I have been playing around with the codes here on different approaches to adjoint optimization. Currently exploring the fabrication constraint part as given in the tutorial. There is a part of the code as follows where a condition is given that , if beta>=beta_thresh, beta=0 :
Could someone please explain why is the beta considered zero there? Shouldn't it be some large value to binarize it?. Besides beta=0 gives the following warning:
also another error that I get which I think I am getting because of beta=0:
The main body of the code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The reason for setting
An upcoming paper will describe the details of the subpixel-smoothing feature for the |
Beta Was this translation helpful? Give feedback.
The reason for setting
beta = 0
in theMaterialGrid
definition for largebeta
is described in "important item" six of the tutorial: