little777
little777
@camolina2 Hello, your variable range is (- 180,180). Do you need to rescale to (- 1,1) when inputting the network? If so, could you tell me how to do it?
> For the hard bc you need to modify the output of the network, see 'apply_output_transform'. Briefly, imagine you have a domain (0,1)^2 and DirichletBC = 1.0 for u on...
> I think it's better to rescale the domain in this case Thank you very much. I have browsed many issues, but I am still confused about how to do...